diff options
author | Manuel Munz <freifunk@somakoma.de> | 2012-06-02 20:44:58 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2012-06-02 20:44:58 +0000 |
commit | 5ff3e0d7ba083c08c7ff57ffabf6f6d3865fac90 (patch) | |
tree | 7024dcfcccfdbabc570093b5da54e584bc5beff2 /contrib/package/meshwizard/Makefile | |
parent | 09f83d2edfe7b98ad9f76688e4afac2ec0651b07 (diff) |
contrib/meshwizard: Add initial support for ipv6 config (with auto-ipv6-ib and dhcpv6)
Diffstat (limited to 'contrib/package/meshwizard/Makefile')
-rw-r--r-- | contrib/package/meshwizard/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/meshwizard/Makefile b/contrib/package/meshwizard/Makefile index 8cebf170d2..73f018595e 100644 --- a/contrib/package/meshwizard/Makefile +++ b/contrib/package/meshwizard/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=meshwizard -PKG_RELEASE:=0.0.6 +PKG_RELEASE:=0.0.7 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |