Repository : ssh://git@open-mesh.org/openwrt-feed-devel
On branch : master
commit a9483f6517f42d61b0d4d1d1878a2d7100418c51 Author: Sven Eckelmann sven@narfation.org Date: Sun Oct 7 11:10:05 2018 +0200
batctl-devel: Add openwrt revision to internal version
OpenWrt is using a modified version of the software and these modifications may introduce extra bugs (or behavior changes). It is also patched for stable releases instead of switching to new releases. The revision should therefore be added to the version number to make it easier understandable which modified version the user may have installed.
Signed-off-by: Sven Eckelmann sven@narfation.org
a9483f6517f42d61b0d4d1d1878a2d7100418c51 batctl-devel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/batctl-devel/Makefile b/batctl-devel/Makefile index 79f5d58..6a48678 100644 --- a/batctl-devel/Makefile +++ b/batctl-devel/Makefile @@ -71,10 +71,10 @@ MAKE_BATCTL_ENV += \ LIBNL_GENL_NAME="libnl-tiny"
MAKE_BATCTL_ARGS += \ - REVISION="$(PKG_VERSION)" \ CC="$(TARGET_CC)" \ DESTDIR="$(PKG_INSTALL_DIR)" \ - batctl install + batctl install \ + REVISION="openwrt-$(PKG_VERSION)"
define Build/Compile