adding output for sirf modifiers
authorPaul J R <me@pjr.cc>
Mon, 18 Nov 2013 09:08:45 +0000 (20:08 +1100)
committerPaul J R <me@pjr.cc>
Mon, 18 Nov 2013 09:08:45 +0000 (20:08 +1100)
src/buildroot-2013.05/.config
src/buildroot-2013.05/custom/filesystem/etc/init.d/S99final_sequence
src/buildroot-2013.05/custom/filesystem/opt/all_output.txt [new file with mode: 0644]
src/buildroot-2013.05/custom/filesystem/opt/set_9600.txt [new file with mode: 0644]
src/buildroot-2013.05/custom/filesystem/opt/zda_output.txt [new file with mode: 0644]
src/graphit/make_graphs.php

index 2d1e34e..f90c086 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Buildroot 2013.05-gb341211 Configuration
+# Buildroot 2013.05-g8fe0767-dirty Configuration
 #
 BR2_HAVE_DOT_CONFIG=y
 # BR2_arcle is not set
@@ -1210,7 +1210,30 @@ BR2_TARGET_ROOTFS_TAR_OPTIONS=""
 # Bootloaders
 #
 # BR2_TARGET_BAREBOX is not set
-# BR2_TARGET_GRUB is not set
+BR2_TARGET_GRUB=y
+# BR2_TARGET_GRUB_SPLASH is not set
+# BR2_TARGET_GRUB_DISKLESS is not set
+# BR2_TARGET_GRUB_3c595 is not set
+# BR2_TARGET_GRUB_3c90x is not set
+# BR2_TARGET_GRUB_davicom is not set
+# BR2_TARGET_GRUB_e1000 is not set
+# BR2_TARGET_GRUB_eepro100 is not set
+# BR2_TARGET_GRUB_epic100 is not set
+# BR2_TARGET_GRUB_forcedeth is not set
+# BR2_TARGET_GRUB_natsemi is not set
+# BR2_TARGET_GRUB_ns83820 is not set
+# BR2_TARGET_GRUB_ns8390 is not set
+# BR2_TARGET_GRUB_pcnet32 is not set
+# BR2_TARGET_GRUB_pnic is not set
+# BR2_TARGET_GRUB_rtl8139 is not set
+# BR2_TARGET_GRUB_r8169 is not set
+# BR2_TARGET_GRUB_sis900 is not set
+# BR2_TARGET_GRUB_tg3 is not set
+# BR2_TARGET_GRUB_tulip is not set
+# BR2_TARGET_GRUB_tlan is not set
+# BR2_TARGET_GRUB_undi is not set
+# BR2_TARGET_GRUB_via_rhine is not set
+# BR2_TARGET_GRUB_w89c840 is not set
 BR2_TARGET_SYSLINUX=y
 BR2_TARGET_SYSLINUX_ISOLINUX=y
 BR2_TARGET_SYSLINUX_PXELINUX=y
index 0b7e2a6..40bab82 100755 (executable)
@@ -28,6 +28,10 @@ then
        chmod 644 /var/www/data/reboot
        (echo "Rebooting..." > /var/www/data/reboot; reboot)&
 
+       mknod /var/www/data/restart_ssh p
+       chmod 644 /var/www/data/restart_ssh
+       (echo "SSH Restart" > /var/www/data/restart_ssh; /etc/init.d/S50dropbear restart)&
+
        cldate=`date '+%d.%m.%Y'`
        touch /var/www/data/ntp.log.$cldate
        chmod 644 /var/www/data/ntp.log.$cldate
diff --git a/src/buildroot-2013.05/custom/filesystem/opt/all_output.txt b/src/buildroot-2013.05/custom/filesystem/opt/all_output.txt
new file mode 100644 (file)
index 0000000..6e2211f
--- /dev/null
@@ -0,0 +1,7 @@
+$PSRF103,0,0,1,1*25\r
+$PSRF103,1,0,1,1*24\r
+$PSRF103,2,0,1,1*27\r
+$PSRF103,3,0,1,1*26\r
+$PSRF103,4,0,1,1*21\r
+$PSRF103,5,0,1,1*20\r
+$PSRF103,8,0,1,1*2D\r
diff --git a/src/buildroot-2013.05/custom/filesystem/opt/set_9600.txt b/src/buildroot-2013.05/custom/filesystem/opt/set_9600.txt
new file mode 100644 (file)
index 0000000..5d0097f
--- /dev/null
@@ -0,0 +1 @@
+$PSRF100,1,9600,8,1,0*0D\r
diff --git a/src/buildroot-2013.05/custom/filesystem/opt/zda_output.txt b/src/buildroot-2013.05/custom/filesystem/opt/zda_output.txt
new file mode 100644 (file)
index 0000000..a5284f5
--- /dev/null
@@ -0,0 +1,7 @@
+$PSRF103,0,0,0,1*24\r
+$PSRF103,1,0,0,1*25\r
+$PSRF103,2,0,0,1*26\r
+$PSRF103,3,0,0,1*27\r
+$PSRF103,4,0,0,1*20\r
+$PSRF103,5,0,0,1*21\r
+$PSRF103,8,0,1,1*2D\r
index 575fccf..d2e8f37 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 $time_lapse_start = 3;
-$time_lapse_end = 24;
+$time_lapse_end = 120;
 
 if(isset($argc)) {
        if($argc!=2) {