Signed-off-by: Felix Fietkau <nbd@nbd.name>
NAME:=Default Profile (all drivers)
PACKAGES:= \
kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev
+ PRIORITY := 1
endef
define Profile/Default/Description
define Profile/Minimal
NAME:=Minimal Profile (no drivers)
PACKAGES:=-kmod-ath9k -wpad-mini
+ PRIORITY := 2
endef
define Profile/Minimal/Description
define Profile/ath5k
NAME:=Atheros 802.11abg WiFi (ath5k)
PACKAGES:=kmod-ath5k -kmod-ath9k
+ PRIORITY := 3
endef
define Profile/ath5k/Description
define Profile/DefaultNoWifi
NAME:=Default Profile (no WiFi)
PACKAGES:=
+ PRIORITY := 2
endef
define Profile/DefaultNoWifi/Description
define Profile/Ath5k
NAME:=Atheros WiFi (ath5k)
PACKAGES:=kmod-ath5k -kmod-ath9k
+ PRIORITY := 3
endef
define Profile/Ath5k/Description