diff options
author | Manuel Munz <freifunk@somakoma.de> | 2013-10-19 14:23:28 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2013-10-19 14:23:28 +0000 |
commit | af116017873f81ab9948317c6a4be5befea6ab01 (patch) | |
tree | 7451f8b373b103d8a27ba0f22d20be7e09f01def /contrib/package/meshwizard/Makefile | |
parent | 115633350d46dee2bf48a5680ac607a17db4a276 (diff) |
contrib/meshwizard: Do not enable DHCP on adhoc by default when VAPs are used.
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 f1fe434a72..45d5f21623 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.14 +PKG_RELEASE:=0.1.0 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |