diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-04-12 13:14:53 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-04-12 13:14:53 +0000 |
commit | adb6217471341f7093a29a8ab4245039efd8c6eb (patch) | |
tree | d2175de96656d8ea929cd410d2c022a15c35942f /target/linux/ar71xx/config-2.6.37 | |
parent | 5ffdddc75e4ac2f3d767be404f9950daa9475d92 (diff) | |
download | upstream-adb6217471341f7093a29a8ab4245039efd8c6eb.tar.gz upstream-adb6217471341f7093a29a8ab4245039efd8c6eb.tar.bz2 upstream-adb6217471341f7093a29a8ab4245039efd8c6eb.zip |
ar71xx: don't hardcode console parameters in kernel config
SVN-Revision: 26605
Diffstat (limited to 'target/linux/ar71xx/config-2.6.37')
-rw-r--r-- | target/linux/ar71xx/config-2.6.37 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/config-2.6.37 b/target/linux/ar71xx/config-2.6.37 index bbf76d564a..56d908f45b 100644 --- a/target/linux/ar71xx/config-2.6.37 +++ b/target/linux/ar71xx/config-2.6.37 @@ -66,7 +66,7 @@ CONFIG_ATHEROS_AR71XX=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CEVT_R4K=y CONFIG_CEVT_R4K_LIB=y -CONFIG_CMDLINE="rootfstype=squashfs,yaffs,jffs2 noinitrd console=ttyS0,115200" +CONFIG_CMDLINE="rootfstype=squashfs,yaffs,jffs2 noinitrd" CONFIG_CMDLINE_BOOL=y # CONFIG_CMDLINE_OVERRIDE is not set CONFIG_CPU_BIG_ENDIAN=y |