mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 01:52:51 +00:00
ipq807x: enable ethernet LEDs on wf196
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -19,4 +19,12 @@ boot() {
|
|||||||
ssdk_sh debug phy set 8 0x4004c441 0x8
|
ssdk_sh debug phy set 8 0x4004c441 0x8
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
case "$(board_name)" in
|
||||||
|
cig,wf196)
|
||||||
|
# setup the leds
|
||||||
|
ssdk_sh debug phy set 0 0x401ec431 0xc00f
|
||||||
|
ssdk_sh debug phy set 0 0x401ec430 0x806f
|
||||||
|
;;
|
||||||
|
esac
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user