2
0
forked from Ivasoft/openwrt

ar71xx: add profile and image building code for wzr-hp-ag300h

SVN-Revision: 27076
This commit is contained in:
Felix Fietkau
2011-06-01 02:23:30 +00:00
parent 4f06b8263a
commit 86dbc3a02d
2 changed files with 17 additions and 0 deletions

View File

@@ -15,3 +15,14 @@ define Profile/WZRHPG30XNH/Description
endef
$(eval $(call Profile,WZRHPG30XNH))
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))