2 # Copyright (C) 2015 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
11 kmod-usb-core kmod-usb2 kmod-usb-ohci \
15 define Profile
/mt7688
/Description
16 Default package set compatible with most boards.
18 $(eval
$(call Profile
,mt7688
))
20 define Profile
/LinkIt7688
23 kmod-usb-core kmod-usb2 kmod-usb-ohci \
24 uboot-envtools kmod-ledtrig-netdev
27 define Profile
/LinkIt7688
/Description
28 Default package set compatible with LinkIt Smart7688 dev board.
30 $(eval
$(call Profile
,LinkIt7688
))