diff options
author | Manuel Munz <freifunk@somakoma.de> | 2013-01-29 22:32:03 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2013-01-29 22:32:03 +0000 |
commit | 13a7013acd78c41200e127c9e7558c17ce135d79 (patch) | |
tree | 57165868ac4c5b28f44e9dbfc764c0aaf4c526fa /contrib/package/meshwizard/Makefile | |
parent | 9846cfc0938aeaa91270f72fdeaac0a41892903e (diff) |
contrib/meshwizard: Use the new interfaces syntax instead of the old alias syntax for dhcp interfaces
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 3aaddec25..91979b74e 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.8-3 +PKG_RELEASE:=0.0.9-1 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |