openwrtv3/target/linux/lantiq/xrx200/profiles/zyxel.mk
John Crispin 9531390aad lantiq: add support for ZyXEL P2812HNUFX
This patch adds almost full support for this board. WiFi is still not working.
The FXS ports are not functional due to missing support for the TAPI driver on
VR9 SoC.

Signed-off-by: Antonios Vamporakis <ant@area128.com>
Tested-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 40317
2014-03-30 09:16:06 +00:00

14 lines
401 B
Makefile

define Profile/P2812HNUFX
NAME:=ZyXEL P-2812HNU-Fx
PACKAGES:=kmod-rt2800-pci wpad-mini \
kmod-ltq-deu-vr9 kmod-ltq-hcd-vr9 \
kmod-ltq-vdsl-vr9-mei kmod-ltq-vdsl-vr9 \
kmod-ltq-atm-vr9 ltq-vdsl-vr9-fw-installer \
ltq-vdsl-app ppp-mod-pppoa \
swconfig
endef
P2812HNUFX_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
P2812HNUFX_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
$(eval $(call Profile,P2812HNUFX))