mirror of
https://github.com/openwrt/routing.git
synced 2026-04-15 19:02:12 +00:00
Wait for mac80211.sh to finish before starting BMX6, otherwise routing rule for table 60 is not added
This commit is contained in:
@@ -27,6 +27,7 @@ PID=/var/run/bmx6/pid
|
||||
|
||||
start() {
|
||||
cd /root/
|
||||
while pgrep -f mac80211.sh ; do sleep 1; done
|
||||
ulimit -c 20000
|
||||
$BIN -f $CONF -d0 > /dev/null &
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user