From: Paul Spooren Date: Thu, 11 Apr 2024 13:03:43 +0000 (+0200) Subject: macremapper: drop VERSION definition in Makefile X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=086bf6047d7efd280347922c167a13ebcf501703;p=feed%2Fpackages.git macremapper: drop VERSION definition in Makefile By default Kernel modules follow the version schema from openwrt.git, which happens to be APK compatible. Instead of defining a entirely custom format, use what's already out there. This patch drops the individual VERSION definition. Right now, the version becomes 6.1.82.1.1.0-r2 Signed-off-by: Paul Spooren --- diff --git a/kernel/macremapper/Makefile b/kernel/macremapper/Makefile index 79b892ffa2..0889805e7e 100644 --- a/kernel/macremapper/Makefile +++ b/kernel/macremapper/Makefile @@ -25,7 +25,6 @@ include $(INCLUDE_DIR)/package.mk define KernelPackage/macremapper SUBMENU:=Network Support URL:=https://www.edgewaterwireless.com - VERSION:=$(LINUX_VERSION)-$(BOARD)-$(PKG_RELEASE) TITLE:=Dual Channel Wi-Fi macremapper Module DEPENDS:= +kmod-cfg80211 +kmod-br-netfilter FILES:=$(PKG_BUILD_DIR)/kernelmod/$(PKG_NAME).$(LINUX_KMOD_SUFFIX)