diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-08-06 01:36:14 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-08-06 01:36:14 +0000 |
commit | 662620419a635ad97c15e4b3a9ce0b6df4dea7d6 (patch) | |
tree | 1e9f71b7057229cfaecb726516e7286c459aa3d9 /target/linux/generic | |
parent | 947519fae024044ffb235befa5ee92fd6cbd7ecf (diff) | |
download | upstream-662620419a635ad97c15e4b3a9ce0b6df4dea7d6.tar.gz upstream-662620419a635ad97c15e4b3a9ce0b6df4dea7d6.tar.bz2 upstream-662620419a635ad97c15e4b3a9ce0b6df4dea7d6.zip |
fix order fail in previous commit
SVN-Revision: 22504
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-2.6.35 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-2.6.35 b/target/linux/generic/config-2.6.35 index 455f5b5ffc..52c2ddea85 100644 --- a/target/linux/generic/config-2.6.35 +++ b/target/linux/generic/config-2.6.35 @@ -874,7 +874,6 @@ CONFIG_IDE_MAX_HWIFS=4 # CONFIG_IDE_PHISON is not set CONFIG_IDE_PROC_FS=y # CONFIG_IDE_TASK_IOCTL is not set -# CONFIG_INTEL_IDLE is not set # CONFIG_IEEE1394_DV1394 is not set # CONFIG_IEEE1394_ETH1394 is not set # CONFIG_IEEE1394 is not set @@ -895,6 +894,7 @@ CONFIG_IDE_PROC_FS=y # CONFIG_IGB is not set # CONFIG_IGBVF is not set # CONFIG_IIO is not set +# CONFIG_INTEL_IDLE is not set # CONFIG_RAMZSWAP is not set # CONFIG_BATMAN_ADV is not set # CONFIG_IKCONFIG is not set |