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 | 0e8d65671662002afee5ae8a3b79e0521e448a3f (patch) | |
tree | 2fd04644677b5ef6809fda1bf30b7faa102cd2c4 | |
parent | f4aceedc24ce12b2c1c3d8765da982b84fd92fcc (diff) | |
download | upstream-0e8d65671662002afee5ae8a3b79e0521e448a3f.tar.gz upstream-0e8d65671662002afee5ae8a3b79e0521e448a3f.tar.bz2 upstream-0e8d65671662002afee5ae8a3b79e0521e448a3f.zip |
[kernel] fix order fail in previous commit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22504 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |