00e16119659965fff7826e75d8970d4257a64e87
[openwrt/staging/wigyori.git] / target / linux / ipq806x / profiles / default.mk
1 #
2 # Copyright (c) 2014 The Linux Foundation. All rights reserved.
3 # Copyright (C) 2009 OpenWrt.org
4 #
5 # This is free software, licensed under the GNU General Public License v2.
6 # See /LICENSE for more information.
7 #
8
9 define Profile/Default
10 NAME:=Default Profile (minimum package set)
11 PACKAGES:= \
12 kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev \
13 kmod-usb3 kmod-usb-dwc3-qcom
14 endef
15
16 define Profile/Default/Description
17 Default package set compatible with most boards.
18 endef
19 $(eval $(call Profile,Default))