diff options
author | Oswald Buddenhagen <oswald.buddenhagen@gmx.de> | 2016-06-20 18:47:38 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-22 19:32:06 +0200 |
commit | 9759fde40a3c50095097443ed261b5dd33f8b393 (patch) | |
tree | fffed93ac1f712f471e2a2fa5f6e4895147c899a /target/linux/lantiq/image | |
parent | b67066b8fa1202074b3a2dd2cfd94a9aa5947e4a (diff) | |
download | upstream-9759fde40a3c50095097443ed261b5dd33f8b393.tar.gz upstream-9759fde40a3c50095097443ed261b5dd33f8b393.tar.bz2 upstream-9759fde40a3c50095097443ed261b5dd33f8b393.zip |
lantiq: add support for ARV7506PW11 (Alice/O2 IAD 4421)
Ethernet, ADSL2+ and LEDs are fully functional.
Supporting the two TAE ports and SIP gateway was not attempted.
The WiFi is unreliable, due to experimental support for rt35xx family
devices by the rt2800pci driver.
Signed-off-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
[rebase to LEDE HEAD]
[switch to normal image instead of brnboot image]
[remove not required pinmux child nodes keys, leds, ebu, exin, pci_in and pci_out]
[remove switch_rst pinmux child node (no support for hw reset in driver/setting a default GPIO value in DT]
[enable usage of the wireless LED]
[fixup mac address configuration]
Sgned-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/image')
-rw-r--r-- | target/linux/lantiq/image/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index f76f6db790..7cd08c15f6 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -371,6 +371,18 @@ define Device/ARV4519PW endef TARGET_DEVICES += ARV4519PW +define Device/ARV7506PW11 + DEVICE_PROFILE := ARV7506PW11 + IMAGE_SIZE := 7808k + DEVICE_TITLE := Alice/O2 IAD 4421 - ARV7506PW11 + DEVICE_PACKAGES := kmod-ltq-adsl-danube-mei kmod-ltq-adsl-danube \ + kmod-ltq-adsl-danube-fw-b kmod-ltq-atm-danube \ + ltq-adsl-app ppp-mod-pppoa \ + kmod-rt2800-pci wpad-mini \ + swconfig +endef +TARGET_DEVICES += ARV7506PW11 + define Device/ARV7510PW22 DEVICE_PROFILE := ARV7510PW22 IMAGE_SIZE := 31232k |