contrib/package: avoid duplicate quoting of openwrt release var (#202)
This commit is contained in:
parent
1a87c7b347
commit
5920ece73f
1 changed files with 3 additions and 3 deletions
|
@ -87,9 +87,9 @@ define Package/luci-lib-core/install
|
||||||
$(call Package/luci/install/template,$(1),libs/core)
|
$(call Package/luci/install/template,$(1),libs/core)
|
||||||
$(PKG_BUILD_DIR)/build/mkversion.sh $(1)/usr/lib/lua/luci/version.lua \
|
$(PKG_BUILD_DIR)/build/mkversion.sh $(1)/usr/lib/lua/luci/version.lua \
|
||||||
"OpenWrt Firmware" \
|
"OpenWrt Firmware" \
|
||||||
"$(OPENWRTVERSION)" \
|
$(OPENWRTVERSION) \
|
||||||
"$(PKG_BRANCH)" \
|
$(PKG_BRANCH) \
|
||||||
"$(PKG_VERSION)"
|
$(PKG_VERSION)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/luci-lib-core/config
|
define Package/luci-lib-core/config
|
||||||
|
|
Loading…
Reference in a new issue