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>
This commit is contained in:
parent
4fb27cc9d8
commit
a704a2c06f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue