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/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/config-default')
-rw-r--r-- | target/linux/orion/config-default | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/orion/config-default b/target/linux/orion/config-default index 9418e0004f..cb1d848abe 100644 --- a/target/linux/orion/config-default +++ b/target/linux/orion/config-default @@ -14,6 +14,7 @@ CONFIG_ARM_NR_BANKS=8 CONFIG_ARM_PATCH_PHYS_VIRT=y # CONFIG_ARM_THUMB is not set # CONFIG_ARPD is not set +CONFIG_AUTO_ZRELADDR=y # CONFIG_CACHE_L2X0 is not set CONFIG_CLKSRC_MMIO=y CONFIG_CMDLINE="rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200" @@ -84,12 +85,12 @@ CONFIG_HAVE_PROC_CPU=y CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y CONFIG_HAVE_SCHED_CLOCK=y CONFIG_HAVE_SPARSE_IRQ=y -# CONFIG_HWMON is not set -# CONFIG_I2C_BOARDINFO is not set CONFIG_INET_LRO=y CONFIG_INITRAMFS_SOURCE="" CONFIG_KTIME_SCALAR=y CONFIG_LEDS_GPIO=y +# CONFIG_LZO_COMPRESS is not set +# CONFIG_LZO_DECOMPRESS is not set # CONFIG_MACH_BIGDISK is not set # CONFIG_MACH_D2NET is not set # CONFIG_MACH_DB88F5281 is not set @@ -135,7 +136,6 @@ CONFIG_PERF_USE_VMALLOC=y CONFIG_PHYLIB=y CONFIG_PLAT_ORION=y # CONFIG_PREEMPT_RCU is not set -# CONFIG_RTC_CLASS is not set # CONFIG_SCSI_DMA is not set CONFIG_SPLIT_PTLOCK_CPUS=999999 CONFIG_SYS_SUPPORTS_APM_EMULATION=y |