diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-28 17:42:59 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-28 17:42:59 +0000 |
commit | 0e1391f042bee2dfd3f192bad1e894dbc62aa951 (patch) | |
tree | 31241d11f1fef7f91d4b0cb89ad7e757afd97819 /target/linux/lantiq/xway/profiles | |
parent | 7736d42655f44546797746940eb598945a401656 (diff) |
[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')
-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 |