diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-08-19 10:01:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-08-19 10:01:17 +0000 |
commit | 4870dc6e81298cd241c3a1b352063db7f317b206 (patch) | |
tree | bfe5192931c405a94514f5c9053fd7bb20da6237 /target | |
parent | 61f23426ec6341a213c2ff3417f3cea01da07cc1 (diff) | |
download | upstream-4870dc6e81298cd241c3a1b352063db7f317b206.tar.gz upstream-4870dc6e81298cd241c3a1b352063db7f317b206.tar.bz2 upstream-4870dc6e81298cd241c3a1b352063db7f317b206.zip |
disable romfs, nothing uses it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8430 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.22 | 2 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-template | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/config-2.6.22 b/target/linux/generic-2.6/config-2.6.22 index 8751992551..2b9f8972c1 100644 --- a/target/linux/generic-2.6/config-2.6.22 +++ b/target/linux/generic-2.6/config-2.6.22 @@ -1031,7 +1031,7 @@ CONFIG_RAMFS=y # CONFIG_RESOURCES_64BIT is not set # CONFIG_RFD_FTL is not set # CONFIG_RFKILL is not set -CONFIG_ROMFS_FS=m +# CONFIG_ROMFS_FS is not set # CONFIG_ROSE is not set CONFIG_RPCSEC_GSS_KRB5=m # CONFIG_RPCSEC_GSS_SPKM3 is not set diff --git a/target/linux/generic-2.6/config-template b/target/linux/generic-2.6/config-template index 997eb40d76..28ff32b43e 100644 --- a/target/linux/generic-2.6/config-template +++ b/target/linux/generic-2.6/config-template @@ -1003,7 +1003,7 @@ CONFIG_RAMFS=y # CONFIG_RELAY is not set # CONFIG_RESOURCES_64BIT is not set # CONFIG_RFD_FTL is not set -CONFIG_ROMFS_FS=m +# CONFIG_ROMFS_FS is not set # CONFIG_ROSE is not set CONFIG_RPCSEC_GSS_KRB5=m # CONFIG_RPCSEC_GSS_SPKM3 is not set |