X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Fwol%2FMakefile;h=c8be97ee0a0b053b5460de02f3435a9a162a52c8;hp=fe8616cdcd297dcc89a6d06add6d3bd506ee80b8;hb=551d7ac92f82a760f7ac2d3191830d8787c8b263;hpb=d577a6709e33041d29093942e0464cc352728a6f diff --git a/net/wol/Makefile b/net/wol/Makefile index fe8616cdcd..c8be97ee0a 100644 --- a/net/wol/Makefile +++ b/net/wol/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wol PKG_VERSION:=0.7.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=@SF/ahh PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -40,6 +40,10 @@ CONFIGURE_VARS += \ define Package/wol/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/$(PKG_NAME) $(1)/usr/bin/ + $(INSTALL_DIR) $(1)/etc/config + $(INSTALL_DATA) ./files/$(PKG_NAME).config $(1)/etc/config/$(PKG_NAME) + $(INSTALL_DIR) $(1)/etc/init.d + $(INSTALL_BIN) ./files/$(PKG_NAME).init $(1)/etc/init.d/$(PKG_NAME) endef $(eval $(call BuildPackage,wol))