Compare commits

...

1 Commits

Author SHA1 Message Date
Adrian Schmutzler 09a72bbc6b fff-web-ui: do not remove non-existant config
With our config for the "public" uhttpd section only created in
uci-defaults, it does not make much sense to delete it beforehand.

Drop the useless deletion.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2021-01-30 18:25:03 +01:00
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=fff-web-ui
PKG_RELEASE:=17
PKG_RELEASE:=18
include $(INCLUDE_DIR)/package.mk

View File

@ -1,7 +1,6 @@
uci -q delete uhttpd.main
uci batch <<EOF
delete uhttpd.public
delete uhttpd.ssl
delete uhttpd.px5g