fff-web: rename to fff-web-ui

The former fff-web package is essentially for serving a user
interface (UI). Therefore, include the UI in the name to distinguish
it from other web packages.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Reviewed-by: Robert Langhammer <rlanghammer@web.de>
Acked-by: Christian Dresel <freifunk@dresel.systems>
This commit is contained in:
Adrian Schmutzler 2020-12-12 23:19:10 +01:00
parent 341d5cc57d
commit def42fadde
38 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=fff-web PKG_NAME:=fff-web-ui
PKG_RELEASE:=15 PKG_RELEASE:=16
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
@ -18,7 +18,7 @@ define Package/$(PKG_NAME)
endef endef
define Package/$(PKG_NAME)/description define Package/$(PKG_NAME)/description
This is the Webinterface for the Freifunk Franken Firmware This is the web-based user interface for the Freifunk Franken Firmware
endef endef
define Build/Compile define Build/Compile

View File

Before

Width:  |  Height:  |  Size: 846 B

After

Width:  |  Height:  |  Size: 846 B

View File

Before

Width:  |  Height:  |  Size: 982 B

After

Width:  |  Height:  |  Size: 982 B

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -18,7 +18,7 @@ define Package/fff-base
+micrond \ +micrond \
+fff-config \ +fff-config \
+fff-nodewatcher \ +fff-nodewatcher \
+fff-web \ +fff-web-ui \
+fff-support \ +fff-support \
+fff-network \ +fff-network \
+fff-sysupgrade \ +fff-sysupgrade \