03_preinit_pistachio.sh 268 B

123456789101112131415
  1. #!/bin/sh
  2. #
  3. # Copyright (C) 2017 OpenWrt.org
  4. #
  5. # This is free software, licensed under the GNU General Public License v2.
  6. # See /LICENSE for more information.
  7. #
  8. do_pistachio() {
  9. . /lib/pistachio.sh
  10. pistachio_board_detect
  11. }
  12. boot_hook_add preinit_main do_pistachio