diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2015-09-11 19:02:53 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2015-09-11 19:02:53 +0000 |
commit | 87266498751c46cb624c932c30aa8ab590db1f29 (patch) | |
tree | b09a9dae22ed2d2af158a47dfed2a0dd08390303 | |
parent | a12337093bf44ed7ba4363633a3d33ba062dfc28 (diff) | |
download | master-187ad058-87266498751c46cb624c932c30aa8ab590db1f29.tar.gz master-187ad058-87266498751c46cb624c932c30aa8ab590db1f29.tar.bz2 master-187ad058-87266498751c46cb624c932c30aa8ab590db1f29.zip |
kernel: Added missing symbols into 4.1 & 4.0 kernel default .config
As requested here #20432 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.
Signed-off-by: Manganini Mirko <mmanganini@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46879 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic/config-4.0 | 3 | ||||
-rw-r--r-- | target/linux/generic/config-4.1 | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.0 b/target/linux/generic/config-4.0 index 4ea364cf56..b52408a5fe 100644 --- a/target/linux/generic/config-4.0 +++ b/target/linux/generic/config-4.0 @@ -259,6 +259,7 @@ CONFIG_ARPD=y # CONFIG_ARTHUR is not set # CONFIG_AS3935 is not set # CONFIG_ASM9260_TIMER is not set +# CONFIG_ASUS_LAPTOP is not set # CONFIG_ASUS_OLED is not set # CONFIG_ASYMMETRIC_KEY_TYPE is not set # CONFIG_ASYNC_RAID6_TEST is not set @@ -4000,6 +4001,7 @@ CONFIG_TEXTSEARCH=y # CONFIG_THERMAL is not set # CONFIG_THERMAL_GOV_BANG_BANG is not set # CONFIG_THERMAL_HWMON is not set +# CONFIG_THINKPAD_ACPI is not set # CONFIG_THRUSTMASTER_FF is not set # CONFIG_THUNDERBOLT is not set # CONFIG_TICK_CPU_ACCOUNTING is not set @@ -4027,6 +4029,7 @@ CONFIG_TINY_RCU=y CONFIG_TMPFS=y # CONFIG_TMPFS_POSIX_ACL is not set CONFIG_TMPFS_XATTR=y +# CONFIG_TOPSTAR_LAPTOP is not set # CONFIG_TORTURE_TEST is not set # CONFIG_TOSHIBA_HAPS is not set # CONFIG_TOUCHSCREEN_AD7877 is not set diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1 index c8fa2b9745..6d6baf2ef7 100644 --- a/target/linux/generic/config-4.1 +++ b/target/linux/generic/config-4.1 @@ -265,6 +265,7 @@ CONFIG_ARPD=y # CONFIG_ARTHUR is not set # CONFIG_AS3935 is not set # CONFIG_ASM9260_TIMER is not set +# CONFIG_ASUS_LAPTOP is not set # CONFIG_ASUS_OLED is not set # CONFIG_ASYMMETRIC_KEY_TYPE is not set # CONFIG_ASYNC_RAID6_TEST is not set @@ -4072,6 +4073,7 @@ CONFIG_TEXTSEARCH=y # CONFIG_THERMAL is not set # CONFIG_THERMAL_GOV_BANG_BANG is not set # CONFIG_THERMAL_HWMON is not set +# CONFIG_THINKPAD_ACPI is not set # CONFIG_THRUSTMASTER_FF is not set # CONFIG_THUNDERBOLT is not set # CONFIG_TICK_CPU_ACCOUNTING is not set @@ -4099,6 +4101,7 @@ CONFIG_TINY_RCU=y CONFIG_TMPFS=y # CONFIG_TMPFS_POSIX_ACL is not set CONFIG_TMPFS_XATTR=y +# CONFIG_TOPSTAR_LAPTOP is not set # CONFIG_TORTURE_TEST is not set # CONFIG_TOSHIBA_HAPS is not set # CONFIG_TOUCHSCREEN_AD7877 is not set @@ -4669,6 +4672,7 @@ CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y # CONFIG_VIDEO_ZORAN is not set # CONFIG_VIRQ_DEBUG is not set # CONFIG_VIRTIO_BALLOON is not set +# CONFIG_VIRTIO_INPUT is not set # CONFIG_VIRTIO_MMIO is not set # CONFIG_VIRTIO_PCI is not set # CONFIG_VIRTUALIZATION is not set |