fix error output of brctl if bridging is not supported.
authorFelix Fietkau <nbd@openwrt.org>
Sun, 14 Mar 2010 21:10:07 +0000 (21:10 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 14 Mar 2010 21:10:07 +0000 (21:10 +0000)
commit2dd7f15e3604364e7d130f444ab406570dffde81
tree6152763758c48cd3923d82e5f3093ee8c5f867a6
parenta901ef23ebf7221cd81b24ec6cd10ccbfbc28217
fix error output of brctl if bridging is not supported.

The following error is displayed during network configuration on any device that has DEVICE_TYPE set to something else then router, or has brctl functionality disabled through some other method:

"brctl: SIOCGIFBR: Package not installed"

This is due to the unbridge function being called, which uses "brctl show" to determine if the interface is bridged.

Signed-off-by: Ithamar R. Adema <ithamar.adema@team-embedded.nl>
SVN-Revision: 20218
package/base-files/files/lib/network/config.sh