Repository : ssh://git@open-mesh.org/openwrt-feed-devel
On branch : master
commit 3e7a7ba88e4280bd8c2d46f7d9a24ef4556c2187 Author: Sven Eckelmann sven@narfation.org Date: Tue Jul 17 21:10:47 2018 +0200
batman-adv-devel: Drop unused clean rule
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
3e7a7ba88e4280bd8c2d46f7d9a24ef4556c2187 batman-adv-devel/Makefile | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/batman-adv-devel/Makefile b/batman-adv-devel/Makefile index a7736ef..4da264f 100644 --- a/batman-adv-devel/Makefile +++ b/batman-adv-devel/Makefile @@ -89,10 +89,6 @@ define Build/Compile modules endef
-define Build/Clean - rm -rf $(BUILD_DIR)/$(PKG_NAME)/ -endef - define KernelPackage/batman-adv-devel/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