batman-adv: 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>
This commit is contained in:
parent
643e41c9d6
commit
247499d2b0
1 changed files with 0 additions and 4 deletions
|
@ -85,10 +85,6 @@ define Build/Compile
|
||||||
modules
|
modules
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Clean
|
|
||||||
rm -rf $(BUILD_DIR)/$(PKG_NAME)/
|
|
||||||
endef
|
|
||||||
|
|
||||||
define KernelPackage/batman-adv/install
|
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_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
|
$(INSTALL_DATA) ./files/etc/config/batman-adv $(1)/etc/config
|
||||||
|
|
Loading…
Reference in a new issue