diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-11-25 09:51:19 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-11-25 09:51:19 +0000 |
commit | 1efac75b08d5cea49a71d44887c5944b2d835d1f (patch) | |
tree | 45d6002c5183cc32d028b4b51c63f74a1a54842f /target | |
parent | 2937618dd9af7f6d0ff616288463f3da39f7291b (diff) | |
download | upstream-1efac75b08d5cea49a71d44887c5944b2d835d1f.tar.gz upstream-1efac75b08d5cea49a71d44887c5944b2d835d1f.tar.bz2 upstream-1efac75b08d5cea49a71d44887c5944b2d835d1f.zip |
ar71xx: dont't build images for Ubiquiti XM devices with the Madwifi profile
SVN-Revision: 18530
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 4 |
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 |