diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2017-11-07 09:45:54 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-12-08 19:41:18 +0100 |
commit | 23f774f727a1c1b00294ba0b727889f640b270b8 (patch) | |
tree | ab25463b263c552a1cf09480a1fc48f3054dc02c /package/network/utils/iproute2 | |
parent | 1f8585cf99a2a9c21194024118bff45de3ea321d (diff) | |
download | upstream-23f774f727a1c1b00294ba0b727889f640b270b8.tar.gz upstream-23f774f727a1c1b00294ba0b727889f640b270b8.tar.bz2 upstream-23f774f727a1c1b00294ba0b727889f640b270b8.zip |
merge: packages: update branding in core packages
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
Diffstat (limited to 'package/network/utils/iproute2')
-rw-r--r-- | package/network/utils/iproute2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index 3e1db33258..2adf844b1f 100644 --- a/package/network/utils/iproute2/Makefile +++ b/package/network/utils/iproute2/Makefile @@ -110,7 +110,7 @@ define Build/Configure $(PKG_BUILD_DIR)/Makefile $(SED) "s,^LIBC_INCLUDE.*,LIBC_INCLUDE=$(STAGING_DIR)/include," \ $(PKG_BUILD_DIR)/Makefile - echo "static const char SNAPSHOT[] = \"$(PKG_VERSION)-$(PKG_RELEASE)-lede\";" \ + echo "static const char SNAPSHOT[] = \"$(PKG_VERSION)-$(PKG_RELEASE)-openwrt\";" \ > $(PKG_BUILD_DIR)/include/SNAPSHOT.h endef |