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 | 830413bd2e4bd523aea6ede5bd0ae50ffbf868c2 (patch) | |
tree | 6d181f927fa81748f5fb60a141477956d0dbca1c | |
parent | c0c61c0e85d5e6c5866f6ae0e95a5a898c582297 (diff) | |
download | upstream-830413bd2e4bd523aea6ede5bd0ae50ffbf868c2.tar.gz upstream-830413bd2e4bd523aea6ede5bd0ae50ffbf868c2.tar.bz2 upstream-830413bd2e4bd523aea6ede5bd0ae50ffbf868c2.zip |
ar71xx: image: use the MultiProfile helper for the Madwifi profile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33262 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 58b3173de4..c0a1a9d6c6 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 |