mirror of
https://github.com/openwrt/routing.git
synced 2026-04-15 10:51:56 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user