ipq806x: convert to dt-based board-detection
[openwrt/staging/wigyori.git] / target / linux / ipq806x / base-files / lib / preinit / 01_preinit_do_ipq806x.sh
diff --git a/target/linux/ipq806x/base-files/lib/preinit/01_preinit_do_ipq806x.sh b/target/linux/ipq806x/base-files/lib/preinit/01_preinit_do_ipq806x.sh
deleted file mode 100644 (file)
index 785f1eb..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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