ar71xx: add a new default profile containing all drivers for all boards

SVN-Revision: 21209
v19.07.3_mercusys_ac12_duma
Felix Fietkau 14 years ago
parent 1fbd65d2bf
commit f9f11f950d

@ -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

@ -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…
Cancel
Save