1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-15 16:45:20 +03:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21209 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2010-04-27 20:16:27 +00:00
parent 3a070e8625
commit 72a17293c7
3 changed files with 18 additions and 2 deletions

View File

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

View 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))