diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-09-24 13:58:23 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-09-24 13:58:23 +0000 |
commit | 2def3b5f01a4ea6584971fcfa05787b01329dbd2 (patch) | |
tree | ae488274e1b90584beb7b6057218a867e0661f44 | |
parent | 4a5ee15bde51c3818a75c0030d551cbfbbddc457 (diff) | |
download | upstream-2def3b5f01a4ea6584971fcfa05787b01329dbd2.tar.gz upstream-2def3b5f01a4ea6584971fcfa05787b01329dbd2.tar.bz2 upstream-2def3b5f01a4ea6584971fcfa05787b01329dbd2.zip |
add missing CONFIG_BLK_DEV_SL82C105 symbol for 2.6.23
SVN-Revision: 12684
-rw-r--r-- | target/linux/generic-2.6/config-2.6.23 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.23 b/target/linux/generic-2.6/config-2.6.23 index fc7b95c290..99ef377fee 100644 --- a/target/linux/generic-2.6/config-2.6.23 +++ b/target/linux/generic-2.6/config-2.6.23 @@ -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 |