]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ltq-vdsl-app: rename to ltq-vdsl-vr9-app
authorAndre Heider <a.heider@gmail.com>
Tue, 23 Aug 2022 13:18:49 +0000 (15:18 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 17 Sep 2022 15:39:23 +0000 (17:39 +0200)
This matches the scheme used by other target packages and will avoid
confusion with any future version.

Signed-off-by: Andre Heider <a.heider@gmail.com>
15 files changed:
package/kernel/lantiq/ltq-vdsl-vr9-mei/Makefile
package/network/config/ltq-adsl-app/Makefile
package/network/config/ltq-adsl-app/patches/100-add-more-script-notifications.patch
package/network/config/ltq-vdsl-vr9-app/Makefile [moved from package/network/config/ltq-vdsl-app/Makefile with 86% similarity]
package/network/config/ltq-vdsl-vr9-app/files/10_atm.sh [moved from package/network/config/ltq-vdsl-app/files/10_atm.sh with 100% similarity]
package/network/config/ltq-vdsl-vr9-app/files/10_ptm.sh [moved from package/network/config/ltq-vdsl-app/files/10_ptm.sh with 100% similarity]
package/network/config/ltq-vdsl-vr9-app/files/dsl_control [moved from package/network/config/ltq-vdsl-app/files/dsl_control with 100% similarity]
package/network/config/ltq-vdsl-vr9-app/files/dsl_cpe_pipe.sh [moved from package/network/config/ltq-vdsl-app/files/dsl_cpe_pipe.sh with 100% similarity]
package/network/config/ltq-vdsl-vr9-app/patches/100-compat.patch [moved from package/network/config/ltq-vdsl-app/patches/100-compat.patch with 100% similarity]
package/network/config/ltq-vdsl-vr9-app/patches/101-musl.patch [moved from package/network/config/ltq-vdsl-app/patches/101-musl.patch with 100% similarity]
package/network/config/ltq-vdsl-vr9-app/patches/200-autoboot.patch [moved from package/network/config/ltq-vdsl-app/patches/200-autoboot.patch with 100% similarity]
package/network/config/ltq-vdsl-vr9-app/patches/201-sigterm.patch [moved from package/network/config/ltq-vdsl-app/patches/201-sigterm.patch with 100% similarity]
package/network/config/ltq-vdsl-vr9-app/patches/300-ubus.patch [moved from package/network/config/ltq-vdsl-app/patches/300-ubus.patch with 100% similarity]
package/network/config/ltq-vdsl-vr9-app/src/src/dsl_cpe_ubus.c [moved from package/network/config/ltq-vdsl-app/src/src/dsl_cpe_ubus.c with 100% similarity]
target/linux/lantiq/xrx200/target.mk

index 040c02f899cea057f9c779cf031835b8d43e2abb..e9c5a681fd0098a32e95ddaf0207fa848ca13f3d 100644 (file)
@@ -56,10 +56,10 @@ MAKE_FLAGS += \
        $(KERNEL_MAKE_FLAGS) \
        SHELL="$(BASH)"
 
-# ltq-vdsl-app uses a header provided by the MEI driver which has some
+# ltq-vdsl-vr9-app uses a header provided by the MEI driver which has some
 # conditionals.
 # Define the conditionals here to have the same view on both sides. If you
-# change them, you need to change them for the ltq-vdsl-app as well
+# change them, you need to change them for the ltq-vdsl-vr9-app as well
 MEI_DRV_CFLAGS = \
        -DMEI_DRV_ATM_PTM_INTERFACE_ENABLE=1 \
        -DMEI_SUPPORT_DEBUG_STREAMS=1 \
index 2e4792266c19d91977b740d232ba5ef4636e0f0d..3bc247dfb00291f27b7f128b4aed34b8f5c4f26b 100644 (file)
@@ -77,7 +77,7 @@ TARGET_CFLAGS += -I$(LINUX_DIR)/include
 
 define Build/Prepare
        $(call Build/Prepare/Default)
-       $(CP) ../ltq-vdsl-app/src/src/dsl_cpe_ubus.c $(PKG_BUILD_DIR)/src/
+       $(CP) ../ltq-vdsl-vr9-app/src/src/dsl_cpe_ubus.c $(PKG_BUILD_DIR)/src/
 endef
 
 define Package/ltq-adsl-app/install
index 9d611c1caff58142d4e6d10358a59c72dcf60fc4..875b7ecbf573622dc861ccfedef865184275514d 100644 (file)
@@ -3,7 +3,7 @@ From: Mathias Kresin <dev@kresin.me>
 Date: Mon, 16 Oct 2017 21:08:26 +0200
 Subject: ltq-adsl-app: add more script notifications
 
-Backport HANDSHAKE and TRAINING notification from ltq-vdsl-app. It
+Backport HANDSHAKE and TRAINING notification from ltq-vdsl-vr9-app. It
 unifies the dsl led blinking pattern accross all subtargets and allows
 to get the current line status from the dsl led.
 
similarity index 86%
rename from package/network/config/ltq-vdsl-app/Makefile
rename to package/network/config/ltq-vdsl-vr9-app/Makefile
index 8baf1e82633a4975372c8994be19cc88bea1d54e..c7991453c868f6b32a51646734c57aa16da213c2 100644 (file)
@@ -7,7 +7,7 @@
 include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/kernel.mk
 
-PKG_NAME:=ltq-vdsl-app
+PKG_NAME:=ltq-vdsl-vr9-app
 PKG_VERSION:=4.17.18.6
 PKG_RELEASE:=$(AUTORELEASE)
 PKG_BASE_NAME:=dsl_cpe_control
@@ -24,7 +24,7 @@ PKG_FIXUP:=autoreconf
 
 include $(INCLUDE_DIR)/package.mk
 
-define Package/ltq-vdsl-app
+define Package/ltq-vdsl-vr9-app
   SECTION:=net
   CATEGORY:=Network
   TITLE:=Lantiq VDSL userland tool
@@ -32,17 +32,17 @@ define Package/ltq-vdsl-app
   DEPENDS:=@TARGET_lantiq_xrx200 +libpthread +librt +ltq-dsl-base +libubox +libubus
 endef
 
-define Package/ltq-vdsl-app/description
+define Package/ltq-vdsl-vr9-app/description
   Userland tool needed to control Lantiq VDSL CPE
 endef
 
-# ltq-vdsl-app uses a header provided by the MEI driver which has some
+# ltq-vdsl-vr9-app uses a header provided by the MEI driver which has some
 # conditionals.
 #
 # Define them here with the default values they would get in the MEI driver,
 # have the same view on both sides.
 #
-# If you change them, you need to change them for the ltq-vdsl-app as well
+# If you change them, you need to change them for the ltq-vdsl-vr9-app as well
 VDSL_APP_CFLAGS = \
        -DMAX_CLI_PIPES=1 \
        -DMEI_SUPPORT_DEBUG_STREAMS=1 \
@@ -69,7 +69,7 @@ CONFIGURE_ARGS += \
 #CONFIGURE_ARGS += --enable-model=typical
 #CONFIGURE_ARGS += --enable-model=debug
 
-define Package/ltq-vdsl-app/install
+define Package/ltq-vdsl-vr9-app/install
        $(INSTALL_DIR) $(1)/etc/init.d $(1)/sbin $(1)/etc/hotplug.d/dsl
        $(INSTALL_BIN) ./files/dsl_control $(1)/etc/init.d/
        $(INSTALL_BIN) ./files/10_atm.sh $(1)/etc/hotplug.d/dsl
@@ -79,4 +79,4 @@ define Package/ltq-vdsl-app/install
        $(INSTALL_BIN) ./files/dsl_cpe_pipe.sh $(1)/sbin/
 endef
 
-$(eval $(call BuildPackage,ltq-vdsl-app))
+$(eval $(call BuildPackage,ltq-vdsl-vr9-app))
index 8813de8d0452780334bc5a02f77e2f70055a9807..0f119edd6fa50a986bc815ee86b7a81f1c72c895 100644 (file)
@@ -12,7 +12,7 @@ DEFAULT_PACKAGES+=kmod-leds-gpio \
        kmod-ltq-atm-vr9 \
        kmod-ltq-deu-vr9 \
        kmod-ltq-ptm-vr9 \
-       ltq-vdsl-app \
+       ltq-vdsl-vr9-app \
        dsl-vrx200-firmware-xdsl-a \
        dsl-vrx200-firmware-xdsl-b-patch \
        ppp-mod-pppoa