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
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
