mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
[ar71xx] fix Ubiquiti RouterStation images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14144 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d71ad0abee
commit
8dbd855958
@ -68,7 +68,8 @@ endef
|
||||
define Image/Build/UBNT
|
||||
cp $(KDIR)/vmlinux $(KDIR)/vmlinux-$(2)
|
||||
$(STAGING_DIR_HOST)/bin/patch-cmdline $(KDIR)/vmlinux-$(2) '$(strip $(3))'
|
||||
$(STAGING_DIR_HOST)/bin/lzma e $(KDIR)/vmlinux-$(2) $(KDIR)/vmlinux-$(2).bin.lzma
|
||||
$(STAGING_DIR_HOST)/bin/lzma e $(KDIR)/vmlinux-$(2) $(KDIR)/vmlinux-$(2).lzma
|
||||
dd if=$(KDIR)/vmlinux-$(2).lzma of=$(KDIR)/vmlinux-$(2).bin.lzma bs=64k conv=sync
|
||||
-$(STAGING_DIR_HOST)/bin/mkfwimage \
|
||||
-B $(4) -v $(5).ar7100.OpenWrt \
|
||||
-k $(KDIR)/vmlinux-$(2).bin.lzma \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user