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

@@ -19,6 +19,7 @@ CONFIG_LANTIQ_MACH_FRITZ_AR9=y
# CONFIG_LANTIQ_MACH_GIGASX76X is not set
CONFIG_LANTIQ_MACH_NETGEAR=y
CONFIG_LANTIQ_MACH_WBMR=y
CONFIG_LANTIQ_MACH_P2601HNFX=y
# CONFIG_LANTIQ_VRX200 is not set
CONFIG_MDIO_BOARDINFO=y
# CONFIG_MLX4_CORE is not set

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))