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)
|
||||
$(PKG_BUILD_DIR)/build/mkversion.sh $(1)/usr/lib/lua/luci/version.lua \
|
||||
"OpenWrt Firmware" \
|
||||
$(OPENWRTVERSION) \
|
||||
$(PKG_BRANCH) \
|
||||
$(PKG_VERSION)
|
||||
"$(OPENWRTVERSION)" \
|
||||
"$(PKG_BRANCH)" \
|
||||
"$(PKG_VERSION)"
|
||||
endef
|
||||
|
||||
define Package/luci-lib-core/config
|
||||
|
|
Loading…
Reference in a new issue