Repository : ssh://git@open-mesh.org/openwrt-feed-devel
On branch : master
commit 72211486b0ade8db78b7994fff7115efd237a0e4 Author: Sven Eckelmann sven@narfation.org Date: Sun Oct 7 11:10:05 2018 +0200
alfred-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
72211486b0ade8db78b7994fff7115efd237a0e4 alfred-devel/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/alfred-devel/Makefile b/alfred-devel/Makefile index 0bba5a9..d241da1 100644 --- a/alfred-devel/Makefile +++ b/alfred-devel/Makefile @@ -63,7 +63,8 @@ MAKE_ALFRED_FLAGS=\ CONFIG_ALFRED_GPSD=$(if $(CONFIG_PACKAGE_ALFRED_DEVEL_GPSD),y,n) \ CONFIG_ALFRED_CAPABILITIES=n \ LIBNL_NAME="libnl-tiny" \ - LIBNL_GENL_NAME="libnl-tiny" + LIBNL_GENL_NAME="libnl-tiny" \ + REVISION="openwrt-$(PKG_VERSION)"
TARGET_CFLAGS += -ffunction-sections -fdata-sections -flto TARGET_LDFLAGS += -Wl,--gc-sections -fuse-linker-plugin