03_preinit_do_ramips.sh 83 B

1234567
  1. #!/bin/sh
  2. do_ramips() {
  3. . /lib/ramips.sh
  4. }
  5. boot_hook_add preinit_main do_ramips