From 4a3d655e10c04e166bcafd34c34365ee46fa2d31 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 30 Mar 2014 09:16:06 +0000 Subject: 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 Tested-by: Luka Perkov git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40317 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/lantiq/xrx200/profiles/zyxel.mk | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 target/linux/lantiq/xrx200/profiles/zyxel.mk (limited to 'target/linux/lantiq/xrx200') diff --git a/target/linux/lantiq/xrx200/profiles/zyxel.mk b/target/linux/lantiq/xrx200/profiles/zyxel.mk new file mode 100644 index 0000000000..e758a50360 --- /dev/null +++ b/target/linux/lantiq/xrx200/profiles/zyxel.mk @@ -0,0 +1,14 @@ +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)) -- cgit v1.2.3