mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ar71xx: fix TPLINK/TPLINKOLD initramfs images typos
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37237 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -551,7 +551,7 @@ define Image/Build/TPLINKOLD/initramfs
|
||||
$(call Image/BuildLoader,$(2),gz,$(3),0x80060000,-initramfs)
|
||||
-$(STAGING_DIR_HOST)/bin/mktplinkfw -c \
|
||||
-H $(4) -W $(5) -F $(6) -N OpenWrt -V $(REVISION) -s\
|
||||
-k $(KDIR)/loader-initramfs-$(2).gz \
|
||||
-k $(KDIR)/loader-$(2)-initramfs.gz \
|
||||
-o $(call imgname,$(1),$(2))-initramfs-uImage.bin
|
||||
endef
|
||||
|
||||
@@ -584,8 +584,8 @@ define Image/Build/TPLINK/initramfs
|
||||
$(call Image/BuildLoader,$(2),gz,$(3),0x80060000,-initramfs)
|
||||
-$(STAGING_DIR_HOST)/bin/mktplinkfw -c \
|
||||
-H $(4) -W $(5) -F $(6) -N OpenWrt -V $(REVISION) -s\
|
||||
-k $(KDIR)/loader-initramfs-$(2).gz \
|
||||
-o $(call imgname,$(1),$(2))-initramfs-uImage.bin
|
||||
-k $(KDIR)/loader-$(2)-initramfs.gz \
|
||||
-o $(call imgname,$(1),$(2))-uImage.bin
|
||||
endef
|
||||
|
||||
define Image/Build/TPLINK-LZMA
|
||||
|
||||
Reference in New Issue
Block a user