2010-04-27 20:16:27 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2017-01-07 19:54:42 +00:00
|
|
|
define Profile/Default
|
|
|
|
NAME:=Default Profile
|
|
|
|
PACKAGES:= \
|
|
|
|
kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport nand-utils
|
2017-01-22 17:56:37 +00:00
|
|
|
PRIORITY := 1
|
2010-04-27 20:16:27 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-07 19:54:42 +00:00
|
|
|
define Profile/Default/Description
|
2010-04-27 20:16:27 +00:00
|
|
|
Default package set compatible with most boards.
|
|
|
|
endef
|
2017-01-07 19:54:42 +00:00
|
|
|
$(eval $(call Profile,Default))
|