projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
generic: standardize CONFIG_INLINE_* symbols usage
[openwrt.git]
/
target
/
linux
/
ar71xx
/
image
/
Makefile
diff --git
a/target/linux/ar71xx/image/Makefile
b/target/linux/ar71xx/image/Makefile
index
942ef12
..
e27912e
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
$(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))
define Image/Build/Profile/Madwifi
$(call Image/Build/Profile/UBNTRS,$(1))
$(call Image/Build/Profile/UBNTRSPRO,$(1))
This page took
0.022753 seconds
and
4
git commands to generate.