remove the wl.o build from the kernel patch and move the driver along with wl, nas...
[openwrt.git] / package / pptp / files / ifup.pptp
index a9bc579..f401a36 100644 (file)
@@ -9,7 +9,7 @@ eval "proto=\"\${${type}_proto}\""
        exit
 }
 
-[ -d "/var/lock" ] || mkdir -p /var/lock || exit 1
+mkdir -p /var/lock
 
 for module in slhc ppp_generic ppp_async ip_gre; do
        /sbin/insmod $module 2>&- >&-
This page took 0.027318 seconds and 4 git commands to generate.