03_preinit_do_ipq806x.sh 177 B

123456789101112
  1. #!/bin/sh
  2. #
  3. # Copyright (c) 2014 The Linux Foundation. All rights reserved.
  4. #
  5. do_ipq806x() {
  6. . /lib/ipq806x.sh
  7. ipq806x_board_detect
  8. }
  9. boot_hook_add preinit_main do_ipq806x