diff options
author | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-05-12 21:41:52 +0000 |
---|---|---|
committer | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-05-12 21:41:52 +0000 |
commit | 953e974f430d98eb904eaa08dc535d48e0d8d099 (patch) | |
tree | e2904d123afe41f29c360467a74af01ad0dae6f1 /target/linux | |
parent | 800124c48590df15dce3ebd6fa48b5abacbfe292 (diff) |
bcm63xx: don't build CRAMFS
Don't build the CRAMFS file system module in the kernel, and save some bytes.
No bcm63xx board needs this obsolete file system, neither those ones using
the Redboot bootloader (liveboxes). Thus, there is no need to build it, since it has
been replaced long time ago by squashfs.
Signed-off-by: Daniel Gonzalez <dgcbueu@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36616 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/brcm63xx/config-3.8 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/config-3.8 b/target/linux/brcm63xx/config-3.8 index 736849d707..85348e99e5 100644 --- a/target/linux/brcm63xx/config-3.8 +++ b/target/linux/brcm63xx/config-3.8 @@ -36,7 +36,6 @@ CONFIG_CPU_R4K_CACHE_TLB=y CONFIG_CPU_R4K_FPU=y CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y CONFIG_CPU_SUPPORTS_HIGHMEM=y -CONFIG_CRAMFS=y CONFIG_CSRC_R4K=y CONFIG_DECOMPRESS_LZMA=y CONFIG_DMA_NONCOHERENT=y |