batman-adv: Drop unused clean rule
authorSven Eckelmann <sven@narfation.org>
Tue, 17 Jul 2018 19:10:47 +0000 (21:10 +0200)
committerSven Eckelmann <sven@narfation.org>
Tue, 17 Jul 2018 19:23:54 +0000 (21:23 +0200)
The path $(BUILD_DIR)/$(PKG_NAME) is not used anymore. The rule can be
removed and the OpenWrt build system takes care of the removal of the build
directory.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
batman-adv/Makefile

index 8e00931e52bf88665b51e3f377220411990c1595..1cab1d0aad624e71130c56619d05658c032d8707 100644 (file)
@@ -85,10 +85,6 @@ define Build/Compile
                modules
 endef
 
-define Build/Clean
-        rm -rf $(BUILD_DIR)/$(PKG_NAME)/
-endef
-
 define KernelPackage/batman-adv/install
        $(INSTALL_DIR) $(1)/etc/config $(1)/etc/hotplug.d/net $(1)/etc/hotplug.d/iface $(1)/lib/batman-adv $(1)/usr/sbin $(1)/lib/netifd/proto
        $(INSTALL_DATA) ./files/etc/config/batman-adv $(1)/etc/config