diff options
author | John Crispin <john@openwrt.org> | 2013-08-05 10:42:00 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-08-05 10:42:00 +0000 |
commit | 288adb663424bc6098c4485549552a5f78283873 (patch) | |
tree | 068ebfecefd86d9a8d1d0e664d11285d6377c536 /target/linux/lantiq/xway | |
parent | 553a46972830d8a0eff4265eed150da49f050634 (diff) | |
download | upstream-288adb663424bc6098c4485549552a5f78283873.tar.gz upstream-288adb663424bc6098c4485549552a5f78283873.tar.bz2 upstream-288adb663424bc6098c4485549552a5f78283873.zip |
lantiq: several a803 related fixes
based on work from Matti Laasko that he posted in the wiki
Signed-off-by: John Crispin <blogic@openwrt.or
SVN-Revision: 37704
Diffstat (limited to 'target/linux/lantiq/xway')
-rw-r--r-- | target/linux/lantiq/xway/profiles/arv.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/xway/profiles/arv.mk b/target/linux/lantiq/xway/profiles/arv.mk index 797969a3b0..4528741ea0 100644 --- a/target/linux/lantiq/xway/profiles/arv.mk +++ b/target/linux/lantiq/xway/profiles/arv.mk @@ -116,7 +116,7 @@ $(eval $(call Profile,ARV752DPW)) define Profile/ARV752DPW22 NAME:=Easybox 803 - ARV752DPW22 - PACKAGES:=kmod-usb2 kmod-usb-uhci kmod-ltq-hcd-danube kmod-ledtrig-usbdev \ + PACKAGES:=kmod-usb2-pci kmod-usb-uhci 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 \ |