diff options
author | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-05 07:44:42 +0000 |
---|---|---|
committer | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-05 07:44:42 +0000 |
commit | dd5362d440aa3510c5a2fda185323b486c74d000 (patch) | |
tree | 34a042cb5bc48f6c96af258519943c18ce5e5847 /target/linux/lantiq/xway/profiles/arv.mk | |
parent | c12bf56db76fd3b35f54e7e6f135ba7d7930d219 (diff) |
lantiq: add device tree support for arv4519pw
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37178 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/xway/profiles/arv.mk')
-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 \ |