diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-07-24 09:41:07 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-07-24 09:41:07 +0000 |
commit | b5e3f6cd81aaf6b2da28d96af3b4149d0a38988c (patch) | |
tree | 80ef33a6acc1d4df379b97da62ffbaa9573fcfa9 /target/linux/x86 | |
parent | 0f93db2de5955527ca020e779dd94988bda2bcfe (diff) | |
download | upstream-b5e3f6cd81aaf6b2da28d96af3b4149d0a38988c.tar.gz upstream-b5e3f6cd81aaf6b2da28d96af3b4149d0a38988c.tar.bz2 upstream-b5e3f6cd81aaf6b2da28d96af3b4149d0a38988c.zip |
x86: 2.6.39 requires additional symbol
Sysfs support for DMI BIOS was added in 2.6.39.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 27749
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86/config-default b/target/linux/x86/config-default index 1d20fd67f2..22f49e75fb 100644 --- a/target/linux/x86/config-default +++ b/target/linux/x86/config-default @@ -87,6 +87,7 @@ CONFIG_DEFAULT_IO_DELAY_TYPE=0 CONFIG_DEVPORT=y # CONFIG_DMAR is not set # CONFIG_DMI is not set +# CONFIG_DMI_SYSFS is not set CONFIG_DNOTIFY=y CONFIG_DOUBLEFAULT=y CONFIG_DUMMY_CONSOLE=y |