1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 21:09:29 +03:00

work aroung error message during boot if swapon is nt installed

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12087 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2008-08-04 08:50:16 +00:00
parent 1cc4a34061
commit 1cc41c8808

View File

@ -55,7 +55,7 @@ start() {
config_foreach do_mount mount
config_foreach do_swapon swap
mount -a
swapon -a
[ -x /sbin/swapon ] && swapon -a
}
stop() {