From 7d4e4fe21d6a7315c86fb070f2aac422f3334920 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Wed, 15 Jul 2015 08:28:32 +0200 Subject: [PATCH] miniupnpd: shorten OS name to silence SSDP warnings Signed-off-by: Steven Barth --- miniupnpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 += \