diff options
author | John Crispin <blogic@openwrt.org> | 2015-07-07 13:44:58 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-07-07 13:44:58 +0000 |
commit | b4ee3af076e57a9292b17884a21c1439d67bc210 (patch) | |
tree | 3eb103ae5bad5ad5cf7f8e91a9c9789463baee7b /target/linux/lantiq/xway | |
parent | fc39bcee344c920d5a017dbfbc408e12591fc848 (diff) | |
download | master-187ad058-b4ee3af076e57a9292b17884a21c1439d67bc210.tar.gz master-187ad058-b4ee3af076e57a9292b17884a21c1439d67bc210.tar.bz2 master-187ad058-b4ee3af076e57a9292b17884a21c1439d67bc210.zip |
lantiq: Add support for Arcadyan ARV8539PW22 (Speedport W 504V)
lantiq: Add support for Arcadyan ARV8539PW22 (Speedport W 504V)
Signed-off-by: Jannis Pinter <jannis@pinterjann.is>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46224 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/xway')
-rw-r--r-- | target/linux/lantiq/xway/profiles/arv.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/lantiq/xway/profiles/arv.mk b/target/linux/lantiq/xway/profiles/arv.mk index 773243717e..976cd194d0 100644 --- a/target/linux/lantiq/xway/profiles/arv.mk +++ b/target/linux/lantiq/xway/profiles/arv.mk @@ -8,6 +8,18 @@ endef $(eval $(call Profile,ARV4525PW)) +define Profile/ARV8539PW22 + NAME:=Speedport W504V Typ A - ARV8539PW22 + PACKAGES:=kmod-ltq-hcd-danube \ + 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-ath9k wpad-mini \ + swconfig +endef + +$(eval $(call Profile,ARV8539PW22)) + define Profile/ARV7525PW NAME:=Speedport W303V Typ A - ARV7525PW PACKAGES:=kmod-rt2800-pci wpad-mini \ |