2010-01-15 20:08:03 +08:00
|
|
|
#
|
2013-03-01 21:46:01 +08:00
|
|
|
# Copyright (C) 2009-2013 OpenWrt.org
|
2010-01-15 20:08:03 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2011-07-28 19:57:51 +08:00
|
|
|
define Profile/WZRHPG300NH
|
|
|
|
NAME:=Buffalo WZR-HP-G300NH
|
2011-09-06 02:37:48 +08:00
|
|
|
PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
|
2010-01-15 20:08:03 +08:00
|
|
|
endef
|
|
|
|
|
2011-07-28 19:57:51 +08:00
|
|
|
define Profile/WZRHPG300NH/Description
|
2011-04-12 17:29:10 +08:00
|
|
|
Package set optimized for the Buffalo WZR-HP-G300NH and WZR-HP-G301NH
|
2010-01-15 20:08:03 +08:00
|
|
|
endef
|
|
|
|
|
2011-07-28 19:57:51 +08:00
|
|
|
$(eval $(call Profile,WZRHPG300NH))
|
2011-06-01 10:23:30 +08:00
|
|
|
|
2011-12-19 06:20:17 +08: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 10:23:30 +08:00
|
|
|
define Profile/WZRHPAG300H
|
|
|
|
NAME:=Buffalo WZR-HP-AG300H
|
2011-09-06 02:37:48 +08:00
|
|
|
PACKAGES:=kmod-usb-ohci kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
|
2011-06-01 10:23:30 +08:00
|
|
|
endef
|
|
|
|
|
2011-09-21 19:47:48 +08:00
|
|
|
define Profile/WZRHPAG300H/Description
|
2011-06-01 10:23:30 +08:00
|
|
|
Package set optimized for the Buffalo WZR-HP-AG300H
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,WZRHPAG300H))
|
2011-10-25 05:49:29 +08:00
|
|
|
|
2011-12-05 22:20:51 +08: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))
|
|
|
|
|
2014-10-22 19:02:18 +08:00
|
|
|
define Profile/WZR450HP2
|
|
|
|
NAME:=Buffalo WZR-450HP2
|
|
|
|
PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/WZR450HP2/Description
|
|
|
|
Package set optimized for the Buffalo WZR-450HP2
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,WZR450HP2))
|
|
|
|
|
2013-03-01 21:46:01 +08:00
|
|
|
define Profile/WZR600DHP
|
|
|
|
NAME:=Buffalo WZR-600DHP
|
|
|
|
PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/WZR600DHP/Description
|
|
|
|
Package set optimized for the Buffalo WZR-600DHP
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,WZR600DHP))
|
|
|
|
|
2011-11-07 20:59:08 +08: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 05:49:29 +08: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 20:59:11 +08: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))
|
2012-08-01 20:24:52 +08:00
|
|
|
|
|
|
|
define Profile/WLAEAG300N
|
|
|
|
NAME:=Buffalo WLAE-AG300N
|
|
|
|
PACKAGES:=kmod-ledtrig-netdev
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/WLAEAG300N/Description
|
|
|
|
Package set optimized for the Buffalo WLAE-AG300N
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,WLAEAG300N))
|