[package] fix bluetooth and ide breakage after r18955 (#6422)
[openwrt.git] / package / swconfig / files / switch.sh
1 #!/bin/sh
2 # Copyright (C) 2009 OpenWrt.org
3
4 setup_switch_dev() {
5 ifconfig "$1" 0.0.0.0
6 swconfig dev "$1" load network
7 }
8
9 setup_switch() {
10 config_load network
11 config_foreach setup_switch_dev switch
12 }
This page took 0.0498 seconds and 5 git commands to generate.