2009-11-14 01:11:29 +08:00
|
|
|
#
|
2013-11-05 02:37:09 +08:00
|
|
|
# Copyright (C) 2009-2013 OpenWrt.org
|
2009-11-14 01:11:29 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2013-05-09 01:03:43 +08:00
|
|
|
define Profile/WNDAP360
|
|
|
|
NAME:=NETGEAR WNDAP360
|
|
|
|
PACKAGES:=
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/WNDAP360/Description
|
|
|
|
Package set optimized for the NETGEAR WNDAP360
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,WNDAP360))
|
|
|
|
|
2009-11-14 01:11:29 +08:00
|
|
|
define Profile/WNDR3700
|
2011-12-13 22:59:40 +08:00
|
|
|
NAME:=NETGEAR WNDR3700/WNDR3800/WNDRMAC
|
2012-06-19 18:13:37 +08:00
|
|
|
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev kmod-leds-wndr3700-usb
|
2009-11-14 01:11:29 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/WNDR3700/Description
|
2011-12-13 22:59:40 +08:00
|
|
|
Package set optimized for the NETGEAR WNDR3700/WNDR3800/WNDRMAC
|
2009-11-14 01:11:29 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,WNDR3700))
|
2012-12-13 00:49:52 +08:00
|
|
|
|
|
|
|
|
2013-04-27 01:00:53 +08:00
|
|
|
define Profile/WNR2000V3
|
|
|
|
NAME:=NETGEAR WNR2000V3
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/WNR2000V3/Description
|
|
|
|
Package set optimized for the NETGEAR WNR2000V3
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,WNR2000V3))
|
|
|
|
|
2013-07-28 18:23:38 +08:00
|
|
|
|
|
|
|
define Profile/WNR612V2
|
2014-01-19 03:44:40 +08:00
|
|
|
NAME:=NETGEAR WNR612V2 / On Networks N150
|
2013-07-28 18:23:38 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/WNR612V2/Description
|
2014-01-19 03:44:40 +08:00
|
|
|
Package set optimized for the NETGEAR WNR612V2 / On Networks N150
|
2013-07-28 18:23:38 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,WNR612V2))
|
2013-09-20 00:56:51 +08:00
|
|
|
|
|
|
|
|
|
|
|
define Profile/WNR2200
|
|
|
|
NAME:=NETGEAR WNR2200
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/WNR2200/Description
|
|
|
|
Package set optimized for the NETGEAR WNR2200
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,WNR2200))
|