2007-04-16 12:45:37 +00:00
|
|
|
#
|
2009-01-02 05:12:46 +00:00
|
|
|
# Copyright (C) 2006-2008 OpenWrt.org
|
2007-04-16 12:45:37 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2012-08-22 21:54:06 +00:00
|
|
|
define Profile/Bcm4705-none
|
|
|
|
NAME:=BCM4705/BCM4785, no WiFi
|
2012-11-11 17:30:33 +00:00
|
|
|
PACKAGES:=-wpad-mini kmod-tg3 kmod-tg3
|
2007-04-16 12:45:37 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/None/Description
|
2012-08-22 21:54:06 +00:00
|
|
|
Package set without WiFi support and tg3 Ethernet driver.
|
2007-04-16 12:45:37 +00:00
|
|
|
endef
|
2012-08-22 21:54:06 +00:00
|
|
|
$(eval $(call Profile,Bcm4705-none))
|
2007-04-16 12:45:37 +00:00
|
|
|
|