#
-# Copyright (C) 2010 OpenWrt.org
+# Copyright (C) 2010-2011 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
PKG_NAME:=dudders
PKG_VERSION:=1.04
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/dudders/crypt_openssl.so \
$(1)/usr/lib/dudders/
$(INSTALL_DIR) $(1)/etc/config
- $(INSTALL_CONF) ./files/dudders.conf $(1)/etc/config/dudders
+ $(INSTALL_CONF) ./files/dudders.config $(1)/etc/config/dudders
$(INSTALL_DIR) $(1)/etc/hotplug.d/iface
$(INSTALL_BIN) ./files/dudders.hotplug $(1)/etc/hotplug.d/iface/50-dudders
endef
+++ /dev/null
-config dudders
- option enabled 'no'
- option tcp 'yes'
- option keyfile '/tmp/dudders.private'
- option keyname 'owner.example.com'
- option hostname 'test.example.com'
- option ttl 86400
--- /dev/null
+config dudders
+ option enabled 'no'
+ option tcp 'yes'
+ option keyfile '/tmp/dudders.private'
+ option keyname 'owner.example.com'
+ option hostname 'test.example.com'
+ option ttl 86400