01_sysinfo 121 B

123456789
  1. #!/bin/sh
  2. do_sysinfo_ixp4xx() {
  3. . /lib/ixp4xx.sh
  4. ixp4xx_board_detect
  5. }
  6. boot_hook_add preinit_main do_sysinfo_ixp4xx