From 5eb43d4cf8451c965f92d56cf717918098e03321 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 28 Jan 2013 17:42:59 +0000 Subject: Add support for ARV4518PW R01 and rename R01A. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Álvaro Fernández Rojas SVN-Revision: 35352 --- target/linux/lantiq/xway/profiles/arv.mk | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'target/linux/lantiq/xway') 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 -- cgit v1.2.3