diff options
author | John Crispin <blogic@openwrt.org> | 2013-01-28 17:42:59 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-01-28 17:42:59 +0000 |
commit | b2873fb2ed44ca9b97d8af61fdc0a1f4364f219e (patch) | |
tree | 31241d11f1fef7f91d4b0cb89ad7e757afd97819 /target/linux/lantiq/xway/profiles/arv.mk | |
parent | 1f66b53038092f0eecca87a7b75c9e3b30ee190d (diff) | |
download | master-187ad058-b2873fb2ed44ca9b97d8af61fdc0a1f4364f219e.tar.gz master-187ad058-b2873fb2ed44ca9b97d8af61fdc0a1f4364f219e.tar.bz2 master-187ad058-b2873fb2ed44ca9b97d8af61fdc0a1f4364f219e.zip |
[lantiq] Add support for ARV4518PW R01 and rename R01A.
There are two different versions of SMC7908A-ISP: R01 and R01A.
R01 has an internal clock for PCI, meanwhile R01A has an external clock.
This fixes: https://dev.openwrt.org/ticket/12884
Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35352 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 | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/target/linux/lantiq/xway/profiles/arv.mk b/target/linux/lantiq/xway/profiles/arv.mk index c0c7c7c810..a4f11ca238 100644 --- a/target/linux/lantiq/xway/profiles/arv.mk +++ b/target/linux/lantiq/xway/profiles/arv.mk @@ -18,8 +18,8 @@ endef $(eval $(call Profile,ARV7525PW)) -define Profile/ARV4518PW - NAME:=SMC7908A-ISP, Airties WAV-221 - ARV4518PW +define Profile/ARV4518PWR01 + NAME:=ARV4518PWR01 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 \ @@ -28,7 +28,19 @@ define Profile/ARV4518PW swconfig endef -$(eval $(call Profile,ARV4518PW)) +$(eval $(call Profile,ARV4518PWR01)) + +define Profile/ARV4518PWR01A + NAME:=ARV4518PWR01A + 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 \ + kmod-ath5k wpad-mini \ + swconfig +endef + +$(eval $(call Profile,ARV4518PWR01A)) define Profile/ARV4510PW NAME:=Wippies Homebox - ARV4510PW |