mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 09:42:09 +00:00
ltq-vdsl-app: use downloaded vectoring firmware
Use vectoring firmware downloaded via vdsl_fw_install.sh from ltq-vdsl-fw package for annex B and annex J. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
0653e31270
commit
c8ac28237d
@ -252,7 +252,9 @@ start_service() {
|
|||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
b*|j*)
|
b*|j*)
|
||||||
if [ -f "/lib/firmware/lantiq-vrx200-b.bin" ]; then
|
if [ -f "/lib/firmware/vr9_dsl_fw_annex_b.bin" ]; then
|
||||||
|
firmware="/lib/firmware/vr9_dsl_fw_annex_b.bin"
|
||||||
|
elif [ -f "/lib/firmware/lantiq-vrx200-b.bin" ]; then
|
||||||
firmware="/lib/firmware/lantiq-vrx200-b.bin"
|
firmware="/lib/firmware/lantiq-vrx200-b.bin"
|
||||||
elif [ -f "/tmp/lantiq-vrx200-b.bin" ]; then
|
elif [ -f "/tmp/lantiq-vrx200-b.bin" ]; then
|
||||||
firmware="/tmp/lantiq-vrx200-b.bin"
|
firmware="/tmp/lantiq-vrx200-b.bin"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user