aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120
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
commit97cf980fa7e2ade48bceeb81ccee9c0af168f591 (patch)
tree9dd9a8cbf1ec8f65441baa281350f202326de9c4 /target/linux/adm5120
parent7acd18eec00b36e87d482f924687b7281d882b42 (diff)
downloadmaster-187ad058-97cf980fa7e2ade48bceeb81ccee9c0af168f591.tar.gz
master-187ad058-97cf980fa7e2ade48bceeb81ccee9c0af168f591.tar.bz2
master-187ad058-97cf980fa7e2ade48bceeb81ccee9c0af168f591.zip
[adm5120] use reset function on the NP28G boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9963 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120')
-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),