From: Jo-Philipp Wich Date: Sat, 4 Feb 2012 20:41:57 +0000 (+0000) Subject: [packages_10.03.2] wol: merge r29199 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=390cd6765a67726f96d04ba736301cfa6ef8b15b [packages_10.03.2] wol: merge r29199 SVN-Revision: 30130 --- diff --git a/net/wol/Makefile b/net/wol/Makefile index afbfa55bd1..286442cd21 100644 --- a/net/wol/Makefile +++ b/net/wol/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007 OpenWrt.org +# Copyright (C) 2007-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wol PKG_VERSION:=0.7.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_URL:=@SF/ahh PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -47,4 +47,8 @@ define Package/wol/install $(INSTALL_BIN) ./files/$(PKG_NAME).init $(1)/etc/init.d/$(PKG_NAME) endef +define Package/wol/conffiles +/etc/config/wol +endef + $(eval $(call BuildPackage,wol))