mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
travelmate: update 0.8.2
* change start priority to 90 and revert hostapd stuff from last commit * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
|
||||
START=35
|
||||
START=90
|
||||
USE_PROCD=1
|
||||
|
||||
EXTRA_COMMANDS="status"
|
||||
@@ -11,7 +11,7 @@ trm_script="/usr/bin/travelmate.sh"
|
||||
|
||||
boot()
|
||||
{
|
||||
ubus -t 30 wait_for network.interface network.wireless hostapd.wlan0 2>/dev/null
|
||||
ubus -t 30 wait_for network.interface network.wireless 2>/dev/null
|
||||
rc_procd start_service
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user