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