diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-06-01 15:32:46 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-06-01 15:32:46 +0000 |
commit | d327490ab086ee044df462c32d3f074cdaa001a1 (patch) | |
tree | 8e511179717bad79def6c9f6601e4055a7f43f20 /obsolete-buildroot | |
parent | 3f46f623eb90e09fea5f79dcf50ca72d0b16259e (diff) |
enable netswap
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@54 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'obsolete-buildroot')
-rw-r--r-- | obsolete-buildroot/sources/openwrt-wrt54g-linux.config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/obsolete-buildroot/sources/openwrt-wrt54g-linux.config b/obsolete-buildroot/sources/openwrt-wrt54g-linux.config index 20256a05e6..2c80db7c4e 100644 --- a/obsolete-buildroot/sources/openwrt-wrt54g-linux.config +++ b/obsolete-buildroot/sources/openwrt-wrt54g-linux.config @@ -277,6 +277,7 @@ CONFIG_NETFILTER=y # CONFIG_NETFILTER_DEBUG is not set # CONFIG_FILTER is not set CONFIG_UNIX=y +CONFIG_NETSWAP=y CONFIG_INET=y # CONFIG_IP_MULTICAST is not set CONFIG_IP_ADVANCED_ROUTER=y @@ -701,6 +702,7 @@ CONFIG_SOFT_WATCHDOG=y # # File systems # +CONFIG_BLKDEV_SWAP=m # CONFIG_QUOTA is not set # CONFIG_AUTOFS_FS is not set # CONFIG_AUTOFS4_FS is not set @@ -725,6 +727,11 @@ CONFIG_SOFT_WATCHDOG=y # CONFIG_JFFS_FS is not set CONFIG_JFFS2_FS=y CONFIG_JFFS2_FS_DEBUG=0 +# CONFIG_JFFS2_BBC_ARMLIB is not set +CONFIG_JFFS2_BBC_LZO=y +CONFIG_JFFS2_BBC_LZARI=y +CONFIG_JFFS2_BBC_LZHD=y +CONFIG_JFFS2_BBC_LZSS=y # CONFIG_CRAMFS is not set CONFIG_SQUASHFS=y # CONFIG_TMPFS is not set @@ -763,6 +770,8 @@ CONFIG_DEVFS_MOUNT=y CONFIG_NFS_FS=m CONFIG_NFS_V3=y # CONFIG_ROOT_NFS is not set +CONFIG_SWAP_VIA_NFS=m +CONFIG_NETSWAP=y # CONFIG_NFSD is not set # CONFIG_NFSD_V3 is not set # CONFIG_NFSD_TCP is not set |