diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-08-23 13:11:25 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-08-23 13:11:25 +0000 |
commit | f0ad972aba4bee6c477f3c0fb680a77224dc7ecf (patch) | |
tree | 8728ab9e4a7048dcd40caee817c1fd24745a1c89 /target/linux | |
parent | 333f030b7967758f962a58b1cdcf43e85e62fc07 (diff) | |
download | mtk-20170518-f0ad972aba4bee6c477f3c0fb680a77224dc7ecf.zip mtk-20170518-f0ad972aba4bee6c477f3c0fb680a77224dc7ecf.tar.gz mtk-20170518-f0ad972aba4bee6c477f3c0fb680a77224dc7ecf.tar.bz2 |
ar71xx: image: use the MultiProfile helper for the Madwifi profile
SVN-Revision: 33262
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 58b3173..c0a1a9d 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -887,14 +887,7 @@ $(eval $(call SingleProfile,Zcomax,$(fs_64k),ZCN1523H516,zcn-1523h-5-16,ZCN-1523 $(eval $(call MultiProfile,Default,$(SINGLE_PROFILES))) $(eval $(call MultiProfile,Minimal,$(SINGLE_PROFILES))) - -define Image/Build/Profile/Madwifi - $(call Image/Build/Profile/EAP7660D,$(1)) - $(call Image/Build/Profile/UBNTRS,$(1)) - $(call Image/Build/Profile/UBNTRSPRO,$(1)) - $(call Image/Build/Profile/UBNTLSSR71,$(1)) - $(call Image/Build/Profile/WP543,$(1)) -endef +$(eval $(call MultiProfile,Madwifi,EAP7660D UBNTRS UBNTRSPRO UBNTLSSR71 WP543)) define Image/Build/squashfs cp $(KDIR)/root.squashfs $(KDIR)/root.squashfs-raw |