From: Steven Barth Date: Mon, 13 Oct 2008 18:35:57 +0000 (+0000) Subject: Prepare 0.8.0 tag X-Git-Tag: 0.8.0~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8960741927e5cbca21ee7a789889749882387585;p=oweals%2Fluci.git Prepare 0.8.0 tag --- diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 1c8bef609..4f93cb269 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -1,6 +1,6 @@ include $(TOPDIR)/rules.mk -PKG_BRANCH:=branches/luci-0.8 +PKG_BRANCH:=tags/0.8.0 ifeq ($(DUMP),) USELOCAL:=$(shell grep luci ../../../.project 2>/dev/null >/dev/null && echo 1) @@ -14,8 +14,8 @@ ifeq ($(USELOCAL),1) 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.8+svn$(PKG_REV) + PKG_REV:=HEAD + PKG_VERSION:=0.8.0 endif PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz diff --git a/libs/web/root/etc/config/luci b/libs/web/root/etc/config/luci index f9b51c803..d21ddc4ad 100644 --- a/libs/web/root/etc/config/luci +++ b/libs/web/root/etc/config/luci @@ -7,7 +7,7 @@ config core brand option title "OpenWRT Kamikaze" option subtitle "Lua Configuration Interface" option firmware "OpenWRT Kamikaze" - option distro "Development Snapshot" + option distro "" config extern flash_keep option uci "/etc/config/"