diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-02-28 18:56:52 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2017-02-28 18:56:52 +0200 |
commit | 7ab9b5a7144d2e5bbf5ab6f550cd89cb377075a6 (patch) | |
tree | 31f052f37588a6010ddbafa7b02955456afe3a8d /contrib/package/freifunk-common/Makefile | |
parent | 3c988cf16cc8d34fa27c6ef62c59fe3db269cedb (diff) |
freifunk-common: cleanup references to madwifi
Remove the code related to the deprecated madwifi driver.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'contrib/package/freifunk-common/Makefile')
-rw-r--r-- | contrib/package/freifunk-common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/freifunk-common/Makefile b/contrib/package/freifunk-common/Makefile index d9bbd994a1..2b9336fb06 100644 --- a/contrib/package/freifunk-common/Makefile +++ b/contrib/package/freifunk-common/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=freifunk-common -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |