1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-05 17:58:54 +03:00

[adm5120] use reset function on the NP28G boards

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9963 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2007-12-27 15:10:56 +00:00
parent 23d61f22e9
commit 53b8af463e

View File

@ -175,6 +175,7 @@ ADM5120_BOARD_END
ADM5120_BOARD_START(NP28G, "Compex NetPassage 28G")
.board_setup = np28g_setup,
.board_reset = np28g_reset,
.eth_num_ports = 4,
.eth_vlans = np28g_vlans,
.num_devices = ARRAY_SIZE(np2xg_devices),