aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/tiny/profiles/00-default.mk
blob: d6d76086fd361629e64ebe2f81682ce9d3181f77 (plain)
1
2
3
4
5
6
7
8
9
10
11
define Profile/Default
	NAME:=Default Profile (all drivers)
	PACKAGES:= \
		kmod-usb-core 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))