diff --git a/batman-adv/Makefile b/batman-adv/Makefile index a665b5d..8e00931 100644 --- a/batman-adv/Makefile +++ b/batman-adv/Makefile @@ -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 diff --git a/batman-adv/files/compat-hacks.h b/batman-adv/src/compat-hacks.h similarity index 100% rename from batman-adv/files/compat-hacks.h rename to batman-adv/src/compat-hacks.h