2008-11-21 02:31:00 +08:00
|
|
|
#
|
2009-01-02 13:12:46 +08:00
|
|
|
# Copyright (C) 2006-2008 OpenWrt.org
|
2008-11-21 02:31:00 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/None
|
|
|
|
NAME:=Generic, No WiFi
|
2010-02-03 11:45:38 +08:00
|
|
|
PACKAGES:=-wpad-mini
|
2008-11-21 02:31:00 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/None/Description
|
|
|
|
Package set without WiFi support
|
|
|
|
endef
|
|
|
|
$(eval $(call Profile,None))
|
|
|
|
|