diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-06-28 11:26:29 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-06-28 11:26:29 +0000 |
commit | 6d6296e214b052a6a2b5678dcb35669763b4e74f (patch) | |
tree | a92a62cc2bda736b8f48698c4cc8adc81642d0b9 /target/linux/orion/harddisk/config-default | |
parent | 77b9fd52a62f42ce2388a502e795291ae0b18dd5 (diff) | |
download | upstream-6d6296e214b052a6a2b5678dcb35669763b4e74f.tar.gz upstream-6d6296e214b052a6a2b5678dcb35669763b4e74f.tar.bz2 upstream-6d6296e214b052a6a2b5678dcb35669763b4e74f.zip |
orion: add support for the lacie 2big network device
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37059
Diffstat (limited to 'target/linux/orion/harddisk/config-default')
-rw-r--r-- | target/linux/orion/harddisk/config-default | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/orion/harddisk/config-default b/target/linux/orion/harddisk/config-default index 73bf55c11a..a70268360e 100644 --- a/target/linux/orion/harddisk/config-default +++ b/target/linux/orion/harddisk/config-default @@ -12,6 +12,7 @@ CONFIG_HWMON=y CONFIG_I2C_BOARDINFO=y CONFIG_JBD2=y CONFIG_MACH_DT2=y +CONFIG_MACH_NET2BIG=y CONFIG_MD=y CONFIG_MD_AUTODETECT=y CONFIG_MD_LINEAR=y @@ -24,9 +25,9 @@ CONFIG_NLS=y CONFIG_RTC_CLASS=y CONFIG_SATA_MV=y CONFIG_SCSI=y -CONFIG_SCSI_MOD=y +CONFIG_SCSI_DMA=y CONFIG_USB=y CONFIG_USB_COMMON=y CONFIG_USB_EHCI_HCD=y -CONFIG_USB_EHCI_TT_NEWSCHED=y CONFIG_USB_STORAGE=y +# CONFIG_USB_UHCI_HCD is not set |