ar71xx: create new ar71xx/tiny subtarget for 4MB flash devices
[openwrt/openwrt.git] / target / linux / ar71xx / tiny / profiles / 00-default.mk
1 define Profile/Default
2 NAME:=Default Profile (all drivers)
3 PACKAGES:= \
4 kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport
5 PRIORITY := 1
6 endef
7
8 define Profile/Default/Description
9 Default package set compatible with most boards.
10 endef
11 $(eval $(call Profile,Default))