[openwrt/openwrt] ltq-vdsl-vr11-app: fix error handling during disconnection
LEDE Commits
lede-commits at lists.infradead.org
Sat Aug 31 10:51:26 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/a78ad43d1d76d72103a5c45823ba187058563fe4
commit a78ad43d1d76d72103a5c45823ba187058563fe4
Author: Jan Hoffmann <jan at 3e8.eu>
AuthorDate: Fri Jul 12 15:49:50 2024 +0200
ltq-vdsl-vr11-app: fix error handling during disconnection
Use the correct return value in error message.
Fixes: 6e4c9738bed0 ("ltq-vdsl-vr11-app: add version 4.23.1 for vr11 targets")
Signed-off-by: Jan Hoffmann <jan at 3e8.eu>
---
package/network/config/ltq-vdsl-vr11-app/Makefile | 2 +-
package/network/config/ltq-vdsl-vr11-app/patches/200-autoboot.patch | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/network/config/ltq-vdsl-vr11-app/Makefile b/package/network/config/ltq-vdsl-vr11-app/Makefile
index bcbf41e65a..4e26ee459a 100644
--- a/package/network/config/ltq-vdsl-vr11-app/Makefile
+++ b/package/network/config/ltq-vdsl-vr11-app/Makefile
@@ -9,7 +9,7 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=ltq-vdsl-vr11-app
PKG_VERSION:=4.23.1
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_BASE_NAME:=dsl_cpe_control
UGW_VERSION=8.5.2.10
diff --git a/package/network/config/ltq-vdsl-vr11-app/patches/200-autoboot.patch b/package/network/config/ltq-vdsl-vr11-app/patches/200-autoboot.patch
index c3e9b96620..3397c7f024 100644
--- a/package/network/config/ltq-vdsl-vr11-app/patches/200-autoboot.patch
+++ b/package/network/config/ltq-vdsl-vr11-app/patches/200-autoboot.patch
@@ -51,7 +51,7 @@ start it again later, short of unloading and reloading the module.
+ {
+ DSL_CCA_DEBUG(DSL_CCA_DBG_ERR, (DSL_CPE_PREFIX
+ "Autoboot configuration for device (%d) failed!, nRet = %d!"
-+ DSL_CPE_CRLF, nDevice, sAutobootCtl.accessCtl.nReturn));
++ DSL_CPE_CRLF, nDevice, sAutobootCfg.accessCtl.nReturn));
+ }
+
memset(&sAutobootCtl, 0, sizeof(DSL_AutobootControl_t));
More information about the lede-commits
mailing list