[RFC PATCH 2/5] fff-web: Make fff-web depend on fff-web-hood

Adrian Schmutzler freifunk at adrianschmutzler.de
Fr Jul 26 15:33:08 CEST 2019


This makes fff-web-hood a dependency of the fff-web package, so
its functionality can be derived.

Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 src/packages/fff/fff-web/Makefile                      |  2 +-
 .../etc/uci-defaults/{93-fff-uhttpd => 94-fff-web-ui}  | 10 ----------
 src/packages/fff/fff-web/files/www/hood/.keep          |  0
 3 files changed, 1 insertion(+), 11 deletions(-)
 rename src/packages/fff/fff-web/files/etc/uci-defaults/{93-fff-uhttpd => 94-fff-web-ui} (77%)
 delete mode 100644 src/packages/fff/fff-web/files/www/hood/.keep

diff --git a/src/packages/fff/fff-web/Makefile b/src/packages/fff/fff-web/Makefile
index a98d97f8..36f3ec96 100644
--- a/src/packages/fff/fff-web/Makefile
+++ b/src/packages/fff/fff-web/Makefile
@@ -13,7 +13,7 @@ define Package/$(PKG_NAME)
 	CATEGORY:=Freifunk
 	TITLE:= Freifunk-Franken Webinterface
 	URL:=http://www.freifunk-franken.de
-	DEPENDS:=+uhttpd +libustream-mbedtls +haserl +px5g +simple-tc \
+	DEPENDS:=+fff-web-hood +libustream-mbedtls +haserl +px5g +simple-tc \
 			 +fff-boardname +fff-config +fff-network +fff-hoodutils \
 			 + at BUSYBOX_CONFIG_WGET + at BUSYBOX_CONFIG_FEATURE_WGET_TIMEOUT
 endef
diff --git a/src/packages/fff/fff-web/files/etc/uci-defaults/93-fff-uhttpd b/src/packages/fff/fff-web/files/etc/uci-defaults/94-fff-web-ui
similarity index 77%
rename from src/packages/fff/fff-web/files/etc/uci-defaults/93-fff-uhttpd
rename to src/packages/fff/fff-web/files/etc/uci-defaults/94-fff-web-ui
index 42376ad9..1fc55f5f 100644
--- a/src/packages/fff/fff-web/files/etc/uci-defaults/93-fff-uhttpd
+++ b/src/packages/fff/fff-web/files/etc/uci-defaults/94-fff-web-ui
@@ -1,8 +1,6 @@
 #!/bin/sh
 
 uci batch <<EOF
-  delete uhttpd.main
-  delete uhttpd.public
   delete uhttpd.ssl
   delete uhttpd.px5g
 
@@ -31,14 +29,6 @@ uci batch <<EOF
   set uhttpd.px5g.days='1400'
   set uhttpd.px5g.bits='2048'
   set uhttpd.px5g.commonname='OpenWrt'
-
-  set uhttpd.hood=uhttpd
-  add_list uhttpd.hood.listen_http='2342'
-  set uhttpd.hood.home='/www/hood'
-  set uhttpd.hood.rfc1918_filter='1'
-  set uhttpd.hood.network_timeout='30'
-  set uhttpd.hood.tcp_keepalive='1'
-  set uhttpd.hood.config='_'
 EOF
 
 uci commit uhttpd
diff --git a/src/packages/fff/fff-web/files/www/hood/.keep b/src/packages/fff/fff-web/files/www/hood/.keep
deleted file mode 100644
index e69de29b..00000000
-- 
2.20.1



Mehr Informationen über die Mailingliste franken-dev