miniupnpd: shorten OS name to silence SSDP warnings

Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
Steven Barth 2015-07-15 08:28:32 +02:00
parent 6c78c2ac2c
commit 7d4e4fe21d
1 changed files with 1 additions and 1 deletions

View File

@ -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 += \