From 456ece80647f43a94291479e5e6b1de0ef3eebc1 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sat, 6 Sep 2008 16:23:40 +0000 Subject: [PATCH] Pushed version to 0.8, adapted Makefile --- contrib/package/luci/Makefile | 16 ++++++++-------- libs/core/luasrc/init.lua | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 977d6fb9d..a83d57b2a 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -1,6 +1,6 @@ include $(TOPDIR)/rules.mk -PKG_BRANCH:=trunk +PKG_BRANCH:=branches/luci-0.8 ifeq ($(DUMP),) USELOCAL:=$(shell grep luci ../../../.project 2>/dev/null >/dev/null && echo 1) @@ -10,12 +10,12 @@ PKG_NAME:=luci PKG_RELEASE:=1 ifeq ($(USELOCAL),1) - PKG_VERSION:=0.7+svn + PKG_VERSION:=0.8+svn else PKG_SOURCE_URL:=http://dev.leipzig.freifunk.net/svn/ff-luci/$(PKG_BRANCH) ifeq ($(DUMP),) PKG_REV:=$(shell LC_ALL=C svn info ${PKG_SOURCE_URL} | sed -ne's/^Last Changed Rev: //p') - PKG_VERSION:=0.7+svn$(PKG_REV) + PKG_VERSION:=0.8+svn$(PKG_REV) endif PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz @@ -68,7 +68,7 @@ endef define Package/luci/httpdtemplate $(call Package/luci/libtemplate) SUBMENU:=LuCI Non-Forking HTTP-Daemon (EXPERIMENTAL) - DEPENDS:=+luci-httpd + DEPENDS:=+luci-httpd @BROKEN endef define Package/luci/i18ntemplate @@ -377,7 +377,7 @@ endef define Package/luci-mod-freifunk $(call Package/luci/fftemplate) - DEPENDS:=+luci-admin-full + DEPENDS:=+luci-admin-full @BROKEN TITLE:=LuCI Freifunk module endef @@ -535,7 +535,7 @@ endef define Package/luci-sgi-luci $(call Package/luci/libtemplate) - DEPENDS+=+luci-httpd + DEPENDS+=+luci-httpd @BROKEN TITLE:=SGI for LuCI HTTPD endef @@ -545,7 +545,7 @@ endef define Package/luci-sgi-webuci $(call Package/luci/libtemplate) - TITLE:=SGI for Webuci + TITLE:=SGI for Webuci @BROKEN endef define Package/luci-sgi-webuci/install @@ -555,7 +555,7 @@ endef ### Themes ### define Package/luci-theme-fledermaus $(call Package/luci/fftemplate) - DEPENDS:=+luci-web + DEPENDS:=+luci-web @BROKEN TITLE:=Fledermaus Theme endef diff --git a/libs/core/luasrc/init.lua b/libs/core/luasrc/init.lua index b4ecb93c1..1861e9283 100644 --- a/libs/core/luasrc/init.lua +++ b/libs/core/luasrc/init.lua @@ -23,7 +23,7 @@ See the License for the specific language governing permissions and limitations under the License. ]]-- -module("luci", package.seeall) +module "luci" -__version__ = "0.7" +__version__ = "0.8" __appname__ = "LuCI" -- 2.25.1