X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fhostapd%2FMakefile;h=6f3c639e69ca1db4981efb200b8160079afe93a8;hb=fc8259b34d7abf7102eb2f854edb8839edbcf2bb;hp=5bcaba945809ccec92e9f847820aa492e85a622c;hpb=0e2c7a58c1046f7f4e30f732b1e734dc3d86e40c;p=openwrt.git diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 5bcaba9458..6f3c639e69 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd PKG_VERSION:=20100705 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_REV:=2f1ce78bf78cecd7021385b04a4f55f22e76ab97 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 @@ -239,7 +239,7 @@ endef define Build/Compile/wpad echo ` \ $(call Build/RunMake,hostapd,-s MULTICALL=1 dump_cflags); \ - $(call Build/RunMake,wpa_supplicant,-s dump_cflags) | \ + $(call Build/RunMake,wpa_supplicant,-s MULTICALL=1 dump_cflags) | \ sed -e 's,-n ,,g' -e 's,$(TARGET_CFLAGS),,' \ ` > $(PKG_BUILD_DIR)/.cflags $(call Build/RunMake,hostapd, \