summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2007-12-27 15:10:56 +0000
committerGabor Juhos <juhosg@openwrt.org>2007-12-27 15:10:56 +0000
commitd322722f262b4c640369ef85cefc406b1f53aa0b (patch)
tree2abdc6abb53fa06c1569e3e7c80574b6951b73bd /target/linux
parentc12834487007034df5df115b18fa0ce45248f043 (diff)
downloadmaster-31e0f0ae-d322722f262b4c640369ef85cefc406b1f53aa0b.tar.gz
master-31e0f0ae-d322722f262b4c640369ef85cefc406b1f53aa0b.tar.bz2
master-31e0f0ae-d322722f262b4c640369ef85cefc406b1f53aa0b.zip
use reset function on the NP28G boards
SVN-Revision: 9963
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/adm5120/files/arch/mips/adm5120/boards/compex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/adm5120/files/arch/mips/adm5120/boards/compex.c b/target/linux/adm5120/files/arch/mips/adm5120/boards/compex.c
index d1c6bc42a6..3e59e8ca28 100644
--- a/target/linux/adm5120/files/arch/mips/adm5120/boards/compex.c
+++ b/target/linux/adm5120/files/arch/mips/adm5120/boards/compex.c
@@ -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),