<div dir="ltr"><pre>From: Manganini Mirko <mmanganini at gmail dot com><br><br>(First: This is my first email here, so I ask you excuse me if I've done some syntax error)<br>As requested here(<a href="https://dev.openwrt.org/ticket/20432#comment:2" target="_blank">https://dev.openwrt.org/ticket/20432#comment:2</a>) I've tried to fix the missing symbols from the specified default kernel config files.<br>I ran into this problem trying to build an image for x86_64 target with a custom kernel configuration.<br>Even if the fix seem that it works, I would emphasize that I'm not a developer and this one is my first proposed patch here, so I kindly ask you to check the proposed changes.<span lang="en"><span></span></span><span lang="en"><span><br>Thank you very much in advance.<br></span></span></pre><pre><span lang="en"><span><br></span></span><br>Signed-off-by: Manganini Mirko <mmanganini at gmail dot com><br>---<br>Index: trunk/target/linux/generic/config-4.0<br>===================================================================<br>--- trunk/target/linux/generic/config-4.0      (revisione 46803)<br>+++ trunk/target/linux/generic/config-4.0    (copia locale)<br>@@ -1,4 +1,7 @@<br> CONFIG_32BIT=y<br>+# CONFIG_ASUS_LAPTOP is not set<br>+# CONFIG_THINKPAD_ACPI is not set<br>+# CONFIG_TOPSTAR_LAPTOP is not set<br> # CONFIG_6LOWPAN is not set<br> # CONFIG_6PACK is not set<br> # CONFIG_8139CP is not set<br>Index: trunk/target/linux/generic/config-4.1<br>===================================================================<br>--- trunk/target/linux/generic/config-4.1        (revisione 46803)<br>+++ trunk/target/linux/generic/config-4.1    (copia locale)<br>@@ -1,4 +1,8 @@<br> CONFIG_32BIT=y<br>+# CONFIG_VIRTIO_INPUT is not set<br>+# CONFIG_ASUS_LAPTOP is not set<br>+# CONFIG_THINKPAD_ACPI is not set<br>+# CONFIG_TOPSTAR_LAPTOP is not set<br> # CONFIG_6LOWPAN is not set<br> # CONFIG_6PACK is not set<br> # CONFIG_8139CP is not set<br></pre><pre><br></pre></div>