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>
This commit is contained in:
Adrian Schmutzler 2020-12-22 14:30:05 +01:00
parent e3954fddf5
commit 09a72bbc6b
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