2
0
forked from Ivasoft/openwrt

zynq: rename zedboard with correct manufacturer

The board is made by Avnet, so rename it accordingly as
upstream has done it

Also move the device to maintain alphabetic order

Signed-off-by: Luis Araneda <luaraneda@gmail.com>
This commit is contained in:
Luis Araneda
2018-09-01 02:36:09 -03:00
committed by John Crispin
parent 412763c812
commit 192838e018
3 changed files with 51 additions and 9 deletions

View File

@@ -6,10 +6,10 @@
board_config_update
case "$(board_name)" in
avnet,zynq-zed | \
digilent,zynq-zybo | \
digilent,zynq-zybo-z7 | \
xlnx,zynq-zc702 | \
xlnx,zynq-zed)
xlnx,zynq-zc702)
ucidef_set_interface_lan 'eth0'
;;
*)