ded0164df45c57ef332e64ede8435e8e47a8596d
[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 endef
14
15 define Profile/Default/Description
16 Default package set compatible with most boards.
17 endef
18 $(eval $(call Profile,Default))