mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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
cd2a054229
commit
0feab05a26
@ -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…
x
Reference in New Issue
Block a user