2014-12-09 00:10:54 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2014 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2015-02-28 01:39:07 +08:00
|
|
|
define Profile/CVG834G
|
|
|
|
NAME:=Netgear CVG834G
|
|
|
|
PACKAGES:=
|
|
|
|
endef
|
|
|
|
define Profile/CVG834G/Description
|
|
|
|
Package set optimized for CVG834G.
|
|
|
|
endef
|
|
|
|
$(eval $(call Profile,CVG834G))
|
|
|
|
|
2014-12-09 00:10:54 +08:00
|
|
|
define Profile/DG834GTPN
|
|
|
|
NAME:=Netgear DG834GT/PN
|
|
|
|
PACKAGES:=kmod-ath5k wpad-mini
|
|
|
|
endef
|
|
|
|
define Profile/DG834GTPN/Description
|
|
|
|
Package set optimized for DG834GT/PN.
|
|
|
|
endef
|
|
|
|
$(eval $(call Profile,DG834GTPN))
|
2015-03-16 19:52:10 +08:00
|
|
|
|
2015-03-25 23:35:43 +08:00
|
|
|
define Profile/DG834GV4
|
|
|
|
NAME:=Netgear DG834G v4
|
|
|
|
PACKAGES:=kmod-b43 wpad-mini
|
|
|
|
endef
|
|
|
|
define Profile/DG834GTPN/Description
|
|
|
|
Package set optimized for DG834G v4.
|
|
|
|
endef
|
|
|
|
$(eval $(call Profile,DG834GV4))
|
|
|
|
|
2015-03-16 19:52:10 +08:00
|
|
|
define Profile/DGND3700v1_3800B
|
|
|
|
NAME:=Netgear DGND3700 v1 / DGND3800B
|
|
|
|
PACKAGES:=kmod-b43 wpad-mini \
|
|
|
|
kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev
|
|
|
|
endef
|
|
|
|
define Profile/DGND3700v1_3800B/Description
|
|
|
|
Package set optimized for DGND3700 v1 / DGND3800B.
|
|
|
|
endef
|
|
|
|
$(eval $(call Profile,DGND3700v1_3800B))
|