[package] base-files: Add function pi_include the /lib/functions/boot.sh used by...
[openwrt.git] / target / linux / brcm63xx / base-files / lib / preinit / 03_do_brcm63xx.sh
1 #!/bin/sh
2
3 do_brcm63xx() {
4 . /lib/brcm63xx.sh
5 }
6
7 boot_hook_add preinit_main do_brcm63xx
This page took 0.041936 seconds and 5 git commands to generate.