1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-05 02:31:53 +02:00

fix stupid error from me

SVN-Revision: 1894
This commit is contained in:
Waldemar Brodkorb 2005-09-10 20:51:36 +00:00
parent d00ac95354
commit 5e878f7ca5

@ -1,8 +1,8 @@
#!/bin/sh
. /etc/nvram.sh
if [ "$(uname -r|grep 2.4)" = "0" ];do
if [ "$(uname -r|grep 2.4)" = "0" ];then
echo "S" > /proc/jffs2_bbc
done
fi
mkdir -p /var/run
mkdir -p /var/log