mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 03:01:09 +02:00
ar71xx: rename Minimal profile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21683 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6dc6d56e65
commit
474a2a5101
@ -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…
Reference in New Issue
Block a user