mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 12:05:19 +02:00
8 lines
227 B
Plaintext
8 lines
227 B
Plaintext
|
#!/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 &
|