2009-07-06 11:21:22 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/NoWiFi
|
2013-05-02 15:28:31 +00:00
|
|
|
NAME:=No WiFi
|
2013-01-23 10:12:13 +00:00
|
|
|
PACKAGES:=
|
2009-07-06 11:21:22 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/NoWiFi/description
|
2013-05-02 15:28:31 +00:00
|
|
|
Package set compatible with BCM63xx routers without Wi-Fi.
|
2009-07-06 11:21:22 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,NoWiFi))
|