From: Adrian Schmutzler Date: Mon, 11 Nov 2019 11:39:56 +0000 (+0100) Subject: batctl: improve version string X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=612bd5e5f6357899c1fd9d88117c5071d9a309cf;p=feed%2Frouting.git batctl: improve version string This changes the package version string so it does not start with "openwrt", but with the base version we are modifying: So far: openwrt-2019.4-1 Now: 2019.4-openwrt-1 Since it's us modifying version 2019.4 (in this case), this order is more convenient (and also closer to what the kernel version string does). Signed-off-by: Adrian Schmutzler --- diff --git a/batctl/Makefile b/batctl/Makefile index 6aebebb..0a19592 100644 --- a/batctl/Makefile +++ b/batctl/Makefile @@ -94,7 +94,7 @@ MAKE_VARS += \ LIBNL_GENL_NAME="libnl-tiny" MAKE_FLAGS += \ - REVISION="openwrt-$(PKG_VERSION)-$(PKG_RELEASE)" + REVISION="$(PKG_VERSION)-openwrt-$(PKG_RELEASE)" config-n := \ aggregation \