diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-12-27 15:10:56 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-12-27 15:10:56 +0000 |
commit | d322722f262b4c640369ef85cefc406b1f53aa0b (patch) | |
tree | 2abdc6abb53fa06c1569e3e7c80574b6951b73bd | |
parent | c12834487007034df5df115b18fa0ce45248f043 (diff) | |
download | upstream-d322722f262b4c640369ef85cefc406b1f53aa0b.tar.gz upstream-d322722f262b4c640369ef85cefc406b1f53aa0b.tar.bz2 upstream-d322722f262b4c640369ef85cefc406b1f53aa0b.zip |
use reset function on the NP28G boards
SVN-Revision: 9963
-rw-r--r-- | target/linux/adm5120/files/arch/mips/adm5120/boards/compex.c | 1 |
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), |