diff options
Diffstat (limited to 'net/hs20')
-rw-r--r-- | net/hs20/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/hs20/Makefile b/net/hs20/Makefile index 336b44d40..72e223e54 100644 --- a/net/hs20/Makefile +++ b/net/hs20/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hs20 -PKG_RELEASE:=5 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_URL:=http://w1.fi/hostap.git PKG_SOURCE_PROTO:=git @@ -140,6 +140,10 @@ define Package/hs20-server/install $(INSTALL_BIN) ./files/hs20.init $(1)/etc/init.d/hs20 endef +define Package/hs20-server/conffiles +/etc/config/hs20 +endef + $(eval $(call BuildPackage,hs20-common)) $(eval $(call BuildPackage,hs20-client)) $(eval $(call BuildPackage,hs20-server)) |