[openwrt/openwrt] lantiq: rename ltq-vdsl folder to ltq-vdsl-vr9

LEDE Commits lede-commits at lists.infradead.org
Sat Sep 17 08:53:44 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/07536cff513f38ea167c3b1d870d27f1d71a292d

commit 07536cff513f38ea167c3b1d870d27f1d71a292d
Author: Andre Heider <a.heider at gmail.com>
AuthorDate: Fri Jul 15 14:32:59 2022 +0200

    lantiq: rename ltq-vdsl folder to ltq-vdsl-vr9
    
    Now PKG_NAME matches the folder name, and this will avoid confusion with
    any future version.
    
    Signed-off-by: Andre Heider <a.heider at gmail.com>
---
 package/kernel/lantiq/{ltq-vdsl => ltq-vdsl-vr9}/Makefile               | 0
 .../lantiq/{ltq-vdsl => ltq-vdsl-vr9}/patches/001-fix-compile.patch     | 0
 .../lantiq/{ltq-vdsl => ltq-vdsl-vr9}/patches/020-not-leak-cflags.patch | 0
 .../kernel/lantiq/{ltq-vdsl => ltq-vdsl-vr9}/patches/100-compat.patch   | 0
 .../lantiq/{ltq-vdsl => ltq-vdsl-vr9}/patches/110-semaphore-lock.patch  | 0
 .../{ltq-vdsl => ltq-vdsl-vr9}/patches/200-fix-elapsed-time.patch       | 0
 package/network/config/ltq-vdsl-app/Makefile                            | 2 +-
 7 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/lantiq/ltq-vdsl/Makefile b/package/kernel/lantiq/ltq-vdsl-vr9/Makefile
similarity index 100%
rename from package/kernel/lantiq/ltq-vdsl/Makefile
rename to package/kernel/lantiq/ltq-vdsl-vr9/Makefile
diff --git a/package/kernel/lantiq/ltq-vdsl/patches/001-fix-compile.patch b/package/kernel/lantiq/ltq-vdsl-vr9/patches/001-fix-compile.patch
similarity index 100%
rename from package/kernel/lantiq/ltq-vdsl/patches/001-fix-compile.patch
rename to package/kernel/lantiq/ltq-vdsl-vr9/patches/001-fix-compile.patch
diff --git a/package/kernel/lantiq/ltq-vdsl/patches/020-not-leak-cflags.patch b/package/kernel/lantiq/ltq-vdsl-vr9/patches/020-not-leak-cflags.patch
similarity index 100%
rename from package/kernel/lantiq/ltq-vdsl/patches/020-not-leak-cflags.patch
rename to package/kernel/lantiq/ltq-vdsl-vr9/patches/020-not-leak-cflags.patch
diff --git a/package/kernel/lantiq/ltq-vdsl/patches/100-compat.patch b/package/kernel/lantiq/ltq-vdsl-vr9/patches/100-compat.patch
similarity index 100%
rename from package/kernel/lantiq/ltq-vdsl/patches/100-compat.patch
rename to package/kernel/lantiq/ltq-vdsl-vr9/patches/100-compat.patch
diff --git a/package/kernel/lantiq/ltq-vdsl/patches/110-semaphore-lock.patch b/package/kernel/lantiq/ltq-vdsl-vr9/patches/110-semaphore-lock.patch
similarity index 100%
rename from package/kernel/lantiq/ltq-vdsl/patches/110-semaphore-lock.patch
rename to package/kernel/lantiq/ltq-vdsl-vr9/patches/110-semaphore-lock.patch
diff --git a/package/kernel/lantiq/ltq-vdsl/patches/200-fix-elapsed-time.patch b/package/kernel/lantiq/ltq-vdsl-vr9/patches/200-fix-elapsed-time.patch
similarity index 100%
rename from package/kernel/lantiq/ltq-vdsl/patches/200-fix-elapsed-time.patch
rename to package/kernel/lantiq/ltq-vdsl-vr9/patches/200-fix-elapsed-time.patch
diff --git a/package/network/config/ltq-vdsl-app/Makefile b/package/network/config/ltq-vdsl-app/Makefile
index 0051f39b31..8baf1e8263 100644
--- a/package/network/config/ltq-vdsl-app/Makefile
+++ b/package/network/config/ltq-vdsl-app/Makefile
@@ -17,7 +17,7 @@ PKG_HASH:=da8bb929526a61aea0e153ef524331fcd472a1ebbc6d88ca017735a4f82ece02
 PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_BASE_NAME)-$(PKG_VERSION)
 PKG_LICENSE:=BSD-2-Clause
 
-PKG_BUILD_DEPENDS:=ltq-vdsl
+PKG_BUILD_DEPENDS:=ltq-vdsl-vr9
 
 PKG_FLAGS:=nonshared
 PKG_FIXUP:=autoreconf




More information about the lede-commits mailing list