mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-01 19:46:51 +00:00
ar71xx: rename Minimal profile
SVN-Revision: 21683
This commit is contained in:
parent
35031a5daf
commit
f0ec6c9529
@ -5,12 +5,12 @@
|
|||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
#
|
#
|
||||||
|
|
||||||
define Profile/DefaultNoWifi
|
define Profile/Minimal
|
||||||
NAME:=Default Profile (no WiFi)
|
NAME:=Minimal Profile (no drivers)
|
||||||
PACKAGES:=
|
PACKAGES:=
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/DefaultNoWifi/Description
|
define Profile/Minimal/Description
|
||||||
Default package set compatible with most boards.
|
Minimal package set compatible with most boards.
|
||||||
endef
|
endef
|
||||||
$(eval $(call Profile,DefaultNoWifi))
|
$(eval $(call Profile,Minimal))
|
||||||
|
Loading…
Reference in New Issue
Block a user