summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Barth2015-07-15 06:28:32 +0000
committerSteven Barth2015-07-15 06:28:32 +0000
commit7d4e4fe21d6a7315c86fb070f2aac422f3334920 (patch)
treef2deff06b4eaf39f633f6b269fbf7f6f52b15aa1
parent6c78c2ac2cb9ec3be25e68b1cef7b2e2e0e4a346 (diff)
downloadrouting-7d4e4fe21d6a7315c86fb070f2aac422f3334920.tar.gz
miniupnpd: shorten OS name to silence SSDP warnings
Signed-off-by: Steven Barth <steven@midlink.org>
-rw-r--r--miniupnpd/Makefile2
1 files changed, 1 insertions, 1 deletions
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 += \