new start scripts
[wyse_ntpd.git] / src / buildroot-2013.05 / custom / filesystem / etc / init.d / S80custom_startup
diff --git a/src/buildroot-2013.05/custom/filesystem/etc/init.d/S80custom_startup b/src/buildroot-2013.05/custom/filesystem/etc/init.d/S80custom_startup
deleted file mode 100755 (executable)
index 895608c..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-
-# create out gps0
-ln -s /dev/ttyS0 /dev/gps0
-mknod -m 0664 /dev/pps0 c 252 0
-ln -s /dev/pps0 /dev/gpspps0
-
-# mount the config file system
-mkdir /fs > /dev/null 2>&1
-mount /dev/sda1 /fs > /dev/null 2>&1
-
-ln -s /fs/config /config