diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2014-07-20 09:42:14 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2014-07-20 09:42:14 +0000 |
commit | 7e34703827f549da9e9e3122300f680bb72ed743 (patch) | |
tree | 5f795c2116c18e1aa56b8aaf75a99a26dc91c64e /target/linux/orion/harddisk/config-default | |
parent | bf6fc87f26fdc1e88e73ee7d0225fd8981bc958b (diff) | |
download | upstream-7e34703827f549da9e9e3122300f680bb72ed743.tar.gz upstream-7e34703827f549da9e9e3122300f680bb72ed743.tar.bz2 upstream-7e34703827f549da9e9e3122300f680bb72ed743.zip |
orion: Update kernel to 3.10.44
Update the kernel of the orion target to version 3.10.44.
Refresh orion config and patches to match the changes in the kernel
Tested on WRT350N-v2 device.
Signed-off-by: Maarten Bezemer <maarten.bezemer@gmail.com>
[run make kernel_oldconfig, fold a01-dt2-fixes-for-3.3.patch into dt2-setup.c,
make dt2-setup.c compile, fix harddisk subprofile]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41765 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/orion/harddisk/config-default')
-rw-r--r-- | target/linux/orion/harddisk/config-default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/orion/harddisk/config-default b/target/linux/orion/harddisk/config-default index e29bc008bf..bf6cee1715 100644 --- a/target/linux/orion/harddisk/config-default +++ b/target/linux/orion/harddisk/config-default @@ -32,5 +32,7 @@ CONFIG_SCSI_DMA=y CONFIG_USB=y CONFIG_USB_COMMON=y CONFIG_USB_EHCI_HCD=y +CONFIG_USB_EHCI_HCD_ORION=y +CONFIG_USB_EHCI_HCD_PLATFORM=y CONFIG_USB_STORAGE=y # CONFIG_USB_UHCI_HCD is not set |