projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fb27cc
)
ltq-vdsl-fw: fix ltq-vdsl-vr9-vectoring-fw-installer package install
author
Daniel Golle
<daniel@makrotopia.org>
Thu, 21 Jun 2018 10:00:12 +0000
(12:00 +0200)
committer
Daniel Golle
<daniel@makrotopia.org>
Thu, 21 Jun 2018 10:00:12 +0000
(12:00 +0200)
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>
package/kernel/lantiq/ltq-vdsl-fw/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/lantiq/ltq-vdsl-fw/Makefile
b/package/kernel/lantiq/ltq-vdsl-fw/Makefile
index 3760af4e539ca6e9a1119fc220b7ecf1182f431b..8186e657e747a19a71c73a5424baa2dc18019b15 100644
(file)
--- 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