do not lock this to wan, allows it to be used on wan interfaces not named wan.
authorTravis Kemen <thepeople@openwrt.org>
Fri, 26 Feb 2010 03:41:56 +0000 (03:41 +0000)
committerTravis Kemen <thepeople@openwrt.org>
Fri, 26 Feb 2010 03:41:56 +0000 (03:41 +0000)
SVN-Revision: 19865

net/updatedd/files/updatedd.hotplug

index 82efbf91e625cd12851ada085f502f11a87b63bd..4ae12a040e1008ddf7117b0a975dcbcbc76b8411 100644 (file)
@@ -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