2013-06-23 15:50:49 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2011 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/Default
|
|
|
|
NAME:=Default Profile
|
2016-10-19 10:09:45 +00:00
|
|
|
PACKAGES:= kmod-usb-core kmod-usb2 kmod-usb-ohci kmod-usb-ledtrig-usbport
|
2016-05-13 00:01:14 +00:00
|
|
|
PRIORITY:=1
|
2013-06-23 15:50:49 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/Default/Description
|
|
|
|
Default package set compatible with most boards.
|
|
|
|
endef
|
|
|
|
$(eval $(call Profile,Default))
|