forked from Ivasoft/openwrt
lantiq: do not set default firmware file
We are now shipping a DSL firmware, do not set it by default to some file name. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48941
This commit is contained in:
@@ -144,7 +144,7 @@ fi
|
||||
|
||||
if grep -qE "system type.*: (VR9|xRX200)" /proc/cpuinfo; then
|
||||
interface_wan="ptm0"
|
||||
ucidef_add_vdsl_modem "$annex" "/lib/firmware/vdsl.bin" "av" "ptm"
|
||||
ucidef_add_vdsl_modem "$annex" "av" "ptm"
|
||||
else
|
||||
interface_wan="nas0"
|
||||
ucidef_add_adsl_modem "$annex" "/lib/firmware/adsl.bin"
|
||||
|
||||
Reference in New Issue
Block a user