2
0
forked from Ivasoft/openwrt

adds zyxel p2601hnfx support

Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>

SVN-Revision: 31734
This commit is contained in:
John Crispin
2012-05-15 09:38:02 +00:00
parent 9785ec070e
commit 07dca108a9
7 changed files with 41 additions and 21 deletions

View File

@@ -0,0 +1,7 @@
define Profile/P2601HNFX
NAME:=P2601HNFX - ZyXEL P-2601HN-Fx
PACKAGES:= kmod-usb-dwc-otg kmod-rt2800-usb wpad-mini \
kmod-ltq-dsl-firmware-b-ar9
endef
$(eval $(call Profile,P2601HNFX))