diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-04-21 12:30:30 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-04-21 12:30:30 +0000 |
commit | 6c0382c4961356b5a4542adfe756c4cfea4d1f1d (patch) | |
tree | 8f0b0d95d6fa85d77c4dabfb03906b1593368711 /target/linux/ramips/rt305x/config-3.2 | |
parent | 7d694e70f07ec4b9ffdc4791f65d1d016adf9f41 (diff) | |
download | upstream-6c0382c4961356b5a4542adfe756c4cfea4d1f1d.tar.gz upstream-6c0382c4961356b5a4542adfe756c4cfea4d1f1d.tar.bz2 upstream-6c0382c4961356b5a4542adfe756c4cfea4d1f1d.zip |
ramips: remove hardcoded console parameter from kernel configs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31395 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/rt305x/config-3.2')
-rw-r--r-- | target/linux/ramips/rt305x/config-3.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/rt305x/config-3.2 b/target/linux/ramips/rt305x/config-3.2 index 993cc5acdd..c814638539 100644 --- a/target/linux/ramips/rt305x/config-3.2 +++ b/target/linux/ramips/rt305x/config-3.2 @@ -12,7 +12,7 @@ CONFIG_BCMA_POSSIBLE=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CEVT_R4K=y CONFIG_CEVT_R4K_LIB=y -CONFIG_CMDLINE="console=ttyS1,57600 rootfstype=squashfs,jffs2" +CONFIG_CMDLINE="rootfstype=squashfs,jffs2" CONFIG_CMDLINE_BOOL=y # CONFIG_CMDLINE_OVERRIDE is not set CONFIG_CPU_HAS_PREFETCH=y |