Date:2010-05-28 02:47:23 (13 years 6 months ago)
Author:jow
Commit:e7cb5d5226305fd3376d517b26214f9b79350305
Message:[backfire] merge r21588 and r21591

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21593 3c298f89-4303-0410-b956-a3cf2f4a3e73
Files: package/base-files/files/etc/hotplug.d/net/10-net (1 diff)
package/base-files/files/etc/init.d/network (1 diff)

Change Details

package/base-files/files/etc/hotplug.d/net/10-net
1111
1212    # PPP devices are configured by pppd, no need to run setup_interface here
1313    case "$INTERFACE" in
14        ppp*) return 0;;
14        ppp*|3g-*) return 0;;
1515        ath*) return 0;;
1616        wlan*) return 0;;
1717    esac
package/base-files/files/etc/init.d/network
2323        local proto
2424        config_get proto "$ifc" proto
2525
26        type "coldplug_interface_$proto" >/dev/null && \
26        local auto
27        config_get_bool auto "$ifc" auto 1
28
29        type "coldplug_interface_$proto" >/dev/null && [ "$auto" = 1 ] && \
2730            coldplug_interface_$proto "$ifc"
2831    done
2932}

Archive Download the corresponding diff file



interactive