ar71xx: rename Minimal profile

SVN-Revision: 21683
master
Gabor Juhos 14 years ago
parent 35031a5daf
commit f0ec6c9529
  1. 10
      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))

Loading…
Cancel
Save