summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-09-19 20:58:16 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-09-19 20:58:16 +0000
commit236d7e62cac24e7b7fdfac73c3b39f7f80c337ac (patch)
tree370e8059a7aa33f4b565622f49d25eed5b048fb8 /target
parent15bc93fc03a97dc583b548aa4f57081ec15fe545 (diff)
downloadmtk-20170518-236d7e62cac24e7b7fdfac73c3b39f7f80c337ac.zip
mtk-20170518-236d7e62cac24e7b7fdfac73c3b39f7f80c337ac.tar.gz
mtk-20170518-236d7e62cac24e7b7fdfac73c3b39f7f80c337ac.tar.bz2
clean up jffs2 config options
SVN-Revision: 8848
Diffstat (limited to 'target')
-rw-r--r--target/linux/amazon/config-2.6.211
-rw-r--r--target/linux/amcc/config-2.6.211
-rw-r--r--target/linux/ar7/config-2.6.222
-rw-r--r--target/linux/at91/config-2.6.221
-rw-r--r--target/linux/atheros/config-2.6.221
-rw-r--r--target/linux/au1000/config-2.6.221
-rw-r--r--target/linux/brcm-2.4/config-2.4.341
-rw-r--r--target/linux/brcm47xx/config-2.6.221
-rw-r--r--target/linux/brcm63xx/config-2.6.223
-rw-r--r--target/linux/etrax/config-default1
-rw-r--r--target/linux/iop32x/config-2.6.212
-rw-r--r--target/linux/ixp4xx/config-default2
-rw-r--r--target/linux/magicbox/config-2.6.221
-rw-r--r--target/linux/pxa/config-2.6.211
-rw-r--r--target/linux/rb532/config-2.6.221
-rw-r--r--target/linux/rdc/config-2.6.222
-rw-r--r--target/linux/sibyte/config-2.6.211
-rw-r--r--target/linux/x86/config-2.6.221
18 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/amazon/config-2.6.21 b/target/linux/amazon/config-2.6.21
index 2229e63..1da6b9b 100644
--- a/target/linux/amazon/config-2.6.21
+++ b/target/linux/amazon/config-2.6.21
@@ -67,7 +67,6 @@ CONFIG_INITRAMFS_SOURCE=""
# CONFIG_IPW2100 is not set
# CONFIG_IPW2200 is not set
CONFIG_IRQ_CPU=y
-CONFIG_JFFS2_FS_DEBUG=0
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_EXTRA_PASS is not set
# CONFIG_MACH_DECSTATION is not set
diff --git a/target/linux/amcc/config-2.6.21 b/target/linux/amcc/config-2.6.21
index d0fccac..00c535e 100644
--- a/target/linux/amcc/config-2.6.21
+++ b/target/linux/amcc/config-2.6.21
@@ -62,7 +62,6 @@ CONFIG_IBM_OCP=y
# CONFIG_IDE is not set
CONFIG_INITRAMFS_SOURCE=""
CONFIG_ISA_DMA_API=y
-CONFIG_JFFS2_FS_DEBUG=0
CONFIG_KERNEL_START=0xc0000000
# CONFIG_KEXEC is not set
CONFIG_LOWMEM_SIZE=0x30000000
diff --git a/target/linux/ar7/config-2.6.22 b/target/linux/ar7/config-2.6.22
index 2137efd..3c2806c 100644
--- a/target/linux/ar7/config-2.6.22
+++ b/target/linux/ar7/config-2.6.22
@@ -73,8 +73,6 @@ CONFIG_HW_RANDOM=y
# CONFIG_IPW2100 is not set
# CONFIG_IPW2200 is not set
CONFIG_IRQ_CPU=y
-# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
-CONFIG_JFFS2_FS_DEBUG=0
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_LEDS_AR7=y
diff --git a/target/linux/at91/config-2.6.22 b/target/linux/at91/config-2.6.22
index 5e74bd6..5b6af5d 100644
--- a/target/linux/at91/config-2.6.22
+++ b/target/linux/at91/config-2.6.22
@@ -153,7 +153,6 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_IP_NF_TARGET_NETMAP is not set
# CONFIG_IP_NF_TARGET_SAME is not set
# CONFIG_IP_ROUTE_VERBOSE is not set
-CONFIG_JFFS2_FS_DEBUG=0
CONFIG_LEDS=y
CONFIG_LEDS_CPU=y
CONFIG_LEDS_TIMER=y
diff --git a/target/linux/atheros/config-2.6.22 b/target/linux/atheros/config-2.6.22
index 497f149..de6e4b6 100644
--- a/target/linux/atheros/config-2.6.22
+++ b/target/linux/atheros/config-2.6.22
@@ -59,7 +59,6 @@ CONFIG_HW_RANDOM=y
# CONFIG_IEEE80211 is not set
CONFIG_INITRAMFS_SOURCE=""
CONFIG_IRQ_CPU=y
-CONFIG_JFFS2_FS_DEBUG=0
# CONFIG_MACH_ALCHEMY is not set
# CONFIG_MACH_DECSTATION is not set
# CONFIG_MACH_JAZZ is not set
diff --git a/target/linux/au1000/config-2.6.22 b/target/linux/au1000/config-2.6.22
index e197928..2ce3bd3 100644
--- a/target/linux/au1000/config-2.6.22
+++ b/target/linux/au1000/config-2.6.22
@@ -74,7 +74,6 @@ CONFIG_I2C_AU1X00GPIO=m
CONFIG_I2C_CHARDEV=m
# CONFIG_IDE is not set
CONFIG_INITRAMFS_SOURCE=""
-CONFIG_JFFS2_FS_DEBUG=0
CONFIG_LEDS_MTX1=y
# CONFIG_LEDS_TRIGGERS is not set
CONFIG_MACH_ALCHEMY=y
diff --git a/target/linux/brcm-2.4/config-2.4.34 b/target/linux/brcm-2.4/config-2.4.34
index 72f6f86..c08499f 100644
--- a/target/linux/brcm-2.4/config-2.4.34
+++ b/target/linux/brcm-2.4/config-2.4.34
@@ -160,7 +160,6 @@ CONFIG_IP_VS_SH=m
CONFIG_IP_VS_TAB_BITS=12
CONFIG_IP_VS_WLC=m
CONFIG_IP_VS_WRR=m
-CONFIG_JFFS2_FS_DEBUG=0
# CONFIG_LAN_SAA9730 is not set
# CONFIG_LNE390 is not set
CONFIG_LOG_BUF_SHIFT=0
diff --git a/target/linux/brcm47xx/config-2.6.22 b/target/linux/brcm47xx/config-2.6.22
index 8e88aab..20f5c3a 100644
--- a/target/linux/brcm47xx/config-2.6.22
+++ b/target/linux/brcm47xx/config-2.6.22
@@ -117,7 +117,6 @@ CONFIG_IPW2200_QOS=y
# CONFIG_IP_NF_TARGET_SAME is not set
# CONFIG_IP_ROUTE_VERBOSE is not set
CONFIG_IRQ_CPU=y
-CONFIG_JFFS2_FS_DEBUG=0
# CONFIG_LIBCRC32C is not set
# CONFIG_LLC2 is not set
# CONFIG_MACH_ALCHEMY is not set
diff --git a/target/linux/brcm63xx/config-2.6.22 b/target/linux/brcm63xx/config-2.6.22
index abef335..f778825 100644
--- a/target/linux/brcm63xx/config-2.6.22
+++ b/target/linux/brcm63xx/config-2.6.22
@@ -142,9 +142,6 @@ CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
CONFIG_IP_SCTP=m
CONFIG_IRQ_CPU=y
-# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
-CONFIG_JFFS2_FS_DEBUG=0
-CONFIG_JFFS2_SUMMARY=y
# CONFIG_JFS_FS is not set
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_EXTRA_PASS=y
diff --git a/target/linux/etrax/config-default b/target/linux/etrax/config-default
index 8a1d362..313991e 100644
--- a/target/linux/etrax/config-default
+++ b/target/linux/etrax/config-default
@@ -154,7 +154,6 @@ CONFIG_IEEE80211_SOFTMAC=y
CONFIG_IEEE80211_SOFTMAC_DEBUG=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_IRQ_PER_CPU=y
-CONFIG_JFFS2_FS_DEBUG=0
CONFIG_MSDOS_FS=y
CONFIG_MTD=y
CONFIG_MTDRAM_ABS_POS=0x0
diff --git a/target/linux/iop32x/config-2.6.21 b/target/linux/iop32x/config-2.6.21
index c132559..97ea64d 100644
--- a/target/linux/iop32x/config-2.6.21
+++ b/target/linux/iop32x/config-2.6.21
@@ -197,8 +197,6 @@ CONFIG_IP_NF_TARGET_REDIRECT=m
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
# CONFIG_IWMMXT is not set
-# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
-CONFIG_JFFS2_FS_DEBUG=0
# CONFIG_JFS_FS is not set
# CONFIG_LANMEDIA is not set
CONFIG_LEGACY_PTYS=y
diff --git a/target/linux/ixp4xx/config-default b/target/linux/ixp4xx/config-default
index 81c1383..a995ad9 100644
--- a/target/linux/ixp4xx/config-default
+++ b/target/linux/ixp4xx/config-default
@@ -213,8 +213,6 @@ CONFIG_IXP4XX_QMGR=y
CONFIG_IXP4XX_CRYPTO=y
CONFIG_IXP4XX_WATCHDOG=y
# CONFIG_IWMMXT is not set
-# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
-CONFIG_JFFS2_FS_DEBUG=0
# CONFIG_JFS_FS is not set
# CONFIG_KEXEC is not set
# CONFIG_LANMEDIA is not set
diff --git a/target/linux/magicbox/config-2.6.22 b/target/linux/magicbox/config-2.6.22
index 3e36514..87dcb7e 100644
--- a/target/linux/magicbox/config-2.6.22
+++ b/target/linux/magicbox/config-2.6.22
@@ -69,7 +69,6 @@ CONFIG_IDE_MAX_HWIFS=4
# CONFIG_IDE_TASK_IOCTL is not set
CONFIG_INITRAMFS_SOURCE=""
CONFIG_ISA_DMA_API=y
-CONFIG_JFFS2_FS_DEBUG=0
CONFIG_KERNEL_START=0xc0000000
# CONFIG_KEXEC is not set
# CONFIG_LEDS_TRIGGER_IDE_DISK is not set
diff --git a/target/linux/pxa/config-2.6.21 b/target/linux/pxa/config-2.6.21
index e288e42..7c1e1b5 100644
--- a/target/linux/pxa/config-2.6.21
+++ b/target/linux/pxa/config-2.6.21
@@ -199,7 +199,6 @@ CONFIG_IP_NF_TARGET_DSCP=m
# CONFIG_IP_NF_TARGET_SAME is not set
# CONFIG_IP_ROUTE_VERBOSE is not set
# CONFIG_ISO9660_FS is not set
-CONFIG_JFFS2_FS_DEBUG=0
# CONFIG_JFS_FS is not set
CONFIG_KEYBOARD_ATKBD=y
CONFIG_KEYBOARD_GTEK=y
diff --git a/target/linux/rb532/config-2.6.22 b/target/linux/rb532/config-2.6.22
index 24678f1..bc62b77 100644
--- a/target/linux/rb532/config-2.6.22
+++ b/target/linux/rb532/config-2.6.22
@@ -59,7 +59,6 @@ CONFIG_HW_RANDOM=y
# CONFIG_IDE is not set
CONFIG_INITRAMFS_SOURCE=""
CONFIG_IRQ_CPU=y
-CONFIG_JFFS2_FS_DEBUG=0
CONFIG_KORINA=y
CONFIG_LEDS_RB500=y
# CONFIG_MACH_ALCHEMY is not set
diff --git a/target/linux/rdc/config-2.6.22 b/target/linux/rdc/config-2.6.22
index 381a961..ff12207 100644
--- a/target/linux/rdc/config-2.6.22
+++ b/target/linux/rdc/config-2.6.22
@@ -97,8 +97,6 @@ CONFIG_IOSCHED_CFQ=y
# CONFIG_ISA is not set
CONFIG_ISA_DMA_API=y
# CONFIG_ITCO_WDT is not set
-CONFIG_JFFS2_FS_DEBUG=0
-CONFIG_JFFS2_RUBIN=y
CONFIG_JFS_FS=m
CONFIG_KEXEC=y
CONFIG_KTIME_SCALAR=y
diff --git a/target/linux/sibyte/config-2.6.21 b/target/linux/sibyte/config-2.6.21
index bf33d13..17427f8 100644
--- a/target/linux/sibyte/config-2.6.21
+++ b/target/linux/sibyte/config-2.6.21
@@ -136,7 +136,6 @@ CONFIG_IP_NF_TARGET_DSCP=m
# CONFIG_IP_ROUTE_MULTIPATH_CACHED is not set
# CONFIG_IP_ROUTE_VERBOSE is not set
# CONFIG_ISI is not set
-CONFIG_JFFS2_FS_DEBUG=0
# CONFIG_LIBCRC32C is not set
# CONFIG_LLC2 is not set
CONFIG_LOCK_KERNEL=y
diff --git a/target/linux/x86/config-2.6.22 b/target/linux/x86/config-2.6.22
index dd51a1b..3df0c5f 100644
--- a/target/linux/x86/config-2.6.22
+++ b/target/linux/x86/config-2.6.22
@@ -157,7 +157,6 @@ CONFIG_ISA=y
CONFIG_ISAPNP=y
CONFIG_ISA_DMA_API=y
# CONFIG_ITCO_WDT is not set
-CONFIG_JFFS2_FS_DEBUG=0
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_KEXEC=y