Skip to content
Snippets Groups Projects
Commit 518dc561 authored by Adrian Schmutzler's avatar Adrian Schmutzler
Browse files

packages: Harmonize indent


Signed-off-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
Reviewed-by: default avatarFabian Bläse <fabian@blaese.de>
parent f21eb6b4
No related branches found
No related tags found
No related merge requests found
......@@ -16,14 +16,14 @@ include $(INCLUDE_DIR)/cmake.mk
define Package/alfred-json
SECTION:=utils
CATEGORY:=Utilities
TITLE:= A.L.F.R.E.D - JSON Client
TITLE:=A.L.F.R.E.D - JSON Client
URL:=https://github.com/FreifunkFranken/alfred-json
DEPENDS:=+jansson +zlib
endef
define Package/alfred-json/install
$(INSTALL_DIR) $(1)/bin/
$(CP) $(PKG_INSTALL_DIR)/usr/bin/alfred-json $(1)/bin/
$(INSTALL_DIR) $(1)/bin/
$(CP) $(PKG_INSTALL_DIR)/usr/bin/alfred-json $(1)/bin/
endef
$(eval $(call BuildPackage,alfred-json))
......@@ -11,14 +11,15 @@ include $(INCLUDE_DIR)/package.mk
define Package/fff-alfred-monitoring-proxy
SECTION:=base
CATEGORY:=Freifunk
TITLE:= Freifunk-Franken Alfred-Monitoring-Proxy
TITLE:=Freifunk-Franken Alfred-Monitoring-Proxy
URL:=https://www.freifunk-franken.de/
DEPENDS:=+micrond +fff-random +curl +alfred-json +fff-nodewatcher
endef
define Package/fff-alfred-monitoring-proxy/description
The Alfred-Monitoring-Proxy is used
to send node status information to https://monitoring.freifunk-franken.de/
The Alfred-Monitoring-Proxy is used
to send node status information to
https://monitoring.freifunk-franken.de/
endef
define Build/Prepare
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment