contrib/package: revert r6919
This commit is contained in:
parent
5920ece73f
commit
a9db1f2b74
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