<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<pre>
</pre>
<div class="moz-cite-prefix">
<pre>On 5/9/19 7:28 PM, Tomasz Maciej Nowak wrote:</pre>
</div>
<blockquote type="cite"
cite="mid:458ea6ef-3031-d2c9-34b8-c06c80e57158@o2.pl">
<pre class="moz-quote-pre" wrap="">Hi Jeff,
W dniu 09.05.2019 o 18:25, Jeff Kletsky pisze:
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">On 5/9/19 12:04 PM, Petr Štetiar wrote:
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">Jeff Kletsky <a class="moz-txt-link-rfc2396E" href="mailto:lede@allycomm.com"><lede@allycomm.com></a> [2019-05-09 11:23:18]:
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">I reconfirmed that
openwrt/target/linux/ath79$ cp generic/config-default nand/config-default
openwrt$ cat /dev/null > .config
openwrt$ make menuconfig
has the same behavior -- the nand target does not set PCI_SUPPORT
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">it works here(tm):
CONFIG_TARGET_ath79=y
CONFIG_TARGET_ath79_nand=y
CONFIG_TARGET_ath79_nand_DEVICE_glinet_gl-ar300m-nand=y
CONFIG_ATH10K-CT_LEDS=y
CONFIG_DRIVER_11AC_SUPPORT=y
CONFIG_PACKAGE_kmod-ath10k-ct=y
CONFIG_PACKAGE_kmod-hwmon-core=y
-- ynezz
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">
What I'm seeing is that ath10k gets stripped out for nand,
but not for nor. I ran "virgin" tests with the scripts below,
with the same config-default in both generic/ and nand/.
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">
I did run Your script for nand and this is the output (removed feeds to speed-up):
[tomek@vaio-vpcz1 openwrt]$ ./test.sh
Cloning into 'openwrt-nand-test'...
[...]
# CONFIG_PACKAGE_ath10k-firmware-qca99x0-ct is not set
# CONFIG_PACKAGE_ath10k-firmware-qca99x0-ct-htt is not set
# CONFIG_PACKAGE_kmod-ath10k is not set
CONFIG_PACKAGE_kmod-ath10k-ct=y
So it appears to work.
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">[...]
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">
When adding changes to target/subtarget config sometimes It's necessary to remove
$(TOPDIR)/tmp to see changes, maybe that's the issue You were hitting?
Regards
</pre>
<pre>--
TMN
</pre>
</blockquote>
<pre>
</pre>
<pre>Removing $(TOPDIR)/tmp did resolve the issue, thanks!
Still somewhat puzzling, but enough to let me proceed here
and come back to see if I can improve the dependencies another day.
The time of all involved is greatly appreciated.
Jeff
</pre>
</body>
</html>