brcm47xx: run ifup before starting the switch
[openwrt/staging/dedeckeh.git] / target / linux / brcm47xx / base-files / lib / preinit / 15_mount_proc_brcm
1 #!/bin/sh
2
3 do_mount_procfs() {
4 mount -o noatime none /proc -t proc
5 }