summaryrefslogtreecommitdiffstats
path: root/openwrt/package/click/files/S50roofnet
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-28 20:11:40 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-28 20:11:40 +0000
commit31f16482f2986df49fab4556d022060267ebe0fd (patch)
tree7b24caac4827ed321a570b7291185f6338debd1b /openwrt/package/click/files/S50roofnet
parent22774bf94d280eab700515c44d9a5f2b48837a76 (diff)
add the 'click' package with roofnet scripts (thanks to John Bicket)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3288 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/click/files/S50roofnet')
-rwxr-xr-xopenwrt/package/click/files/S50roofnet7
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/click/files/S50roofnet b/openwrt/package/click/files/S50roofnet
new file mode 100755
index 000000000..f43416375
--- /dev/null
+++ b/openwrt/package/click/files/S50roofnet
@@ -0,0 +1,7 @@
+#!/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 &