aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/generic
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-06-06 17:41:34 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-06-06 17:41:34 +0000
commitf0ec6c952915f14c3e1f8cb4c48539d364f9a5d5 (patch)
tree511acc6aeb5a109e490c2854796ccd6f713ca1b0 /target/linux/ar71xx/generic
parent35031a5dafcd01840c706fc26215244d8d173345 (diff)
downloadupstream-f0ec6c952915f14c3e1f8cb4c48539d364f9a5d5.tar.gz
upstream-f0ec6c952915f14c3e1f8cb4c48539d364f9a5d5.tar.bz2
upstream-f0ec6c952915f14c3e1f8cb4c48539d364f9a5d5.zip
ar71xx: rename Minimal profile
SVN-Revision: 21683
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r--target/linux/ar71xx/generic/profiles/01-minimal.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/ar71xx/generic/profiles/01-minimal.mk b/target/linux/ar71xx/generic/profiles/01-minimal.mk
index 3651c88ab2..812ae6f1b9 100644
--- 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.
#
-define Profile/DefaultNoWifi
- NAME:=Default Profile (no WiFi)
+define Profile/Minimal
+ NAME:=Minimal Profile (no drivers)
PACKAGES:=
endef
-define Profile/DefaultNoWifi/Description
- Default package set compatible with most boards.
+define Profile/Minimal/Description
+ Minimal package set compatible with most boards.
endef
-$(eval $(call Profile,DefaultNoWifi))
+$(eval $(call Profile,Minimal))