mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 19:27:31 +02:00
af139e0177
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22275 3c298f89-4303-0410-b956-a3cf2f4a3e73
29 lines
637 B
Makefile
29 lines
637 B
Makefile
#
|
|
# 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
|
|
|
|
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
|
|
|
|
$(eval $(call Profile,Generic))
|
|
$(eval $(call Profile,EB-214A))
|
|
|