Browse Source

fix coffee underflow error

Waldemar Brodkorb 10 years ago
parent
commit
5f7287e1a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/config/Config.in.kernel

+ 1 - 1
target/linux/config/Config.in.kernel

@@ -175,7 +175,7 @@ config ADK_KERNEL_MMU
 	default n if ADK_TARGET_UCLINUX
 	default n if ADK_TARGET_UCLINUX
 	default y
 	default y
 
 
-onfig ADK_TARGET_NO_CMDLINE
+config ADK_TARGET_NO_CMDLINE
 	bool "Do not builtin any kernel cmdline"
 	bool "Do not builtin any kernel cmdline"
 	help
 	help
 	  No kernel command line modifictaion is done.
 	  No kernel command line modifictaion is done.