mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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:
parent
67b851772d
commit
4d7ee4047a
@ -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…
x
Reference in New Issue
Block a user