packages/fff: remove unneeded Build/Prepare and Build/Configure

Build/Prepare and Build/Configure are not required for packages
which only contain local files and do not need any compilation.

Remove them.

Note that Build/Compile needs to be present and empty to overwrite
the defaults, though.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Reviewed-by: Robert Langhammer <rlanghammer@web.de>
This commit is contained in:
Adrian Schmutzler 2020-12-17 17:55:48 +01:00
parent 3214388680
commit b69469a0b9
27 changed files with 2 additions and 206 deletions

View File

@ -21,8 +21,8 @@ define Package/fff-alfred-monitoring-proxy/description
https://monitoring.freifunk-franken.de/
endef
define Build/Prepare
echo "all: " > $(PKG_BUILD_DIR)/Makefile
define Build/Compile
# nothing
endef
define Package/fff-alfred-monitoring-proxy/install

View File

@ -20,14 +20,6 @@ define Package/$(PKG_NAME)/description
This packages configures the Alfred on the device.
endef
define Build/Prepare
echo "all: " > $(PKG_BUILD_DIR)/Makefile
endef
define Build/Configure
# nothing
endef
define Build/Compile
# nothing
endef

View File

@ -20,14 +20,6 @@ define Package/fff-babeld/description
This package provides an example babeld configuration.
endef
define Build/Prepare
echo "all: " > $(PKG_BUILD_DIR)/Makefile
endef
define Build/Configure
# nothing
endef
define Build/Compile
# nothing
endef

View File

@ -23,14 +23,6 @@ define Package/$(PKG_NAME)/description
It is used to configure batman-adv.
endef
define Build/Prepare
echo "all: " > $(PKG_BUILD_DIR)/Makefile
endef
define Build/Configure
# nothing
endef
define Build/Compile
# nothing
endef

View File

@ -19,14 +19,6 @@ define Package/$(PKG_NAME)/description
This packages configures the boardname in the board config.
endef
define Build/Prepare
echo "all: " > $(PKG_BUILD_DIR)/Makefile
endef
define Build/Configure
# nothing
endef
define Build/Compile
# nothing
endef

View File

@ -20,14 +20,6 @@ define Package/$(PKG_NAME)/description
This packages provides utilities for a central FFF config file.
endef
define Build/Prepare
echo "all: " > $(PKG_BUILD_DIR)/Makefile
endef
define Build/Configure
# nothing
endef
define Build/Compile
# nothing
endef

View File

@ -20,14 +20,6 @@ define Package/fff-dhcp/description
It is used to configure dnsmasq for use as gateway.
endef
define Build/Prepare
echo "all: " > $(PKG_BUILD_DIR)/Makefile
endef
define Build/Configure
# nothing
endef
define Build/Compile
# nothing
endef

View File

@ -26,14 +26,6 @@ define Package/$(PKG_NAME)/description
It is used to configure fastd.
endef
define Build/Prepare
echo "all: " > $(PKG_BUILD_DIR)/Makefile
endef
define Build/Configure
# nothing
endef
define Build/Compile
# nothing
endef

View File

@ -24,14 +24,6 @@ define Package/$(PKG_NAME)/description
It is used to configure firewall.
endef
define Build/Prepare
echo "all: " > $(PKG_BUILD_DIR)/Makefile
endef
define Build/Configure
# nothing
endef
define Build/Compile
# nothing
endef

View File

@ -21,14 +21,6 @@ define Package/$(PKG_NAME)/description
This package load and configures the current hood
endef
define Build/Prepare
echo "all: " > $(PKG_BUILD_DIR)/Makefile
endef
define Build/Configure
# nothing
endef
define Build/Compile
# nothing
endef

View File

@ -20,14 +20,6 @@ define Package/$(PKG_NAME)/description
may be used outside of configurehood
endef
define Build/Prepare
echo "all: " > $(PKG_BUILD_DIR)/Makefile
endef
define Build/Configure
# nothing
endef
define Build/Compile
# nothing
endef

View File

@ -23,14 +23,6 @@ define Package/fff-layer3-config/description
This package provides the means for configuring the gateway
endef
define Build/Prepare
echo "all: " > $(PKG_BUILD_DIR)/Makefile
endef
define Build/Configure
# nothing
endef
define Build/Compile
# nothing
endef

View File

@ -44,14 +44,6 @@ define Package/fff-layer3/description
This package provides the packages and settings for the layer 3 firmware
endef
define Build/Prepare
echo "all: " > $(PKG_BUILD_DIR)/Makefile
endef
define Build/Configure
# nothing
endef
define Build/Compile
# nothing
endef

View File

@ -19,14 +19,6 @@ define Package/$(PKG_NAME)/description
This package configures the network interfaces
endef
define Build/Prepare
echo "all: " > $(PKG_BUILD_DIR)/Makefile
endef
define Build/Configure
# nothing
endef
define Build/Compile
# nothing
endef

View File

@ -23,14 +23,6 @@ define Package/fff-node/description
This package configures the node
endef
define Build/Prepare
echo "all: " > $(PKG_BUILD_DIR)/Makefile
endef
define Build/Configure
# nothing
endef
define Build/Compile
# nothing
endef

View File

@ -22,14 +22,6 @@ define Package/$(PKG_NAME)/description
netmon.freifunk-franken.de
endef
define Build/Prepare
echo "all: " > $(PKG_BUILD_DIR)/Makefile
endef
define Build/Configure
# nothing
endef
define Build/Compile
# nothing
endef

View File

@ -20,14 +20,6 @@ define Package/fff-ra/description
It is used to configure odhcpd to send Router Advertisements for use as gateway.
endef
define Build/Prepare
echo "all: " > $(PKG_BUILD_DIR)/Makefile
endef
define Build/Configure
# nothing
endef
define Build/Compile
# nothing
endef

View File

@ -24,10 +24,6 @@ define Build/Prepare
$(CP) ./src/* $(PKG_BUILD_DIR)/
endef
define Build/Configure
# nothing
endef
define Build/Compile
CFLAGS="$(TARGET_CFLAGS)" CPPFLAGS="$(TARGET_CPPFLAGS)" $(MAKE) -C $(PKG_BUILD_DIR) $(TARGET_CONFIGURE_OPTS)
endef

View File

@ -19,14 +19,6 @@ define Package/$(PKG_NAME)/description
This meta-package configures simple-tc for FFF
endef
define Build/Prepare
echo "all: " > $(PKG_BUILD_DIR)/Makefile
endef
define Build/Configure
# nothing
endef
define Build/Compile
# nothing
endef

View File

@ -21,14 +21,6 @@ define Package/$(PKG_NAME)/description
not essential to the operation of the Firmware
endef
define Build/Prepare
echo "all: " > $(PKG_BUILD_DIR)/Makefile
endef
define Build/Configure
# nothing
endef
define Build/Compile
# nothing
endef

View File

@ -20,14 +20,6 @@ define Package/$(PKG_NAME)/description
This packages provides an semi automated sysupgrade script.
endef
define Build/Prepare
echo "all: " > $(PKG_BUILD_DIR)/Makefile
endef
define Build/Configure
# nothing
endef
define Build/Compile
# nothing
endef

View File

@ -19,14 +19,6 @@ define Package/$(PKG_NAME)/description
This packages configures the timeserver on the device.
endef
define Build/Prepare
echo "all: " > $(PKG_BUILD_DIR)/Makefile
endef
define Build/Configure
# nothing
endef
define Build/Compile
# nothing
endef

View File

@ -20,14 +20,6 @@ define Package/$(PKG_NAME)/description
It is used to configure and start the uradvd daemon.
endef
define Build/Prepare
echo "all: " > $(PKG_BUILD_DIR)/Makefile
endef
define Build/Configure
# nothing
endef
define Build/Compile
# nothing
endef

View File

@ -20,14 +20,6 @@ define Package/$(PKG_NAME)/description
(currently only via fastd)
endef
define Build/Prepare
echo "all: " > $(PKG_BUILD_DIR)/Makefile
endef
define Build/Configure
# nothing
endef
define Build/Compile
# nothing
endef

View File

@ -21,14 +21,6 @@ define Package/$(PKG_NAME)/description
This is the Webinterface for the Freifunk Franken Firmware
endef
define Build/Prepare
echo "all: " > $(PKG_BUILD_DIR)/Makefile
endef
define Build/Configure
# nothing
endef
define Build/Compile
# nothing
endef

View File

@ -22,14 +22,6 @@ define Package/fff-wireguard/description
This package provides configuration scripts for wireguard tunnels.
endef
define Build/Prepare
echo "all: " > $(PKG_BUILD_DIR)/Makefile
endef
define Build/Configure
# nothing
endef
define Build/Compile
# nothing
endef

View File

@ -19,14 +19,6 @@ define Package/$(PKG_NAME)/description
This package configures the wireless interfaces.
endef
define Build/Prepare
echo "all: " > $(PKG_BUILD_DIR)/Makefile
endef
define Build/Configure
# nothing
endef
define Build/Compile
# nothing
endef