kconfig: fix make oldconfig
[pandora-kernel.git] / scripts / kconfig / conf.c
index 010600e..274f271 100644 (file)
@@ -599,12 +599,12 @@ int main(int ac, char **av)
                break;
        case savedefconfig:
                break;
-       case oldconfig:
        case oldaskconfig:
                rootEntry = &rootmenu;
                conf(&rootmenu);
                input_mode = silentoldconfig;
                /* fall through */
+       case oldconfig:
        case listnewconfig:
        case oldnoconfig:
        case silentoldconfig: