diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-04-15 02:28:01 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-04-15 02:28:01 +0000 |
commit | db105349a76d86abc7b2e1004907c6b8f6945174 (patch) | |
tree | 383635ee6d924edaa6990bf63f675bf96ffdcf27 /target/linux/generic-2.6 | |
parent | 4407857ade7229fb203e967b919a388fad4c0cda (diff) | |
download | upstream-db105349a76d86abc7b2e1004907c6b8f6945174.tar.gz upstream-db105349a76d86abc7b2e1004907c6b8f6945174.tar.bz2 upstream-db105349a76d86abc7b2e1004907c6b8f6945174.zip |
add missing symbols to 2.6.24 generic config, preventing proper kernel configuration when certain kernel packages were selected
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10841 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.24 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.24 b/target/linux/generic-2.6/config-2.6.24 index 1a92ff9f6c..0e63b1bd1a 100644 --- a/target/linux/generic-2.6/config-2.6.24 +++ b/target/linux/generic-2.6/config-2.6.24 @@ -126,6 +126,7 @@ CONFIG_BLK_DEV_NBD=m CONFIG_BLK_DEV_SD=m # CONFIG_BLK_DEV_SIIMAGE is not set # CONFIG_BLK_DEV_SIS5513 is not set +# CONFIG_BLK_DEV_SL82C105 is not set # CONFIG_BLK_DEV_SLC90E66 is not set # CONFIG_BLK_DEV_SR is not set # CONFIG_BLK_DEV_SVWKS is not set @@ -414,6 +415,8 @@ CONFIG_HZ_100=y # CONFIG_I2C_GPIO is not set # CONFIG_I2C_I801 is not set # CONFIG_I2C_I810 is not set +# CONFIG_I2C_IBM_IIC is not set +# CONFIG_I2C_MPC is not set # CONFIG_I2C_NFORCE2 is not set # CONFIG_I2C_OCORES is not set # CONFIG_I2C_PARPORT_LIGHT is not set @@ -999,6 +1002,7 @@ CONFIG_PARTITION_ADVANCED=y # CONFIG_PATA_MPIIX is not set # CONFIG_PATA_NETCELL is not set # CONFIG_PATA_NS87410 is not set +# CONFIG_PATA_NS87415 is not set # CONFIG_PATA_OLDPIIX is not set # CONFIG_PATA_OPTI is not set # CONFIG_PATA_OPTIDMA is not set @@ -1211,6 +1215,7 @@ CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_SENSORS_ADM1029 is not set # CONFIG_SENSORS_ADM1031 is not set # CONFIG_SENSORS_ADM9240 is not set +# CONFIG_SENSORS_ADT7470 is not set # CONFIG_SENSORS_APPLESMC is not set # CONFIG_SENSORS_ASB100 is not set # CONFIG_SENSORS_ATXP1 is not set @@ -1221,11 +1226,14 @@ CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_SENSORS_DS1621 is not set # CONFIG_SENSORS_EEPROM is not set # CONFIG_SENSORS_F71805F is not set +# CONFIG_SENSORS_F71882FG is not set +# CONFIG_SENSORS_F75375S is not set # CONFIG_SENSORS_FSCHER is not set # CONFIG_SENSORS_FSCPOS is not set # CONFIG_SENSORS_GL518SM is not set # CONFIG_SENSORS_GL520SM is not set # CONFIG_SENSORS_HDAPS is not set +# CONFIG_SENSORS_I5K_AMB is not set # CONFIG_SENSORS_IT87 is not set # CONFIG_SENSORS_K8TEMP is not set # CONFIG_SENSORS_LM63 is not set @@ -1240,6 +1248,7 @@ CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_SENSORS_LM90 is not set # CONFIG_SENSORS_LM92 is not set # CONFIG_SENSORS_LM93 is not set +# CONFIG_SENSORS_M41T00 is not set # CONFIG_SENSORS_MAX1619 is not set # CONFIG_SENSORS_MAX6650 is not set # CONFIG_SENSORS_MAX6875 is not set @@ -1318,6 +1327,7 @@ CONFIG_SND=m # CONFIG_SND_CS4236 is not set # CONFIG_SND_CS4281 is not set # CONFIG_SND_CS46XX is not set +# CONFIG_SND_CS5530 is not set # CONFIG_SND_CS5535AUDIO is not set # CONFIG_SND_DARLA20 is not set # CONFIG_SND_DARLA24 is not set |