From 52b8b16c865e586ad4b4818e58f703e0085c3b8f Mon Sep 17 00:00:00 2001 From: thepeople Date: Fri, 26 Feb 2010 03:41:56 +0000 Subject: [PATCH] do not lock this to wan, allows it to be used on wan interfaces not named wan. git-svn-id: svn://svn.openwrt.org/openwrt/packages@19865 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/updatedd/files/updatedd.hotplug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/updatedd/files/updatedd.hotplug b/net/updatedd/files/updatedd.hotplug index 82efbf91e..4ae12a040 100644 --- a/net/updatedd/files/updatedd.hotplug +++ b/net/updatedd/files/updatedd.hotplug @@ -2,7 +2,7 @@ NAME=updatedd CONFIG=/etc/config/$NAME COMMAND=/usr/bin/$NAME -[ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] && { +[ "$ACTION" = "ifup" ] && { [ -x $COMMAND ] && [ -r $CONFIG ] && { include /lib/network scan_interfaces