Explorar el Código

hostapd: increase PKG_RELEASE to fix builds

Recent hostapd changes just edited the ucode files. It is required to
bump the PKG_RELEASE to include the newest changes in the latest builds.

Signed-off-by: Nick Hainke <[email protected]>
Nick Hainke hace 2 años
padre
commit
91d2ead3c3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package/network/services/hostapd/Makefile

+ 1 - 1
package/network/services/hostapd/Makefile

@@ -5,7 +5,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=hostapd
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 
 PKG_SOURCE_URL:=http://w1.fi/hostap.git
 PKG_SOURCE_PROTO:=git