mirror of
https://github.com/openwrt/luci.git
synced 2026-02-04 12:06:01 +08:00
Prepare 0.8.0 tag
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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/"
|
||||||
|
|||||||
Reference in New Issue
Block a user