On Wed, Sep 17, 2014 at 09:33:17AM +0200, joerg jungermann wrote: > in Debian you are able to declare an interface/network connection to be > manaually fired up. > > Example from /etc/network/interfaces: > iface lo inet loopback > auto lo > > If you comment out the "auto lo" line, the network interface is not fireup > automatically. > > Is there an uci command or a stanza in /etc/config/network that allow > similar.
Yes, there is: option auto 0 http://wiki.openwrt.org/doc/uci/network#options.valid.for.all.protocol.types Whether you want to use the LuCI Web interface, uci or a text editor to add that option is up to you, the result should be the same. Regards, Mirko _______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users
