diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-03-07 11:03:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-03-07 11:03:18 +0000 |
commit | 4ac99abeb3c6301f921ad844bd70b9b53516cee4 (patch) | |
tree | 878878727f5a99dc7da803b359cf2462bc77cd43 /target/linux/lantiq | |
parent | a937e160c8f7d8ac11f615c1d0cd5eea1c049247 (diff) | |
download | upstream-4ac99abeb3c6301f921ad844bd70b9b53516cee4.tar.gz upstream-4ac99abeb3c6301f921ad844bd70b9b53516cee4.tar.bz2 upstream-4ac99abeb3c6301f921ad844bd70b9b53516cee4.zip |
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
Diffstat (limited to 'target/linux/lantiq')
-rwxr-xr-x | target/linux/lantiq/base-files/etc/board.d/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/base-files/etc/board.d/02_network b/target/linux/lantiq/base-files/etc/board.d/02_network index 8ed525915d..b27b8026df 100755 --- a/target/linux/lantiq/base-files/etc/board.d/02_network +++ b/target/linux/lantiq/base-files/etc/board.d/02_network @@ -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" |