[openwrt/openwrt] lantiq: remove intel.com from URL

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 2 09:07:12 PST 2026


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/69e33d2c3f7249cf10a24b5efa535ddbff1bac9f

commit 69e33d2c3f7249cf10a24b5efa535ddbff1bac9f
Author: Yanase Yuki <dev at zpc.st>
AuthorDate: Thu Dec 25 13:09:46 2025 +0900

    lantiq: remove intel.com from URL
    
    Intel doesn't have lantiq anymore.
    
    Signed-off-by: Yanase Yuki <dev at zpc.st>
    Link: https://github.com/openwrt/openwrt/pull/21279
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 package/firmware/lantiq/dsl_vr11_firmware_xdsl/Makefile | 1 -
 package/firmware/lantiq/vrx518_aca_fw/Makefile          | 1 -
 package/firmware/lantiq/vrx518_ppe_fw/Makefile          | 1 -
 3 files changed, 3 deletions(-)

diff --git a/package/firmware/lantiq/dsl_vr11_firmware_xdsl/Makefile b/package/firmware/lantiq/dsl_vr11_firmware_xdsl/Makefile
index c219e16bbb..410254d47b 100644
--- a/package/firmware/lantiq/dsl_vr11_firmware_xdsl/Makefile
+++ b/package/firmware/lantiq/dsl_vr11_firmware_xdsl/Makefile
@@ -23,7 +23,6 @@ define Package/$(PKG_NAME)
   SECTION:=firmware
   CATEGORY:=Firmware
   TITLE:=VRX518 / VR11 CPE xDSL Annex A firmware
-  URL:=http://www.intel.com
   DEPENDS:=@TARGET_ipq40xx
 endef
 
diff --git a/package/firmware/lantiq/vrx518_aca_fw/Makefile b/package/firmware/lantiq/vrx518_aca_fw/Makefile
index 60fb5b76a6..c8305058b6 100644
--- a/package/firmware/lantiq/vrx518_aca_fw/Makefile
+++ b/package/firmware/lantiq/vrx518_aca_fw/Makefile
@@ -21,7 +21,6 @@ define Package/$(PKG_NAME)
   SECTION:=firmware
   CATEGORY:=Firmware
   TITLE:=VRX518 ACA firmware
-  URL:=http://www.intel.com
   DEPENDS:=@TARGET_ipq40xx
 endef
 
diff --git a/package/firmware/lantiq/vrx518_ppe_fw/Makefile b/package/firmware/lantiq/vrx518_ppe_fw/Makefile
index 90a6f73daa..506618e448 100644
--- a/package/firmware/lantiq/vrx518_ppe_fw/Makefile
+++ b/package/firmware/lantiq/vrx518_ppe_fw/Makefile
@@ -21,7 +21,6 @@ define Package/$(PKG_NAME)
   SECTION:=firmware
   CATEGORY:=Firmware
   TITLE:=VRX518 PPE firmware
-  URL:=http://www.intel.com
   DEPENDS:=@TARGET_ipq40xx
 endef
 




More information about the lede-commits mailing list