blob: edddeb3bf61efcc4163126153a988eb2a1a25959 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
define Profile/Default
NAME:=Default Profile (all drivers)
PACKAGES:= \
kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport
PRIORITY := 1
endef
define Profile/Default/Description
Default package set compatible with most boards.
endef
$(eval $(call Profile,Default))
|