Felix Fietkau
cde71a543c
build: replace uses of OpenWrt with $(VERSION_DIST)
...
This makes the distribution name more configurable.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years ago
Jo-Philipp Wich
21f460a5db
ath25: fix duplicate LZMA compression
...
The conversion to the new image building code accidentally caused the kernel
image to get compressed twice, leading to boot failures when kernel and rootfs
are flashed separately.
The sysupgrade images have been unaffected by this. Also restore the elf
kernel build artifact while we're at it.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
8 years ago
Felix Fietkau
63b525dd6b
image: add a helper variable for getting kernel/rootfs from within image Build/* templates
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
8 years ago
Jo-Philipp Wich
18c622a1f2
ath25: rework image building
...
* Remove legacy macros
* Emit generic LZMA and Gzip kernel images from the combined device recipe
* Rename combined device to generic
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
8 years ago
Russell Senior
f89a20a89a
ath25: update kernel from 3.18 to 4.4
...
Summary of changes:
* moved config-3.18 to config-4.4 and patches-3.18 to patches-4.4
* removed most of the first two patches, that seem to be upstream already
* changed deprecated/removed IRQF_DISABLED to zero following examples in upstream kernel patches
* added config line to disable device-tree to satisfy kernel configuration
* add new image generation code
Build tested and run tested on an Accton MR3201A.
Signed-off-by: Russell Senior <russell@personaltelco.net>
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Signed-off-by: John Crispin <john@phrozen.org>
9 years ago
John Crispin
096b3759a9
build: Prevent more gzip timestamps
...
To improve reproducibility, prevent the inclusion of timestamps
in the gzip header.
Signed-off-by: Reiner Herrmann <reiner@reiner-h.de>
SVN-Revision: 46361
9 years ago
Felix Fietkau
1850e0f0a7
Rename 'atheros' target to 'ath25'
...
Rename 'atheros' target to more precise 'ath25'.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 44736
10 years ago
Felix Fietkau
558a452e1a
atheros: remove odd board check during image build
...
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 44735
10 years ago
Nicolas Thill
e2b57ecf5f
define a shared IMG_PREFIX variable used as a basename for image files, it contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files
...
SVN-Revision: 20834
15 years ago
Nicolas Thill
bd412be008
atheros: add fstype to combined image file name
...
SVN-Revision: 18443
15 years ago
Jo-Philipp Wich
f20af38322
Implement a preliminary combined image format. - add sysupgrade support for combined images by providing a platform.sh backend - use the mtd fis partition table rewrite facility to resize partitions on demand - generate generic combined images for the atheros target
...
SVN-Revision: 17668
15 years ago
Jo-Philipp Wich
40d2bd5ec1
rename picostation pico2 images to openwrt-atheros-ubnt2-pico2-... to avoid confusion
...
SVN-Revision: 15316
16 years ago
Jo-Philipp Wich
70bf92d03c
Generate suitable images for the UBNT PicoStation2
...
SVN-Revision: 15314
16 years ago
Florian Fainelli
8599641c8f
include revision number in Ubiquity images
...
SVN-Revision: 14574
16 years ago
Jo-Philipp Wich
954862f161
fix typo in atheros image makefile
...
SVN-Revision: 13707
16 years ago
Gabor Juhos
124f0b003a
firmware-utils/mkfwimage: add RouterStation support (based on a patch by Jonas <jonas at ubnt.com>)
...
SVN-Revision: 13682
16 years ago
Gabor Juhos
d6b4535d18
create firmware image for the Compex NP25G and WPE53G boards
...
SVN-Revision: 13318
16 years ago
Felix Fietkau
1b84749c77
allow mkfwimage to fail during atheros builds. sometimes images get too big for devices that use this image format, but this must not break the normal image build for other atheros devices
...
SVN-Revision: 11934
17 years ago
Travis Kemen
14622d5a08
Use mkfwimage from athero.openwrt.net with modification for XS2 devices. Add back in ubiquiti image generation.
...
SVN-Revision: 11920
17 years ago
Travis Kemen
ce0e9bec2f
revert to before ubnt images were made
...
SVN-Revision: 11130
17 years ago
Travis Kemen
b3b8a3d2b2
fix file names
...
SVN-Revision: 11083
17 years ago
Travis Kemen
94c559b233
change image generation, no need for duplicate images
...
SVN-Revision: 11082
17 years ago
Travis Kemen
1deffb0f40
fix filename for image generation
...
SVN-Revision: 11077
17 years ago
Travis Kemen
3612b1e7c0
buld images for the Ubiquiti LiteStation and NanoStation ported from http://atheros.openwrt.net . Tested on a Nanostation 2 with airos 3
...
SVN-Revision: 11061
17 years ago
Florian Fainelli
c9160a88b1
Revert [10668] this was also accidental
...
SVN-Revision: 10670
17 years ago
Florian Fainelli
e9c19c7de9
Create a dummy sit package for 2.4 kernelsq
...
SVN-Revision: 10668
17 years ago
Felix Fietkau
1bca0cc517
make the image filenames a bit shorter
...
SVN-Revision: 9533
17 years ago
Felix Fietkau
56231056ea
strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles.
...
SVN-Revision: 8653
17 years ago
Felix Fietkau
c6bc77ea36
build system cleanup/restructuring as described in http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html
...
SVN-Revision: 8362
18 years ago
Felix Fietkau
91e5dba2c7
kernel build cleanup
...
SVN-Revision: 6464
18 years ago
Felix Fietkau
d2c8e9104d
add squashfs support for atheros-2.6
...
SVN-Revision: 6451
18 years ago
Felix Fietkau
7a6a646497
Add initial version of the new Image Builder It's still a bit rough in a few places, but it seems to work for Broadcom at least - other targets untested.
...
SVN-Revision: 6071
18 years ago
Felix Fietkau
216e8fcc55
Add support for Atheros SoC (used in Fonera, Meraki) - Merry Christmas, everybody :)
...
SVN-Revision: 5898
18 years ago