mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 20:09:55 +02:00
[backfire] ar71xx: backport profile change from r21209
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21211 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
23a82f632f
commit
775a560203
@ -6,8 +6,8 @@
|
||||
#
|
||||
|
||||
define Profile/Default
|
||||
NAME:=Default Profile (no WiFi)
|
||||
PACKAGES:=
|
||||
NAME:=Default Profile (all drivers)
|
||||
PACKAGES:=kmod-ath9k kmod-madwifi kmod-usb-core kmod-usb-ohci kmod-usb2 swconfig vsc7385-ucode-ap83 vsc7385-ucode-pb44 vsc7395-ucode-ap83 vsc7395-ucode-pb44 wpad-mini
|
||||
endef
|
||||
|
||||
define Profile/Default/Description
|
||||
|
16
target/linux/ar71xx/profiles/01-minimal.mk
Normal file
16
target/linux/ar71xx/profiles/01-minimal.mk
Normal file
@ -0,0 +1,16 @@
|
||||
#
|
||||
# Copyright (C) 2009 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define Profile/DefaultNoWifi
|
||||
NAME:=Default Profile (no WiFi)
|
||||
PACKAGES:=
|
||||
endef
|
||||
|
||||
define Profile/DefaultNoWifi/Description
|
||||
Default package set compatible with most boards.
|
||||
endef
|
||||
$(eval $(call Profile,DefaultNoWifi))
|
Loading…
Reference in New Issue
Block a user