projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0ec6c9
)
ar71xx: build firmware images if Minimal profile is selected
author
Gabor Juhos
<juhosg@openwrt.org>
Sun, 6 Jun 2010 17:41:39 +0000
(17:41 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Sun, 6 Jun 2010 17:41:39 +0000
(17:41 +0000)
SVN-Revision: 21684
target/linux/ar71xx/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/image/Makefile
b/target/linux/ar71xx/image/Makefile
index 942ef12082f434df93116f7ed9f719b8bbbf157f..e27912e48dceabdb638fed1f601a5b7c70d3aa10 100644
(file)
--- a/
target/linux/ar71xx/image/Makefile
+++ b/
target/linux/ar71xx/image/Makefile
@@
-596,6
+596,10
@@
define Image/Build/Profile/Default
$(call Image/Build/Profile/WZRHPG300NH,$(1))
endef
+define Image/Build/Profile/Minimal
+ $(call Image/Build/Profile/Default,$(1))
+endef
+
define Image/Build/Profile/Madwifi
$(call Image/Build/Profile/UBNTRS,$(1))
$(call Image/Build/Profile/UBNTRSPRO,$(1))