From: Gabor Juhos Date: Wed, 25 Nov 2009 09:51:19 +0000 (+0000) Subject: ar71xx: dont't build images for Ubiquiti XM devices with the Madwifi profile X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1efac75b08d5cea49a71d44887c5944b2d835d1f;p=librecmc%2Flibrecmc.git ar71xx: dont't build images for Ubiquiti XM devices with the Madwifi profile SVN-Revision: 18530 --- 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