diff options
| author | Zoltan HERPAI | 2024-04-16 22:42:56 +0000 |
|---|---|---|
| committer | Zoltan HERPAI | 2024-04-21 21:26:53 +0000 |
| commit | 675d9a2d4141a9251e6feb0dd948b7f6533553ae (patch) | |
| tree | cd1d8bd5a1ed2d24f36fca73b1692624d51c2e3b | |
| parent | 2b6b6e2f3ce090b7ef5c4401c8366ac1ebc7f9b0 (diff) | |
| download | openwrt-675d9a2d4141a9251e6feb0dd948b7f6533553ae.tar.gz | |
sunxi: fix network bringup on Olinuxino Micro boards
It's the A13-based Olinuxino Micro which has only wireless interfaces. The
A20-based board is a fully-fledged one which has an ethernet interface.
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
| -rw-r--r-- | target/linux/sunxi/base-files/etc/board.d/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/sunxi/base-files/etc/board.d/02_network b/target/linux/sunxi/base-files/etc/board.d/02_network index b295dc7daa..073565d4ee 100644 --- a/target/linux/sunxi/base-files/etc/board.d/02_network +++ b/target/linux/sunxi/base-files/etc/board.d/02_network @@ -17,7 +17,7 @@ sunxi_setup_interfaces() lamobo,lamobo-r1) ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4" wan ;; - olimex,a20-olinuxino-micro) + olimex,a13-olinuxino-micro) ucidef_set_interface_lan "wlan0" ;; xunlong,orangepi-r1) |