diff -r f46a1d105896 -r 893b394644d2 scripts/build/kernel/linux.sh
--- a/scripts/build/kernel/linux.sh	Sun Sep 23 11:59:28 2012 +0900
+++ b/scripts/build/kernel/linux.sh	Tue Sep 25 14:25:02 2012 +0200
@@ -6,12 +6,7 @@
     if [ "${CT_ARCH_USE_MMU}" = "y" ]; then
         CT_TARGET_KERNEL="linux"
     else
-    # Sometime, noMMU linux targets have a -uclinux tuple, while
-    # sometime it's -linux. We currently have only one noMMU linux
-    # target, and it uses -linux, so let's just use that. Time
-    # to fix that later...
-    #    CT_TARGET_KERNEL="uclinux"
-        CT_TARGET_KERNEL="linux"
+        CT_TARGET_KERNEL="uclinux"
     fi
 }
 
