diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-10-25 21:26:46 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-10-25 21:26:46 +0000 |
commit | 4cfdd817025c8e4fe154a5441a0b2c27737acff2 (patch) | |
tree | 50fd6e7fcf9e1b756c7a9cbfeb2becce1c96665f | |
parent | 23398f18313b46f8bcd323dec84dfac6ece72adb (diff) | |
download | upstream-4cfdd817025c8e4fe154a5441a0b2c27737acff2.tar.gz upstream-4cfdd817025c8e4fe154a5441a0b2c27737acff2.tar.bz2 upstream-4cfdd817025c8e4fe154a5441a0b2c27737acff2.zip |
[kernel] add missing configuration symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18157 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic-2.6/config-2.6.30 | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.31 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.30 b/target/linux/generic-2.6/config-2.6.30 index deb4a4d26f..20af1c12c7 100644 --- a/target/linux/generic-2.6/config-2.6.30 +++ b/target/linux/generic-2.6/config-2.6.30 @@ -488,6 +488,7 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" # CONFIG_FAT_FS is not set # CONFIG_FB is not set # CONFIG_FB_3DFX is not set +# CONFIG_FB_ARC is not set # CONFIG_FB_ARK is not set # CONFIG_FB_ASILIANT is not set # CONFIG_FB_ATY is not set diff --git a/target/linux/generic-2.6/config-2.6.31 b/target/linux/generic-2.6/config-2.6.31 index 9ab4bfc8bf..f28c5b1113 100644 --- a/target/linux/generic-2.6/config-2.6.31 +++ b/target/linux/generic-2.6/config-2.6.31 @@ -511,6 +511,7 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" # CONFIG_FAT_FS is not set # CONFIG_FB is not set # CONFIG_FB_3DFX is not set +# CONFIG_FB_ARC is not set # CONFIG_FB_ARK is not set # CONFIG_FB_ASILIANT is not set # CONFIG_FB_ATY is not set |