mount_root: prepare base-files
[openwrt.git] / package / base-files / files / lib / firstboot / 05_firstboot_skip
diff --git a/package/base-files/files/lib/firstboot/05_firstboot_skip b/package/base-files/files/lib/firstboot/05_firstboot_skip
deleted file mode 100644 (file)
index 5f44df6..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-check_skip() {
-    if [ "$firstboot_skip_next" = "true" ]; then
-       return 0
-    else 
-       return 1
-    fi
-}
-