change the build order in target/linux so that it's possible to link the kernel with...
[openwrt.git] / openwrt / package / srelay / files / srelay.init
1 #!/bin/sh
2
3 if [ -f /etc/srelay.conf ];then
4 srelay -c /etc/srelay.conf -r -s
5 fi
This page took 0.045651 seconds and 5 git commands to generate.