diff options
| author | Yanase Yuki | 2025-12-25 04:09:46 +0000 |
|---|---|---|
| committer | Robert Marko | 2026-01-02 17:07:02 +0000 |
| commit | 69e33d2c3f7249cf10a24b5efa535ddbff1bac9f (patch) | |
| tree | 0f94be3bee52c9a7ff4319d1ff940583d6ca669e | |
| parent | ef6d7ba43fbc8a6121a711ded1ecb5be8f43177f (diff) | |
| download | openwrt-69e33d2c3f7249cf10a24b5efa535ddbff1bac9f.tar.gz | |
lantiq: remove intel.com from URL
Intel doesn't have lantiq anymore.
Signed-off-by: Yanase Yuki <dev@zpc.st>
Link: https://github.com/openwrt/openwrt/pull/21279
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | package/firmware/lantiq/dsl_vr11_firmware_xdsl/Makefile | 1 | ||||
| -rw-r--r-- | package/firmware/lantiq/vrx518_aca_fw/Makefile | 1 | ||||
| -rw-r--r-- | package/firmware/lantiq/vrx518_ppe_fw/Makefile | 1 |
3 files changed, 0 insertions, 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 |