openwrtv4/target/linux
Felix Fietkau 018e84f58d arc770/axs101: fix console output
While bumping kernel version kernel command line was
unintentionally modified in attempt to make it closer
to upstream version.

In case of AXS that has not only serial port but HDMI/USB
both capable of being debug console we have 2 entries in
kernel's command line:
------------------->8-----------------
console=tty0 console=ttyS3,115200n8
------------------->8-----------------

But as it turned out OpenWRT uses procd as init instead of
Busybox. And in its turn procd gets the first "console"
entry from kernel command line (/proc/cmdline) and uses it
if default inittab is used:
------------------->8-----------------
...
::askconsole:/bin/ash --login
------------------->8-----------------

So what we got is non-functional serial console.
That change removes "console=tty0" which brings serial
console back to life.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Felix Fietkau <nbd@openwrt.org>
Cc: Jo-Philipp Wich <jow@openwrt.org>
Cc: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 48325
2016-01-18 17:51:54 +00:00
..
adm5120 adm5120: disable the openwrt commandline hack 2015-08-30 12:17:54 +00:00
adm8668 build: Prevent more gzip timestamps 2015-07-14 09:57:45 +00:00
ar7 all: drop old uci-defaults.sh 2015-12-11 15:26:06 +00:00
ar71xx ar71xx/lzma-loader: fix O32 ABI conformance 2016-01-17 15:29:03 +00:00
arc770 arc770/axs101: fix console output 2016-01-18 17:51:54 +00:00
arm64 kernel: disable bogus DEVTMPFS config overrides 2016-01-17 10:40:36 +00:00
at91 all: drop old uci-defaults.sh 2015-12-11 15:26:06 +00:00
ath25 all: drop old uci-defaults.sh 2015-12-11 15:26:06 +00:00
au1000 image: fix jffs2(_nand) image generation 2015-08-05 13:55:52 +00:00
bcm53xx kernel/4.3: update to version 4.3.3 2016-01-12 20:52:19 +00:00
brcm47xx kernel/4.1: update to version 4.1.15 2016-01-12 20:51:34 +00:00
brcm63xx brcm63xx: add support for Huawei HG622 2016-01-18 10:47:23 +00:00
brcm2708 brcm2708: fix RPi model B plus support 2016-01-18 12:42:03 +00:00
cns3xxx kernel/3.18: update to version 3.18.25 2016-01-12 20:53:04 +00:00
gemini kernel: refresh patches for 4.1 2015-07-22 12:51:11 +00:00
generic kernel: fix a build regression in the ld-version script fix 2016-01-18 17:40:40 +00:00
imx6 imx6: drop 4.1 support 2016-01-18 06:43:50 +00:00
ipq806x ipq806x: fix sysupgrade for AP148 2016-01-18 10:46:58 +00:00
ixp4xx kernel: update kernel 4.1 to version 4.1.11 2015-10-25 17:32:01 +00:00
kirkwood targets: add kernel image dependencies on device tree files 2016-01-06 18:39:06 +00:00
lantiq lantiq: drop linux 4.1 support 2016-01-18 15:54:23 +00:00
malta malta: fix generating network configuration 2016-01-03 11:36:26 +00:00
mcs814x all: drop old uci-defaults.sh 2015-12-11 15:26:06 +00:00
mediatek kernel/4.1: update to version 4.1.15 2016-01-12 20:51:34 +00:00
mpc85xx mpc85xx: update to linux 4.4, remove unnecessary patches 2016-01-17 21:05:19 +00:00
mvebu kernel: refresh patches for kernel 4.4 2016-01-12 20:50:41 +00:00
mxs all: drop old uci-defaults.sh 2015-12-11 15:26:06 +00:00
netlogic all: drop old uci-defaults.sh 2015-12-11 15:26:06 +00:00
octeon kernel/4.3: update to version 4.3.3 2016-01-12 20:52:19 +00:00
omap kernel: disable bogus DEVTMPFS config overrides 2016-01-17 10:40:36 +00:00
omap24xx omap24xx: Append dtb to the zImage 2015-10-09 07:46:12 +00:00
orion all: drop old uci-defaults.sh 2015-12-11 15:26:06 +00:00
oxnas all: drop old uci-defaults.sh 2015-12-11 15:26:06 +00:00
ppc40x ppc40x: upgrade to 3.18 2015-04-12 20:48:13 +00:00
ppc44x image: fix jffs2(_nand) image generation 2015-08-05 13:55:52 +00:00
ramips ramips: delete the broken sound driver 2016-01-18 13:40:15 +00:00
rb532 rb532: switch to 4.1 2015-12-23 14:43:11 +00:00
realview all: drop old uci-defaults.sh 2015-12-11 15:26:06 +00:00
sunxi kernel: refresh patches for kernel 4.4 2016-01-12 20:50:41 +00:00
uml uml: update to linux 4.4 2016-01-17 10:41:52 +00:00
x86 kernel: refresh patches for kernel 4.4 2016-01-12 20:50:41 +00:00
xburst kernel: update kernel 3.18 to version 3.18.23 2015-11-01 13:45:57 +00:00
Makefile