aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/base-files/lib/preinit/03_preinit_do_ipq806x.sh
blob: 785f1ebb8b31a1dad6c59172a4eedf07de7dacbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
#
# Copyright (c) 2014 The Linux Foundation. All rights reserved.
#

do_ipq806x() {
	. /lib/ipq806x.sh

	ipq806x_board_detect
}

boot_hook_add preinit_main do_ipq806x