Gabor Juhos
942e69b166
avr32: optimize image generation
...
- remove the kernel+rootfs partitions from the MTD partition map,
- use a temporary directory for intermediate image files,
- append the root squashfs directly to the kernel,
- don't hardcode uImage size in the jffs2 images,
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38194
2013-09-25 19:32:34 +00:00
Florian Fainelli
6a4f2922f6
targets: prepare for supporting normal and initramfs images
...
In order to support both normal images and initramfs, ensure that each
target sets KERNELNAME properly so that the generic kernel building code
can copy the corresponding files over $(KDIR) with the appropriate
extension. Update the various paths to the kernel and wrapper images
from $(LINUX_DIR)/arch/$(ARCH)/boot/$(foo) to $(KDIR)/$(foo).
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37049
2013-06-27 19:58:31 +00:00
Felix Fietkau
96bb7c123b
build: consistently use 'depends on' instead of 'depends'
...
make the syntax more compatible with kernel menuconfig
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36351
2013-04-17 15:36:41 +00:00
Gabor Juhos
73caeba522
avr32: built the firmware images from the lzma compressed uImage
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35978
2013-03-12 13:28:16 +00:00
Imre Kaloz
0ba94475c9
upgrade avr32 u-boot to 2011.06
...
SVN-Revision: 27330
2011-07-01 11:32:01 +00:00
Imre Kaloz
82d8dc0896
include u-boot version in filename
...
SVN-Revision: 25695
2011-02-24 08:12:38 +00:00
Imre Kaloz
76774e1daa
upgrade u-boot to v2010.12
...
SVN-Revision: 24810
2010-12-23 00:08:55 +00:00
Imre Kaloz
de509c49d7
upgrade u-boot to v2010.12-rc1
...
SVN-Revision: 24039
2010-11-19 11:44:25 +00:00
Nicolas Thill
224db523da
replace old quote stripping with calls to qstrip macro
...
SVN-Revision: 21242
2010-04-29 00:32:44 +00:00
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
2010-04-12 23:15:56 +00:00
Nicolas Thill
1ca2da992f
fix u-boot build error (make[...]: avr32-linux-gcc: Command not found)
...
SVN-Revision: 14702
2009-03-01 01:11:10 +00:00
Imre Kaloz
ea36d4dd38
fix lzma uImage generation
...
SVN-Revision: 13351
2008-11-25 18:33:33 +00:00
Felix Fietkau
05014415c1
only build avr32 u-boot if requested, fixes build failure in default config
...
SVN-Revision: 12116
2008-08-05 01:01:27 +00:00
Gabor Juhos
d923618f39
generate LZMA compressed uImage as well
...
SVN-Revision: 11249
2008-05-23 09:09:16 +00:00
Gabor Juhos
7962a35f62
u-boot: add LZMA decompression support
...
SVN-Revision: 11248
2008-05-23 09:08:23 +00:00
Gabor Juhos
cae7447abc
upgrade U-Boot to 1.3.3
...
SVN-Revision: 11246
2008-05-23 09:01:19 +00:00
Travis Kemen
ace5c1dac5
fix uboot not building
...
SVN-Revision: 11100
2008-05-09 19:07:16 +00:00
Imre Kaloz
fcbdafb6bd
be politically correct
...
SVN-Revision: 10964
2008-04-28 16:15:24 +00:00
Imre Kaloz
0663a5d31b
ooops, fix typo
...
SVN-Revision: 10962
2008-04-28 15:29:11 +00:00
Imre Kaloz
32e1595fb5
enable optional building of u-boot for avr32
...
SVN-Revision: 10961
2008-04-28 14:10:09 +00:00
Felix Fietkau
1bca0cc517
make the image filenames a bit shorter
...
SVN-Revision: 9533
2007-11-10 23:08:11 +00:00
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
2007-09-06 16:27:37 +00:00