projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
brcm63xx: add support for linux 3.2
[openwrt.git]
/
target
/
linux
/
ar71xx
/
generic
/
profiles
/
01-minimal.mk
diff --git
a/target/linux/ar71xx/generic/profiles/01-minimal.mk
b/target/linux/ar71xx/generic/profiles/01-minimal.mk
index
3651c88
..
dfaa3b0
100644
(file)
--- a/
target/linux/ar71xx/generic/profiles/01-minimal.mk
+++ b/
target/linux/ar71xx/generic/profiles/01-minimal.mk
@@
-5,12
+5,12
@@
# See /LICENSE for more information.
#
# See /LICENSE for more information.
#
-define Profile/
DefaultNoWifi
- NAME:=
Default Profile (no WiFi
)
- PACKAGES:=
+define Profile/
Minimal
+ NAME:=
Minimal Profile (no drivers
)
+ PACKAGES:=
-kmod-ath9k -wpad-mini
endef
endef
-define Profile/
DefaultNoWifi
/Description
-
Default
package set compatible with most boards.
+define Profile/
Minimal
/Description
+
Minimal
package set compatible with most boards.
endef
endef
-$(eval $(call Profile,
DefaultNoWifi
))
+$(eval $(call Profile,
Minimal
))
This page took
0.024625 seconds
and
4
git commands to generate.