diff mbox

[OpenWrt-Devel,Kernel] Added missing symbols into 4.1.6 & 4.0.9 kernel default .config

Message ID CAD16z_FZJuTRan=KE+COfihQ=ZzKkQv+vfNWY3Bmm-JBQCQWuA@mail.gmail.com
State Accepted
Delegated to: Hauke Mehrtens
Headers show

Commit Message

Mirko Manganini Sept. 7, 2015, 4:49 p.m. UTC
From: Manganini Mirko <mmanganini at gmail dot com>

(First: This is my first email here, so I ask you excuse me if I've
done some syntax error)
As requested here(https://dev.openwrt.org/ticket/20432#comment:2) I've
tried to fix the missing symbols from the specified default kernel
config files.
I ran into this problem trying to build an image for x86_64 target
with a custom kernel configuration.
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.
Thank you very much in advance.



Signed-off-by: Manganini Mirko <mmanganini at gmail dot com>
---
diff mbox

Patch

Index: trunk/target/linux/generic/config-4.0
===================================================================
--- trunk/target/linux/generic/config-4.0	(revisione 46803)
+++ trunk/target/linux/generic/config-4.0	(copia locale)
@@ -1,4 +1,7 @@ 
 CONFIG_32BIT=y
+# CONFIG_ASUS_LAPTOP is not set
+# CONFIG_THINKPAD_ACPI is not set
+# CONFIG_TOPSTAR_LAPTOP is not set
 # CONFIG_6LOWPAN is not set
 # CONFIG_6PACK is not set
 # CONFIG_8139CP is not set
Index: trunk/target/linux/generic/config-4.1
===================================================================
--- trunk/target/linux/generic/config-4.1	(revisione 46803)
+++ trunk/target/linux/generic/config-4.1	(copia locale)
@@ -1,4 +1,8 @@ 
 CONFIG_32BIT=y
+# CONFIG_VIRTIO_INPUT is not set
+# CONFIG_ASUS_LAPTOP is not set
+# CONFIG_THINKPAD_ACPI is not set
+# CONFIG_TOPSTAR_LAPTOP is not set
 # CONFIG_6LOWPAN is not set
 # CONFIG_6PACK is not set
 # CONFIG_8139CP is not set