rockchip: add support for Pine64 RockPro64
[openwrt/staging/rmilecki.git] / target / linux / rockchip / armv8 / base-files / etc / board.d / 02_network
1 #!/bin/sh
2
3 . /lib/functions/uci-defaults.sh
4
5 board_config_update
6
7 case "$(board_name)" in
8 *)
9 ucidef_set_interface_lan 'eth0'
10 ;;
11 esac
12
13 board_config_flush
14
15 exit 0