2010-01-15 12:08:03 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2011-04-12 09:29:10 +00:00
|
|
|
define Profile/WZRHPG30XNH
|
|
|
|
NAME:=Buffalo WZR-HP-G30XNH
|
2011-01-08 21:02:25 +00:00
|
|
|
PACKAGES:=kmod-ath9k wpad-mini kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
|
2010-01-15 12:08:03 +00:00
|
|
|
endef
|
|
|
|
|
2011-04-12 09:29:10 +00:00
|
|
|
define Profile/WZRHPG30XNH/Description
|
|
|
|
Package set optimized for the Buffalo WZR-HP-G300NH and WZR-HP-G301NH
|
2010-01-15 12:08:03 +00:00
|
|
|
endef
|
|
|
|
|
2011-04-12 09:29:10 +00:00
|
|
|
$(eval $(call Profile,WZRHPG30XNH))
|
2011-06-01 02:23:30 +00:00
|
|
|
|
|
|
|
define Profile/WZRHPAG300H
|
|
|
|
NAME:=Buffalo WZR-HP-AG300H
|
|
|
|
PACKAGES:=kmod-ath9k wpad-mini kmod-usb-ohci kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/WZRHPG30XNH/Description
|
|
|
|
Package set optimized for the Buffalo WZR-HP-AG300H
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,WZRHPAG300H))
|