From 89c8f98b12f28caf95989d99da6b6cb411f979c5 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 17 Jan 2009 16:35:02 +0000 Subject: build: add mkversion.sh helper script contrib: (re-)generate version.lua at build time libs/core: use version.lua themes: adept header to version.lua, fix css for openwrt.org --- contrib/package/luci/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'contrib/package') diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 3016adf738..06ec7c8022 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -106,6 +106,11 @@ endef define Package/luci-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)" endef define Package/luci-core/config -- cgit v1.2.3