mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 18:07:52 +00:00
disable none active services
Fixes: WIFI-12237 Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -47,6 +47,7 @@ config_foreach delete_forwarding forwarding
|
|||||||
|
|
||||||
uci commit
|
uci commit
|
||||||
|
|
||||||
|
/etc/init.d/rpcd start
|
||||||
/etc/init.d/uhttpd start
|
/etc/init.d/uhttpd start
|
||||||
|
|
||||||
reload_config
|
reload_config
|
||||||
|
|||||||
@@ -4,10 +4,10 @@ PKG_NAME:=ucentral-schema
|
|||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_URL=https://github.com/Telecominfraproject/wlan-ucentral-schema.git
|
PKG_SOURCE_URL=https://github.com/Telecominfraproject/wlan-ucentral-schema.git
|
||||||
PKG_MIRROR_HASH:=fd3ea9869b499e54aba83a11ccc16852f0fede9ab92e55b42aa173b0024f9453
|
PKG_MIRROR_HASH:=6aba95b4c71995ce27e8bdeaae9d48dd0afd2b59a88ceb37088bd5290c8261dc
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_DATE:=2022-05-29
|
PKG_SOURCE_DATE:=2022-05-29
|
||||||
PKG_SOURCE_VERSION:=cd97d41e3f10047d660c4564c6a3b4c864bd358e
|
PKG_SOURCE_VERSION:=f41e47e48b624099b1e2adab491799a09233bcce
|
||||||
|
|
||||||
PKG_MAINTAINER:=John Crispin <john@phrozen.org>
|
PKG_MAINTAINER:=John Crispin <john@phrozen.org>
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
/etc/init.d/rpcd disable
|
||||||
uci delete uhttpd.main
|
uci delete uhttpd.main
|
||||||
|
|||||||
Reference in New Issue
Block a user