1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-22 23:09:00 +03:00
openwrt-xburst/package/swconfig/files/switch.sh

12 lines
180 B
Bash
Raw Normal View History

#!/bin/sh
# Copyright (C) 2009 OpenWrt.org
setup_switch_dev() {
swconfig dev "$1" load network
}
setup_switch() {
config_load network
config_foreach setup_switch_dev switch
}