Prepare 0.8.0 tag

This commit is contained in:
Steven Barth
2008-10-13 18:35:57 +00:00
parent 6385f4b6ba
commit 8960741927
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_BRANCH:=branches/luci-0.8 PKG_BRANCH:=tags/0.8.0
ifeq ($(DUMP),) ifeq ($(DUMP),)
USELOCAL:=$(shell grep luci ../../../.project 2>/dev/null >/dev/null && echo 1) USELOCAL:=$(shell grep luci ../../../.project 2>/dev/null >/dev/null && echo 1)
@@ -14,8 +14,8 @@ ifeq ($(USELOCAL),1)
else else
PKG_SOURCE_URL:=http://dev.leipzig.freifunk.net/svn/ff-luci/$(PKG_BRANCH) PKG_SOURCE_URL:=http://dev.leipzig.freifunk.net/svn/ff-luci/$(PKG_BRANCH)
ifeq ($(DUMP),) ifeq ($(DUMP),)
PKG_REV:=$(shell LC_ALL=C svn info ${PKG_SOURCE_URL} | sed -ne's/^Last Changed Rev: //p') PKG_REV:=HEAD
PKG_VERSION:=0.8+svn$(PKG_REV) PKG_VERSION:=0.8.0
endif endif
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz

View File

@@ -7,7 +7,7 @@ config core brand
option title "OpenWRT Kamikaze" option title "OpenWRT Kamikaze"
option subtitle "Lua Configuration Interface" option subtitle "Lua Configuration Interface"
option firmware "OpenWRT Kamikaze" option firmware "OpenWRT Kamikaze"
option distro "Development Snapshot" option distro ""
config extern flash_keep config extern flash_keep
option uci "/etc/config/" option uci "/etc/config/"