batman-adv: Drop manual installation of compat-hacks.h

OpenWrt is able since a while to automatically install all files in ./src/
to the PKG_BUILD_DIR. It is no longer necessary to provide special
Build/Prepare rules to do so.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
This commit is contained in:
Sven Eckelmann 2018-07-17 20:59:22 +02:00
parent b30eb65d2f
commit 643e41c9d6
2 changed files with 0 additions and 5 deletions

View File

@ -85,11 +85,6 @@ define Build/Compile
modules
endef
define Build/Prepare
$(call Build/Prepare/Default)
$(CP) ./files/compat-hacks.h $(PKG_BUILD_DIR)/
endef
define Build/Clean
rm -rf $(BUILD_DIR)/$(PKG_NAME)/
endef