2010-01-15 14:08:03 +02:00
|
|
|
#
|
|
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2011-07-28 14:57:51 +03:00
|
|
|
define Profile/WZRHPG300NH
|
|
|
|
NAME:=Buffalo WZR-HP-G300NH
|
2011-09-05 21:37:48 +03:00
|
|
|
PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
|
2010-01-15 14:08:03 +02:00
|
|
|
endef
|
|
|
|
|
2011-07-28 14:57:51 +03:00
|
|
|
define Profile/WZRHPG300NH/Description
|
2011-04-12 12:29:10 +03:00
|
|
|
Package set optimized for the Buffalo WZR-HP-G300NH and WZR-HP-G301NH
|
2010-01-15 14:08:03 +02:00
|
|
|
endef
|
|
|
|
|
2011-07-28 14:57:51 +03:00
|
|
|
$(eval $(call Profile,WZRHPG300NH))
|
2011-06-01 05:23:30 +03:00
|
|
|
|
2011-12-19 00:20:17 +02:00
|
|
|
define Profile/WZRHPG300NH2
|
|
|
|
NAME:=Buffalo WZR-HP-G300NH2
|
|
|
|
PACKAGES:=kmod-ath9k wpad-mini kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/WZRHPG300NH/Description
|
|
|
|
Package set optimized for the Buffalo WZR-HP-G300NH2
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,WZRHPG300NH2))
|
|
|
|
|
2011-06-01 05:23:30 +03:00
|
|
|
define Profile/WZRHPAG300H
|
|
|
|
NAME:=Buffalo WZR-HP-AG300H
|
2011-09-05 21:37:48 +03:00
|
|
|
PACKAGES:=kmod-usb-ohci kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
|
2011-06-01 05:23:30 +03:00
|
|
|
endef
|
|
|
|
|
2011-09-21 14:47:48 +03:00
|
|
|
define Profile/WZRHPAG300H/Description
|
2011-06-01 05:23:30 +03:00
|
|
|
Package set optimized for the Buffalo WZR-HP-AG300H
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,WZRHPAG300H))
|
2011-10-25 00:49:29 +03:00
|
|
|
|
2011-12-05 16:20:51 +02:00
|
|
|
define Profile/WZRHPG450H
|
|
|
|
NAME:=Buffalo WZR-HP-G450H
|
|
|
|
PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/WZRHPG450H/Description
|
|
|
|
Package set optimized for the Buffalo WZR-HP-G450H
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,WZRHPG450H))
|
|
|
|
|
2011-11-07 14:59:08 +02:00
|
|
|
define Profile/WHRG301N
|
|
|
|
NAME:=Buffalo WHR-G301N
|
|
|
|
PACKAGES:=
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/WHRG301N/Description
|
|
|
|
Package set optimized for the Buffalo WHR-G301N.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,WHRG301N))
|
|
|
|
|
|
|
|
|
2011-10-25 00:49:29 +03:00
|
|
|
define Profile/WHRHPG300N
|
|
|
|
NAME:=Buffalo WHR-HP-G300N
|
|
|
|
PACKAGES:=
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/WHRHPG300N/Description
|
|
|
|
Package set optimized for the Buffalo WHR-HP-G300N
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,WHRHPG300N))
|
2011-11-07 14:59:11 +02:00
|
|
|
|
|
|
|
|
|
|
|
define Profile/WHRHPGN
|
|
|
|
NAME:=Buffalo WHR-HP-GN
|
|
|
|
PACKAGES:=
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/WHRHPGN/Description
|
|
|
|
Package set optimized for the Buffalo WHR-HP-GN.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,WHRHPGN))
|