From 3ac4802f48d6a61ddf364255a618f9b4cbd8a5a9 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 14 Jan 2013 16:34:25 +0000 Subject: target: enable XZ BCJ decompressor code after r35097 Required to actually be able to mount squashfs xz compressed filesystems. Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35156 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/mcs814x/config-default | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/mcs814x/config-default') diff --git a/target/linux/mcs814x/config-default b/target/linux/mcs814x/config-default index 5011107fe..842eb0f0f 100644 --- a/target/linux/mcs814x/config-default +++ b/target/linux/mcs814x/config-default @@ -183,6 +183,8 @@ CONFIG_WATCHDOG_NOWAYOUT=y # CONFIG_WEXT_SPY is not set # CONFIG_WIRELESS_EXT is not set CONFIG_XZ_DEC=y +CONFIG_XZ_DEC_ARM=y +CONFIG_XZ_DEC_BCJ=y CONFIG_ZBOOT_ROM_BSS=0 CONFIG_ZBOOT_ROM_TEXT=0 CONFIG_ZONE_DMA_FLAG=0 -- cgit v1.2.3 From 60dacafb2ebb7049194847b9773d5626c3c66fe5 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 17 Mar 2013 14:33:07 +0000 Subject: mcs814x: remove PCI code None of the boards we support are using it nor have it wired out of the SoC, just remove it. Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36061 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/mcs814x/config-default | 2 -- 1 file changed, 2 deletions(-) (limited to 'target/linux/mcs814x/config-default') diff --git a/target/linux/mcs814x/config-default b/target/linux/mcs814x/config-default index 842eb0f0f..00c6b6ccb 100644 --- a/target/linux/mcs814x/config-default +++ b/target/linux/mcs814x/config-default @@ -60,7 +60,6 @@ CONFIG_GENERIC_BUG=y CONFIG_GENERIC_GPIO=y CONFIG_GENERIC_IRQ_CHIP=y CONFIG_GENERIC_IRQ_SHOW=y -CONFIG_GENERIC_PCI_IOMAP=y CONFIG_GPIOLIB=y CONFIG_GPIO_MCS814X=y CONFIG_GPIO_SYSFS=y @@ -118,7 +117,6 @@ CONFIG_MCS814X_PHY=y # CONFIG_MCS814X_WATCHDOG is not set CONFIG_MDIO_BOARDINFO=y # CONFIG_MFD_T7L66XB is not set -CONFIG_MIGHT_HAVE_PCI=y # CONFIG_MTD_COMPLEX_MAPPINGS is not set # CONFIG_MTD_IMPA7 is not set CONFIG_MTD_JEDECPROBE=y -- cgit v1.2.3