mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 10:02:53 +00:00
* update schema * update openNDS * mac80211 fix Signed-off-by: John Crispin <john@phrozen.org>
18 lines
468 B
Diff
18 lines
468 B
Diff
Index: openNDS-9.0.0/linux_openwrt/opennds/files/etc/init.d/opennds
|
|
===================================================================
|
|
--- openNDS-9.0.0.orig/linux_openwrt/opennds/files/etc/init.d/opennds
|
|
+++ openNDS-9.0.0/linux_openwrt/opennds/files/etc/init.d/opennds
|
|
@@ -182,3 +182,12 @@ stop_service() {
|
|
# opennds fails, second time it succeeds.
|
|
sleep 1
|
|
}
|
|
+
|
|
+reload_service() {
|
|
+ restart
|
|
+}
|
|
+
|
|
+service_triggers()
|
|
+{
|
|
+ procd_add_reload_trigger "opennds"
|
|
+}
|