mac80211: Allow IBSS mode and different beacon intervals
[openwrt/staging/mkresin.git] / tools / upslug2 / Makefile
1 #
2 # Copyright (C) 2009-2012 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 PKG_NAME:=upslug2
10
11 PKG_SOURCE_PROTO:=git
12 PKG_SOURCE_URL:=https://github.com/fretb/upslug2
13 PKG_SOURCE_DATE:=2016-05-16
14 PKG_SOURCE_VERSION:=35f0b18c56368f69eef590e7d9fb688fbe624b10
15 PKG_MIRROR_HASH:=646856532e5fad240b1697eb94726aafa6712294f608e24892983e6db95fb65f
16
17 HOST_FIXUP:=autoreconf
18
19 include $(INCLUDE_DIR)/host-build.mk
20
21 ifneq ($(HOST_OS),Linux)
22 HOST_CONFIGURE_ARGS += --with-libpcap
23 endif
24
25 $(eval $(call HostBuild))