mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-14 22:52:09 +00:00
ltq-vdsl-app: rename to ltq-vdsl-vr9-app
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>
This commit is contained in:
parent
07536cff51
commit
33e2115fe4
@ -56,10 +56,10 @@ MAKE_FLAGS += \
|
|||||||
$(KERNEL_MAKE_FLAGS) \
|
$(KERNEL_MAKE_FLAGS) \
|
||||||
SHELL="$(BASH)"
|
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.
|
# conditionals.
|
||||||
# Define the conditionals here to have the same view on both sides. If you
|
# 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 = \
|
MEI_DRV_CFLAGS = \
|
||||||
-DMEI_DRV_ATM_PTM_INTERFACE_ENABLE=1 \
|
-DMEI_DRV_ATM_PTM_INTERFACE_ENABLE=1 \
|
||||||
-DMEI_SUPPORT_DEBUG_STREAMS=1 \
|
-DMEI_SUPPORT_DEBUG_STREAMS=1 \
|
||||||
|
@ -77,7 +77,7 @@ TARGET_CFLAGS += -I$(LINUX_DIR)/include
|
|||||||
|
|
||||||
define Build/Prepare
|
define Build/Prepare
|
||||||
$(call Build/Prepare/Default)
|
$(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
|
endef
|
||||||
|
|
||||||
define Package/ltq-adsl-app/install
|
define Package/ltq-adsl-app/install
|
||||||
|
@ -3,7 +3,7 @@ From: Mathias Kresin <dev@kresin.me>
|
|||||||
Date: Mon, 16 Oct 2017 21:08:26 +0200
|
Date: Mon, 16 Oct 2017 21:08:26 +0200
|
||||||
Subject: ltq-adsl-app: add more script notifications
|
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
|
unifies the dsl led blinking pattern accross all subtargets and allows
|
||||||
to get the current line status from the dsl led.
|
to get the current line status from the dsl led.
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
PKG_NAME:=ltq-vdsl-app
|
PKG_NAME:=ltq-vdsl-vr9-app
|
||||||
PKG_VERSION:=4.17.18.6
|
PKG_VERSION:=4.17.18.6
|
||||||
PKG_RELEASE:=$(AUTORELEASE)
|
PKG_RELEASE:=$(AUTORELEASE)
|
||||||
PKG_BASE_NAME:=dsl_cpe_control
|
PKG_BASE_NAME:=dsl_cpe_control
|
||||||
@ -24,7 +24,7 @@ PKG_FIXUP:=autoreconf
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/ltq-vdsl-app
|
define Package/ltq-vdsl-vr9-app
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=Lantiq VDSL userland tool
|
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
|
DEPENDS:=@TARGET_lantiq_xrx200 +libpthread +librt +ltq-dsl-base +libubox +libubus
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ltq-vdsl-app/description
|
define Package/ltq-vdsl-vr9-app/description
|
||||||
Userland tool needed to control Lantiq VDSL CPE
|
Userland tool needed to control Lantiq VDSL CPE
|
||||||
endef
|
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.
|
# conditionals.
|
||||||
#
|
#
|
||||||
# Define them here with the default values they would get in the MEI driver,
|
# Define them here with the default values they would get in the MEI driver,
|
||||||
# have the same view on both sides.
|
# 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 = \
|
VDSL_APP_CFLAGS = \
|
||||||
-DMAX_CLI_PIPES=1 \
|
-DMAX_CLI_PIPES=1 \
|
||||||
-DMEI_SUPPORT_DEBUG_STREAMS=1 \
|
-DMEI_SUPPORT_DEBUG_STREAMS=1 \
|
||||||
@ -69,7 +69,7 @@ CONFIGURE_ARGS += \
|
|||||||
#CONFIGURE_ARGS += --enable-model=typical
|
#CONFIGURE_ARGS += --enable-model=typical
|
||||||
#CONFIGURE_ARGS += --enable-model=debug
|
#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_DIR) $(1)/etc/init.d $(1)/sbin $(1)/etc/hotplug.d/dsl
|
||||||
$(INSTALL_BIN) ./files/dsl_control $(1)/etc/init.d/
|
$(INSTALL_BIN) ./files/dsl_control $(1)/etc/init.d/
|
||||||
$(INSTALL_BIN) ./files/10_atm.sh $(1)/etc/hotplug.d/dsl
|
$(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/
|
$(INSTALL_BIN) ./files/dsl_cpe_pipe.sh $(1)/sbin/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,ltq-vdsl-app))
|
$(eval $(call BuildPackage,ltq-vdsl-vr9-app))
|
@ -12,7 +12,7 @@ DEFAULT_PACKAGES+=kmod-leds-gpio \
|
|||||||
kmod-ltq-atm-vr9 \
|
kmod-ltq-atm-vr9 \
|
||||||
kmod-ltq-deu-vr9 \
|
kmod-ltq-deu-vr9 \
|
||||||
kmod-ltq-ptm-vr9 \
|
kmod-ltq-ptm-vr9 \
|
||||||
ltq-vdsl-app \
|
ltq-vdsl-vr9-app \
|
||||||
dsl-vrx200-firmware-xdsl-a \
|
dsl-vrx200-firmware-xdsl-a \
|
||||||
dsl-vrx200-firmware-xdsl-b-patch \
|
dsl-vrx200-firmware-xdsl-b-patch \
|
||||||
ppp-mod-pppoa
|
ppp-mod-pppoa
|
||||||
|
Loading…
x
Reference in New Issue
Block a user