1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 10:36:20 +03:00
openwrt-xburst/package/click/files/S50roofnet
nbd 251ae65800 add the 'click' package with roofnet scripts (thanks to John Bicket)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3288 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-02-28 20:11:40 +00:00

8 lines
227 B
Bash
Executable File

#!/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 &