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 | 7f04ef6341d33b6ec672b62cf140ac57ee34670a (patch) | |
tree | ece8ba27118220eeca5228449a5f548203e39deb /target/linux/generic-2.6 | |
parent | de265bba1c841b9cb42f89a43bf6a8156c3eb884 (diff) | |
download | upstream-7f04ef6341d33b6ec672b62cf140ac57ee34670a.tar.gz upstream-7f04ef6341d33b6ec672b62cf140ac57ee34670a.tar.bz2 upstream-7f04ef6341d33b6ec672b62cf140ac57ee34670a.zip |
disable romfs, nothing uses it
SVN-Revision: 8430
Diffstat (limited to 'target/linux/generic-2.6')
-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 |