From: Steven Barth Date: Wed, 15 Jul 2015 06:28:32 +0000 (+0200) Subject: miniupnpd: shorten OS name to silence SSDP warnings X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=7d4e4fe21d6a7315c86fb070f2aac422f3334920;p=feed%2Frouting.git miniupnpd: shorten OS name to silence SSDP warnings Signed-off-by: Steven Barth --- diff --git a/miniupnpd/Makefile b/miniupnpd/Makefile index 0abe480..1822926 100644 --- a/miniupnpd/Makefile +++ b/miniupnpd/Makefile @@ -46,7 +46,7 @@ endef define Build/Prepare $(call Build/Prepare/Default) - echo "OpenWrt/$(OPENWRTVERSION)" | tr \(\)\ _ >$(PKG_BUILD_DIR)/os.openwrt + echo "OpenWrt" | tr \(\)\ _ >$(PKG_BUILD_DIR)/os.openwrt endef MAKE_FLAGS += \