2010-01-15 20:08:03 +08: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 17:29:10 +08:00
|
|
|
define Profile/WZRHPG30XNH
|
|
|
|
NAME:=Buffalo WZR-HP-G30XNH
|
2011-01-09 05:02:25 +08:00
|
|
|
PACKAGES:=kmod-ath9k wpad-mini kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
|
2010-01-15 20:08:03 +08:00
|
|
|
endef
|
|
|
|
|
2011-04-12 17:29:10 +08:00
|
|
|
define Profile/WZRHPG30XNH/Description
|
|
|
|
Package set optimized for the Buffalo WZR-HP-G300NH and WZR-HP-G301NH
|
2010-01-15 20:08:03 +08:00
|
|
|
endef
|
|
|
|
|
2011-04-12 17:29:10 +08:00
|
|
|
$(eval $(call Profile,WZRHPG30XNH))
|