Pushed version to 0.8, adapted Makefile
This commit is contained in:
parent
97d4eddc43
commit
456ece8064
2 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_BRANCH:=trunk
|
PKG_BRANCH:=branches/luci-0.8
|
||||||
|
|
||||||
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)
|
||||||
|
@ -10,12 +10,12 @@ PKG_NAME:=luci
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
ifeq ($(USELOCAL),1)
|
ifeq ($(USELOCAL),1)
|
||||||
PKG_VERSION:=0.7+svn
|
PKG_VERSION:=0.8+svn
|
||||||
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:=$(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
|
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
|
||||||
|
@ -68,7 +68,7 @@ endef
|
||||||
define Package/luci/httpdtemplate
|
define Package/luci/httpdtemplate
|
||||||
$(call Package/luci/libtemplate)
|
$(call Package/luci/libtemplate)
|
||||||
SUBMENU:=LuCI Non-Forking HTTP-Daemon (EXPERIMENTAL)
|
SUBMENU:=LuCI Non-Forking HTTP-Daemon (EXPERIMENTAL)
|
||||||
DEPENDS:=+luci-httpd
|
DEPENDS:=+luci-httpd @BROKEN
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/luci/i18ntemplate
|
define Package/luci/i18ntemplate
|
||||||
|
@ -377,7 +377,7 @@ endef
|
||||||
|
|
||||||
define Package/luci-mod-freifunk
|
define Package/luci-mod-freifunk
|
||||||
$(call Package/luci/fftemplate)
|
$(call Package/luci/fftemplate)
|
||||||
DEPENDS:=+luci-admin-full
|
DEPENDS:=+luci-admin-full @BROKEN
|
||||||
TITLE:=LuCI Freifunk module
|
TITLE:=LuCI Freifunk module
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -535,7 +535,7 @@ endef
|
||||||
|
|
||||||
define Package/luci-sgi-luci
|
define Package/luci-sgi-luci
|
||||||
$(call Package/luci/libtemplate)
|
$(call Package/luci/libtemplate)
|
||||||
DEPENDS+=+luci-httpd
|
DEPENDS+=+luci-httpd @BROKEN
|
||||||
TITLE:=SGI for LuCI HTTPD
|
TITLE:=SGI for LuCI HTTPD
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -545,7 +545,7 @@ endef
|
||||||
|
|
||||||
define Package/luci-sgi-webuci
|
define Package/luci-sgi-webuci
|
||||||
$(call Package/luci/libtemplate)
|
$(call Package/luci/libtemplate)
|
||||||
TITLE:=SGI for Webuci
|
TITLE:=SGI for Webuci @BROKEN
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/luci-sgi-webuci/install
|
define Package/luci-sgi-webuci/install
|
||||||
|
@ -555,7 +555,7 @@ endef
|
||||||
### Themes ###
|
### Themes ###
|
||||||
define Package/luci-theme-fledermaus
|
define Package/luci-theme-fledermaus
|
||||||
$(call Package/luci/fftemplate)
|
$(call Package/luci/fftemplate)
|
||||||
DEPENDS:=+luci-web
|
DEPENDS:=+luci-web @BROKEN
|
||||||
TITLE:=Fledermaus Theme
|
TITLE:=Fledermaus Theme
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
|
|
||||||
]]--
|
]]--
|
||||||
module("luci", package.seeall)
|
module "luci"
|
||||||
|
|
||||||
__version__ = "0.7"
|
__version__ = "0.8"
|
||||||
__appname__ = "LuCI"
|
__appname__ = "LuCI"
|
||||||
|
|
Loading…
Reference in a new issue