aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/package/click/files/S50roofnet
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/click/files/S50roofnet')
-rwxr-xr-xopenwrt/package/click/files/S50roofnet7
1 files changed, 0 insertions, 7 deletions
diff --git a/openwrt/package/click/files/S50roofnet b/openwrt/package/click/files/S50roofnet
deleted file mode 100755
index f434163755..0000000000
--- a/openwrt/package/click/files/S50roofnet
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-killall -q click
-cp /usr/bin/srcr.click /tmp
-sh /usr/bin/gen_config_roofnet.sh > /tmp/unaligned.click
-click-align /tmp/unaligned.click > /tmp/roofnet.click
-/usr/bin/click /tmp/roofnet.click > /tmp/roofnet.log 2>&1 &