[package] base-files: don't skip subsequent hotplug rules when doing makedev for...
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 31 May 2010 01:22:36 +0000 (01:22 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 31 May 2010 01:22:36 +0000 (01:22 +0000)
SVN-Revision: 21641

package/base-files/files/etc/hotplug2-common.rules

index 96a473116a1e0267f1ee5dba8818a3893dc20bfb..5221457a55e9cf74423b52a577305853cb966aed 100644 (file)
@@ -14,7 +14,6 @@ DEVICENAME ~~ (null|full|ptmx|tty|zero|gpio|hvc) {
 DEVICENAME ~~ (tun|tap[0-9]) {
        nothrottle
        makedev /dev/net/%DEVICENAME% 0644
 DEVICENAME ~~ (tun|tap[0-9]) {
        nothrottle
        makedev /dev/net/%DEVICENAME% 0644
-       next
 }
 
 DEVICENAME ~~ (ppp) {
 }
 
 DEVICENAME ~~ (ppp) {