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

Mirko Manganini mmanganini at gmail.com
Mon Sep 7 12:49:28 EDT 2015


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>
---
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.infradead.org/pipermail/openwrt-devel/attachments/20150907/cab03628/attachment.htm>
-------------- next part --------------
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list