do not lock this to wan, allows it to be used on wan interfaces not named wan.
authorthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 26 Feb 2010 03:41:56 +0000 (03:41 +0000)
committerthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 26 Feb 2010 03:41:56 +0000 (03:41 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19865 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/updatedd/files/updatedd.hotplug

index 82efbf9..4ae12a0 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