diff options
author | Manuel Munz <munz@comuno.net> | 2015-07-07 12:22:39 +0200 |
---|---|---|
committer | Manuel Munz <munz@comuno.net> | 2015-07-07 12:22:39 +0200 |
commit | 6d788d82f139ba10b08384fba42f25d13bd6f47a (patch) | |
tree | d42d995a9be84f2eecd419e37f8514f9d1738588 /contrib/package/meshwizard/Makefile | |
parent | 9d85b7ee2e386946612227092ea56b34da08741c (diff) |
contrib/meshwizard: fix LAN with OLSR and DHCP
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 6959c544cf..b4baab7fa4 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.3.0 +PKG_RELEASE:=0.3.1 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |