add the 'click' package with roofnet scripts (thanks to John Bicket)
[openwrt.git] / openwrt / 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 &
This page took 0.050675 seconds and 5 git commands to generate.