]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
lantiq: rename ltq-vdsl-mei folder to ltq-vdsl-vr9-mei
authorAndre Heider <a.heider@gmail.com>
Fri, 15 Jul 2022 12:30:29 +0000 (14:30 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 17 Sep 2022 15:39:23 +0000 (17:39 +0200)
Now PKG_NAME matches the folder name, and this will avoid confusion with
any future version.

Signed-off-by: Andre Heider <a.heider@gmail.com>
package/kernel/lantiq/ltq-vdsl-vr9-mei/Makefile [moved from package/kernel/lantiq/ltq-vdsl-mei/Makefile with 94% similarity]
package/kernel/lantiq/ltq-vdsl-vr9-mei/patches/001-fix-compile.patch [moved from package/kernel/lantiq/ltq-vdsl-mei/patches/001-fix-compile.patch with 100% similarity]
package/kernel/lantiq/ltq-vdsl-vr9-mei/patches/010-warnings.patch [moved from package/kernel/lantiq/ltq-vdsl-mei/patches/010-warnings.patch with 100% similarity]
package/kernel/lantiq/ltq-vdsl-vr9-mei/patches/020-not-leak-cflags.patch [moved from package/kernel/lantiq/ltq-vdsl-mei/patches/020-not-leak-cflags.patch with 100% similarity]
package/kernel/lantiq/ltq-vdsl-vr9-mei/patches/030-no-static-linking.patch [moved from package/kernel/lantiq/ltq-vdsl-mei/patches/030-no-static-linking.patch with 100% similarity]
package/kernel/lantiq/ltq-vdsl-vr9-mei/patches/100-compat.patch [moved from package/kernel/lantiq/ltq-vdsl-mei/patches/100-compat.patch with 100% similarity]
package/kernel/lantiq/ltq-vdsl-vr9-mei/patches/101_no-date-time.patch [moved from package/kernel/lantiq/ltq-vdsl-mei/patches/101_no-date-time.patch with 100% similarity]
package/kernel/lantiq/ltq-vdsl-vr9-mei/patches/110-reset-g_tx_link_rate-on-showtime-exit.patch [moved from package/kernel/lantiq/ltq-vdsl-mei/patches/110-reset-g_tx_link_rate-on-showtime-exit.patch with 100% similarity]
package/kernel/lantiq/ltq-vdsl-vr9-mei/patches/200-interrupt-lock.patch [moved from package/kernel/lantiq/ltq-vdsl-mei/patches/200-interrupt-lock.patch with 100% similarity]

similarity index 94%
rename from package/kernel/lantiq/ltq-vdsl-mei/Makefile
rename to package/kernel/lantiq/ltq-vdsl-vr9-mei/Makefile
index b7060eb2b48b111619c8d92d5a58f9bb6eec2e8c..040c02f899cea057f9c779cf031835b8d43e2abb 100644 (file)
@@ -39,7 +39,7 @@ define KernelPackage/ltq-vdsl-vr9-mei/description
 endef
 
 
-define Package/ltq-vdsl-mei-test
+define Package/ltq-vdsl-vr9-mei-test
   SECTION:=net
   CATEGORY:=Network
   TITLE:=Lantiq mei driver test tool
@@ -47,7 +47,7 @@ define Package/ltq-vdsl-mei-test
   DEPENDS:=@TARGET_lantiq_xrx200
 endef
 
-define Package/ltq-vdsl-mei-test/description
+define Package/ltq-vdsl-vr9-mei-test/description
        Userland tool to directly control the mei driver, this is only needed
        for test and development purposes.
 endef
@@ -91,9 +91,9 @@ endef
 
 $(eval $(call KernelPackage,ltq-vdsl-vr9-mei))
 
-define Package/ltq-vdsl-mei-test/install
+define Package/ltq-vdsl-vr9-mei-test/install
        $(INSTALL_DIR) $(1)/bin
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/mei_cpe_drv_test $(1)/bin
 endef
 
-$(eval $(call BuildPackage,ltq-vdsl-mei-test))
+$(eval $(call BuildPackage,ltq-vdsl-vr9-mei-test))