#
-# Copyright (C) 2006-2011 OpenWrt.org
+# Copyright (C) 2006-2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
PKG_NAME:=ez-ipupdate
PKG_VERSION:=3.0.11b8
-PKG_RELEASE:=6
+PKG_RELEASE:=7
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz
PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/e/ez-ipupdate \
[ "$program" = "$NAME" ] && {
config_get interface $cfg interface
[ "$interface" = "$INTERFACE" ] && {
- config_get dev "$INTERFACE" ifname
+ network_get_device dev "$INTERFACE" || return
config_get enabled $cfg enabled
enabled=${enabled:-1}
}
}
+ . /lib/functions/network.sh
- include /lib/network
- scan_interfaces
config_load ddns
-
config_foreach ddns ddns
;;
esac