aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/generic/profiles
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/profiles
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/profiles')
-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))
'n185' href='#n185'>185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278