[packages_10.03.2] etherwake: merge r29199
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 4 Feb 2012 19:46:08 +0000 (19:46 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 4 Feb 2012 19:46:08 +0000 (19:46 +0000)
SVN-Revision: 30091

net/etherwake/Makefile

index 7cea0ff30302b00ed5d7c88f63dff349aa0b772d..d65439068d5c3bfe1a837f02cafc19e34074a3ac 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2009 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:=etherwake
 PKG_VERSION:=1.09
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz
 PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/e/etherwake
@@ -47,4 +47,8 @@ define Package/etherwake/install
        $(INSTALL_BIN) files/$(PKG_NAME).init $(1)/etc/init.d/$(PKG_NAME)
 endef
 
+define Package/etherwake/conffiles
+/etc/config/etherwake
+endef
+
 $(eval $(call BuildPackage,etherwake))