projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0467dcf
)
do not lock this to wan, allows it to be used on wan interfaces not named wan.
author
Travis Kemen
<thepeople@openwrt.org>
Fri, 26 Feb 2010 03:41:56 +0000
(
03:41
+0000)
committer
Travis Kemen
<thepeople@openwrt.org>
Fri, 26 Feb 2010 03:41:56 +0000
(
03:41
+0000)
SVN-Revision: 19865
net/updatedd/files/updatedd.hotplug
patch
|
blob
|
history
diff --git
a/net/updatedd/files/updatedd.hotplug
b/net/updatedd/files/updatedd.hotplug
index 82efbf91e625cd12851ada085f502f11a87b63bd..4ae12a040e1008ddf7117b0a975dcbcbc76b8411 100644
(file)
--- 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