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:
parent
b30eb65d2f
commit
643e41c9d6
2 changed files with 0 additions and 5 deletions
|
@ -85,11 +85,6 @@ define Build/Compile
|
||||||
modules
|
modules
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Prepare
|
|
||||||
$(call Build/Prepare/Default)
|
|
||||||
$(CP) ./files/compat-hacks.h $(PKG_BUILD_DIR)/
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/Clean
|
define Build/Clean
|
||||||
rm -rf $(BUILD_DIR)/$(PKG_NAME)/
|
rm -rf $(BUILD_DIR)/$(PKG_NAME)/
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue