sunxi: rework target - update kernel to 3.12 - add patches for clocks, i2c, usb,...
[openwrt/openwrt.git] / target / linux / sunxi / base-files / lib / preinit / 01_preinit_sunxi.sh
1 #!/bin/sh
2
3 do_sunxi() {
4 . /lib/sunxi.sh
5
6 sunxi_board_detect
7 }
8
9 boot_hook_add preinit_main do_sunxi