[package] base-files: don't skip subsequent hotplug rules when doing makedev for...
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 31 May 2010 01:22:36 +0000 (01:22 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 31 May 2010 01:22:36 +0000 (01:22 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21641 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index 96a4731..5221457 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
-       next
 }
 
 DEVICENAME ~~ (ppp) {