aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/config
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2007-09-22 13:47:20 +0000
committerRod Whitby <rod@whitby.id.au>2007-09-22 13:47:20 +0000
commitb0831189f92af12f6e3642be56eed65780f3ec92 (patch)
tree973d2d9e9f2ab02b2b6a6b1e5e39403acab04332 /package/base-files/files/etc/config
parenta28dacafe429a7bec1e6a6e5172e1604e17afa14 (diff)
downloadmaster-187ad058-b0831189f92af12f6e3642be56eed65780f3ec92.tar.gz
master-187ad058-b0831189f92af12f6e3642be56eed65780f3ec92.tar.bz2
master-187ad058-b0831189f92af12f6e3642be56eed65780f3ec92.zip
base-files: Added support for swap configuration in /etc/config/fstab
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8947 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/etc/config')
-rw-r--r--package/base-files/files/etc/config/fstab4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/base-files/files/etc/config/fstab b/package/base-files/files/etc/config/fstab
index 28bb705a49..eccf0ce69b 100644
--- a/package/base-files/files/etc/config/fstab
+++ b/package/base-files/files/etc/config/fstab
@@ -4,3 +4,7 @@ config mount
option fstype ext3
option options rw,sync
option enabled 0
+
+config swap
+ option device /dev/sda2
+ option enabled 0