linux-atm: add wrapper for br2684ctl to defer nasX device bringup
[openwrt/openwrt.git] / package / network / utils / linux-atm / files / br2684ctl
index 3d122270e9b81e5a0950ceca3c7f72806cca806b..1cac4df04d3713665f31063740e7cf4a987dff26 100755 (executable)
@@ -58,7 +58,7 @@ start_daemon() {
 
        procd_open_instance
        procd_set_param command \
-               /usr/sbin/br2684ctl \
+               /usr/sbin/br2684ctl_wrap "nas$unit" \
                -c "$unit" -e "$encaps" -p "$payload" \
                -a "$circuit" ${qos:+-q "$qos"} ${sendsize:+-s "$sendsize"}
        procd_close_instance