2007-04-16 15:45:37 +03:00
|
|
|
#
|
2009-01-02 07:12:46 +02:00
|
|
|
# Copyright (C) 2006-2008 OpenWrt.org
|
2007-04-16 15:45:37 +03:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2012-08-23 00:54:06 +03:00
|
|
|
define Profile/Broadcom-none
|
2007-04-16 15:45:37 +03:00
|
|
|
NAME:=No WiFi
|
2010-02-03 05:45:38 +02:00
|
|
|
PACKAGES:=-wpad-mini
|
2007-04-16 15:45:37 +03:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/None/Description
|
2012-08-23 00:54:06 +03:00
|
|
|
Package set without WiFi support and b44 Ethernet driver.
|
2007-04-16 15:45:37 +03:00
|
|
|
endef
|
2012-08-23 00:54:06 +03:00
|
|
|
$(eval $(call Profile,Broadcom-none))
|
2007-04-16 15:45:37 +03:00
|
|
|
|