mirror of https://github.com/hak5/openwrt-owl.git
ar71xx: add a new default profile containing all drivers for all boards
SVN-Revision: 21209owl
parent
1fbd65d2bf
commit
f9f11f950d
|
@ -6,8 +6,8 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
define Profile/Default
|
define Profile/Default
|
||||||
NAME:=Default Profile (no WiFi)
|
NAME:=Default Profile (all drivers)
|
||||||
PACKAGES:=
|
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
|
endef
|
||||||
|
|
||||||
define Profile/Default/Description
|
define Profile/Default/Description
|
||||||
|
|
|
@ -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