openwrtv4/target/linux/brcm-2.4/profiles/130-None.mk
Felix Fietkau aabda0f133 reorder target profiles
SVN-Revision: 6514
2007-03-04 20:43:39 +00:00

17 lines
319 B
Makefile

#
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/None
NAME:=Generic, No WiFi
PACKAGES:=
endef
define Profile/None/Description
Package set without WiFi support
endef
$(eval $(call Profile,None))