diff options
author | Manuel Munz <freifunk@somakoma.de> | 2013-01-12 19:30:45 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2013-01-12 19:30:45 +0000 |
commit | a951a5991d46d069cd2440ac837e63f26368515b (patch) | |
tree | 31d0257f2ba722735f862ab0fc139f41af59111a /contrib/package/meshwizard/Makefile | |
parent | baba6d3dee6c80ba48b404cfc7610bd274242189 (diff) |
contrib/meshwizard: Move the check if VAPs are supported in a seperate script so we can reuse it later by luci-app-meshwizard, also check if hostapd[-mini] is installed when using mac80211
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 a88113af6b..3aaddec256 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-2 +PKG_RELEASE:=0.0.8-3 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |