mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 02:48:37 +02:00
fix lzma uImage generation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13351 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
643e69de49
commit
4de2cfebf8
@ -25,7 +25,7 @@ endef
|
||||
define Image/BuildKernel
|
||||
cp $(KDIR)/uImage $(BIN_DIR)/openwrt-$(BOARD)-uImage
|
||||
|
||||
$(STAGING_DIR_HOST)/bin/lzma e $(KDIR)/vmlinux $(KDIR)/vmlinux.lzma
|
||||
$(STAGING_DIR_HOST)/bin/lzma e $(LINUX_DIR)/arch/avr32/boot/images/vmlinux.bin $(KDIR)/vmlinux.lzma
|
||||
mkimage -A avr32 -O linux -T kernel -a 0x10000000 -C lzma \
|
||||
-e 0x90000000 \
|
||||
-n 'OpenWrt Linux-$(LINUX_VERSION)' \
|
||||
|
Loading…
Reference in New Issue
Block a user