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:
committed by
John Crispin
parent
412763c812
commit
192838e018
@@ -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'
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user