You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
368 B
18 lines
368 B
18 years ago
|
#
|
||
16 years ago
|
# Copyright (C) 2006-2008 OpenWrt.org
|
||
18 years ago
|
#
|
||
|
# This is free software, licensed under the GNU General Public License v2.
|
||
|
# See /LICENSE for more information.
|
||
|
#
|
||
|
|
||
12 years ago
|
define Profile/Broadcom-none
|
||
18 years ago
|
NAME:=No WiFi
|
||
15 years ago
|
PACKAGES:=-wpad-mini
|
||
18 years ago
|
endef
|
||
|
|
||
|
define Profile/None/Description
|
||
12 years ago
|
Package set without WiFi support and b44 Ethernet driver.
|
||
18 years ago
|
endef
|
||
12 years ago
|
$(eval $(call Profile,Broadcom-none))
|
||
18 years ago
|
|