diff options
author | Luka Perkov <luka@openwrt.org> | 2013-07-05 07:44:42 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-07-05 07:44:42 +0000 |
commit | 1a3ad5a03780a47b8eb552ab5fa2e65a4d1fdf60 (patch) | |
tree | 4188ef3f0719320ef6c7553a07edf8633f25dd3d /target/linux/lantiq/xway | |
parent | ea209ac89d28d8a758bff71624b3bdb81dbc5fd2 (diff) | |
download | upstream-1a3ad5a03780a47b8eb552ab5fa2e65a4d1fdf60.tar.gz upstream-1a3ad5a03780a47b8eb552ab5fa2e65a4d1fdf60.tar.bz2 upstream-1a3ad5a03780a47b8eb552ab5fa2e65a4d1fdf60.zip |
lantiq: add device tree support for arv4519pw
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37178
Diffstat (limited to 'target/linux/lantiq/xway')
-rw-r--r-- | target/linux/lantiq/xway/profiles/arv.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/lantiq/xway/profiles/arv.mk b/target/linux/lantiq/xway/profiles/arv.mk index 21311882a7..797969a3b0 100644 --- a/target/linux/lantiq/xway/profiles/arv.mk +++ b/target/linux/lantiq/xway/profiles/arv.mk @@ -54,6 +54,17 @@ endef $(eval $(call Profile,ARV4510PW)) +define Profile/ARV4519PW + NAME:=Vodafone, Pirelli - ARV4519PW + PACKAGES:=kmod-ltq-hcd-danube kmod-ledtrig-usbdev \ + 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 \ + swconfig +endef + +$(eval $(call Profile,ARV4519PW)) + define Profile/ARV7518PW NAME:=Astoria - ARV7518PW PACKAGES:=kmod-ltq-hcd-danube kmod-ledtrig-usbdev \ |