2
0
forked from Ivasoft/openwrt

brcm63xx: add profiles for DTB supported devices

Remove generic profiles and add profiles for each DTB supported device.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 42209
This commit is contained in:
Jonas Gorski
2014-08-18 21:50:40 +00:00
parent 84ea696e03
commit 3db93a3351
18 changed files with 180 additions and 162 deletions

View File

@@ -0,0 +1,15 @@
#
# Copyright (C) 2014 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
PACKAGES:=kmod-b43 wpad-mini
endef
define Profile/Default/description
Package set compatible with most boards.
endef
$(eval $(call Profile,Default))