aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-11-25 09:51:19 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-11-25 09:51:19 +0000
commit816fe4f2ae20de30d5072523d5cbfb865a4db93a (patch)
treec387dfe45201107155c7b8980d1d8bb3f36fd5b8 /target
parentfeb155b6585e8e5778f7a4e7a1aa8fb22cc2f934 (diff)
downloadupstream-816fe4f2ae20de30d5072523d5cbfb865a4db93a.tar.gz
upstream-816fe4f2ae20de30d5072523d5cbfb865a4db93a.tar.bz2
upstream-816fe4f2ae20de30d5072523d5cbfb865a4db93a.zip
ar71xx: dont't build images for Ubiquiti XM devices with the Madwifi profile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18530 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/image/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index ed623de20c..24b1fa36aa 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -423,7 +423,9 @@ define Image/Build/Profile/Default
endef
define Image/Build/Profile/Madwifi
- $(call Image/Build/Profile/UBNT,$(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