projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2937618
)
ar71xx: dont't build images for Ubiquiti XM devices with the Madwifi profile
author
Gabor Juhos
<juhosg@openwrt.org>
Wed, 25 Nov 2009 09:51:19 +0000
(09:51 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Wed, 25 Nov 2009 09:51:19 +0000
(09:51 +0000)
SVN-Revision: 18530
target/linux/ar71xx/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/image/Makefile
b/target/linux/ar71xx/image/Makefile
index ed623de20c128438c475b61b75b93752a8d76361..24b1fa36aa664e95fc9b04bf5ce2ef173c6d6235 100644
(file)
--- 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