commit | 3a5a84cdd1488bad118eeac72d09a60299bca744 | [log] [tgz] |
---|---|---|
author | Simon Kelley <simon@thekelleys.org.uk> | Wed Oct 31 21:30:13 2018 +0000 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Wed Oct 31 21:30:13 2018 +0000 |
tree | 32c993b4e80be64d9aed0a148beabeb1fd15af8d | |
parent | 24b87607c1353e94689e8a2190571ab3f3b36f31 [diff] |
Fix Makefile lines generating UBUS linker config. If arg2 of pkg-wrapper is "--copy", then arg1 is NOT the name of the package manager (--copy doesn't invoke it) it's a secondary config string that inhibts the copy if found. This patch allows that to be the empty string, for unconditional copy, and modifies the ubus linker config to use it. It worked by coincidence before, because there was no config string called "pkg-config".