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