mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
lantiq: Correct ADSL race condition
puts br2684ctl init after ADSL init instead of before, so that the ESI is set at the right time, and for consistency with the PTM driver. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
This commit is contained in:
parent
34fdfbf328
commit
7385f754b1
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh /etc/rc.common
|
#!/bin/sh /etc/rc.common
|
||||||
# Copyright (C) 2012 OpenWrt.org
|
# Copyright (C) 2012 OpenWrt.org
|
||||||
|
|
||||||
START=99
|
START=49
|
||||||
|
|
||||||
EXTRA_COMMANDS="status lucistat"
|
EXTRA_COMMANDS="status lucistat"
|
||||||
EXTRA_HELP=" status Get DSL status information
|
EXTRA_HELP=" status Get DSL status information
|
||||||
|
Loading…
Reference in New Issue
Block a user