2007-09-11 17:55:08 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2007 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/Generic
|
|
|
|
NAME:=Generic (default)
|
|
|
|
PACKAGES:=
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/Generic/Description
|
|
|
|
Generic package set compatible with most boards.
|
|
|
|
endef
|
2010-07-18 10:29:58 +00:00
|
|
|
|
|
|
|
define Profile/EB-214A
|
|
|
|
NAME:=Generic EB-214A
|
|
|
|
PACKAGES:=-wpad-mini -admswconfig -kmod-usb-adm5120 -kmod-ledtrig-adm5120-switch -dnsmasq kmod-usb-uhci kmod-usb2
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/EB-214A/Description
|
|
|
|
Package set optimized for generic EB-214A boards.
|
|
|
|
endef
|
|
|
|
|
2007-09-11 17:55:08 +00:00
|
|
|
$(eval $(call Profile,Generic))
|
2010-07-18 10:29:58 +00:00
|
|
|
$(eval $(call Profile,EB-214A))
|
2007-09-11 17:55:08 +00:00
|
|
|
|