mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ar71xx: image: simplify oneliner loader macros
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37887 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -514,9 +514,7 @@ define Image/Build/UBNT
|
||||
$(call sysupname,$(1),$(2))
|
||||
endef
|
||||
|
||||
define Image/Build/Planex/loader
|
||||
$(call Image/BuildLoaderAlone,$(1),gz,$(2) $(planex_mtdlayout),0x52000,0)
|
||||
endef
|
||||
Image/Build/Planex/loader=$(call Image/BuildLoaderAlone,$(1),gz,$(2) $(planex_mtdlayout),0x52000,0)
|
||||
|
||||
define Image/Build/Planex
|
||||
[ -e "$(KDIR)/loader-$(2).gz" ]
|
||||
@@ -556,9 +554,7 @@ endef
|
||||
|
||||
Image/Build/ALFA/initramfs=$(call MkuImageLzma/initramfs,$(2),$(3) $(4))
|
||||
|
||||
define Image/Build/TPLINKOLD/loader
|
||||
$(call Image/BuildLoaderAlone,$(1),gz,$(2),0x22000,0)
|
||||
endef
|
||||
Image/Build/TPLINKOLD/loader=$(call Image/BuildLoaderAlone,$(1),gz,$(2),0x22000,0)
|
||||
|
||||
define Image/Build/TPLINKOLD
|
||||
[ -e "$(KDIR)/loader-$(2).gz" ]
|
||||
@@ -587,9 +583,7 @@ define Image/Build/TPLINKOLD/initramfs
|
||||
-o $(call imgname,$(1),$(2))-initramfs-uImage.bin
|
||||
endef
|
||||
|
||||
define Image/Build/TPLINK/loader
|
||||
$(call Image/BuildLoaderAlone,$(1),gz,$(2),0x22000,0)
|
||||
endef
|
||||
Image/Build/TPLINK/loader=$(call Image/BuildLoaderAlone,$(1),gz,$(2),0x22000,0)
|
||||
|
||||
define Image/Build/TPLINK
|
||||
[ -e "$(KDIR)/loader-$(2).gz" ]
|
||||
|
||||
Reference in New Issue
Block a user