From 9459f037bf6dd3ee73b6a647cc83b6b98d4c7478 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 5 Dec 2010 21:53:08 +0100 Subject: board: remove Valka v100sc2 This default configuration did not even build a kernel image, which is the main point of having board default configuration. So remove it. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- target/device/valka/target_skeleton/etc/rc.d/lighttpd | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 target/device/valka/target_skeleton/etc/rc.d/lighttpd (limited to 'target/device/valka/target_skeleton/etc/rc.d/lighttpd') diff --git a/target/device/valka/target_skeleton/etc/rc.d/lighttpd b/target/device/valka/target_skeleton/etc/rc.d/lighttpd deleted file mode 100755 index 97ff2f46a..000000000 --- a/target/device/valka/target_skeleton/etc/rc.d/lighttpd +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -. /etc/rc.subr - -start() { - echo -n " * Starting lighttpd: " - if ${lighttpd_program} ${lighttpd_flags}; then - echo "Ok" - else - echo "Failed" - fi -} -stop() { - echo " * Stopping lighttpd..." - killpid "${lighttpd_pidfile}" -} - -rc_run_command "$1" "lighttpd" -- cgit v1.2.3