Repository : ssh://git@open-mesh.org/openwrt-feed-devel
On branch : master
commit af53530e892c6b8cb0354634b5dbcf21fb636ae1 Author: Sven Eckelmann sven@narfation.org Date: Sun Oct 14 18:18:57 2018 +0200
batman-adv-devel: Add missing prefix for version
Signed-off-by: Sven Eckelmann sven@narfation.org
af53530e892c6b8cb0354634b5dbcf21fb636ae1 batman-adv-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/batman-adv-devel/Makefile b/batman-adv-devel/Makefile index bd2e1a7..bb31dea 100644 --- a/batman-adv-devel/Makefile +++ b/batman-adv-devel/Makefile @@ -85,7 +85,7 @@ NOSTDINC_FLAGS = \ -I$(PKG_BUILD_DIR)/include/ \ -include backport/backport.h \ -include $(PKG_BUILD_DIR)/compat-hacks.h \ - -DBATADV_SOURCE_VERSION=\"$(PKG_VERSION)\" \ + -DBATADV_SOURCE_VERSION=\"openwrt-$(PKG_VERSION)\" \
COMPAT_SOURCES = \ $(if $(CONFIG_KMOD_BATMAN_ADV_MCAST),../../compat-sources/net/core/skbuff.o,) \