add the 'click' package with roofnet scripts (thanks to John Bicket)
[openwrt-10.03/.git] / package / click / files / S50roofnet
1 #!/bin/sh
2
3 killall -q click
4 cp /usr/bin/srcr.click /tmp
5 sh /usr/bin/gen_config_roofnet.sh > /tmp/unaligned.click
6 click-align /tmp/unaligned.click > /tmp/roofnet.click
7 /usr/bin/click /tmp/roofnet.click > /tmp/roofnet.log 2>&1 &