diff options
author | Daniel Golle <daniel@makrotopia.org> | 2018-06-21 12:00:12 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2018-06-21 12:00:12 +0200 |
commit | a704a2c06f13ade699d24616322a1339c4321cb5 (patch) | |
tree | 2401766bf729dabeae57e1175eb046c98aa7fa1d /package/kernel/lantiq | |
parent | 4fb27cc9d896f8b73689d1c6a85ca3cff4a9582d (diff) | |
download | upstream-a704a2c06f13ade699d24616322a1339c4321cb5.tar.gz upstream-a704a2c06f13ade699d24616322a1339c4321cb5.tar.bz2 upstream-a704a2c06f13ade699d24616322a1339c4321cb5.zip |
ltq-vdsl-fw: fix ltq-vdsl-vr9-vectoring-fw-installer package install
The package is not being generated otherwise, which is fatal because
it is part of the subtargets default package set...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/kernel/lantiq')
-rw-r--r-- | package/kernel/lantiq/ltq-vdsl-fw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/lantiq/ltq-vdsl-fw/Makefile b/package/kernel/lantiq/ltq-vdsl-fw/Makefile index 3760af4e53..8186e657e7 100644 --- a/package/kernel/lantiq/ltq-vdsl-fw/Makefile +++ b/package/kernel/lantiq/ltq-vdsl-fw/Makefile @@ -34,7 +34,7 @@ define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) endef -define Package/ltq-vdsl-vr9-fw-installer/install +define Package/ltq-vdsl-vr9-vectoring-fw-installer/install $(INSTALL_DIR) $(1)/sbin $(CP) $(PKG_BUILD_DIR)/w921v_fw_cutter $(PKG_BUILD_DIR)/vdsl_fw_install.sh $(1)/sbin/ endef |