ar71xx: Add support for D-Link DAP-1330 a1
[openwrt/openwrt.git] / target / linux / ar71xx / base-files / lib / preinit / 01_preinit_do_ar71xx.sh
1 #!/bin/sh
2
3 do_ar71xx() {
4 . /lib/ar71xx.sh
5
6 ar71xx_board_detect
7 }
8
9 boot_hook_add preinit_main do_ar71xx