diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-24 09:41:07 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-24 09:41:07 +0000 |
commit | 59f4d1091d2e895363ad6b5d2c5e9cd775b45f18 (patch) | |
tree | a104414e61ebb7351876470a68b754d18e8affbc | |
parent | 6e944703de85ba0c002015b978a72b9deb9f24d2 (diff) |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27749 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 1d20fd67f..22f49e75f 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 |