mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-24 03:56:59 +08:00
12 lines
270 B
Makefile
12 lines
270 B
Makefile
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))
|