diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-02 14:16:12 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-02 14:16:12 +0000 |
commit | e0e43655ce13466f126fdc334cfefbc4c6b622d5 (patch) | |
tree | 2eb0db983278ebf85174d9335f4aa8b0bbd2d873 /target | |
parent | 890f83dfb33a1158a6e29e706e72f6c89f777393 (diff) | |
download | upstream-e0e43655ce13466f126fdc334cfefbc4c6b622d5.tar.gz upstream-e0e43655ce13466f126fdc334cfefbc4c6b622d5.tar.bz2 upstream-e0e43655ce13466f126fdc334cfefbc4c6b622d5.zip |
ramips: fix serial console for Belkin F5D8235 v1/v2
Based on a patch from #12533.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34445
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 20df6e451b..585eeac3fe 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -247,7 +247,7 @@ mtdlayout_f5d8235=320k(u-boot)ro,1536k(kernel),6208k(rootfs),64k(nvram),64k(fact mtd_f5d8235_kernel_part_size=1572864 mtd_f5d8235_rootfs_part_size=6356992 define BuildFirmware/F5D8235 - $(call BuildFirmware/Generic,$(1),$(2),board=$(3) $(call mkmtd/phys,$(mtdlayout_f5d8235)),$(mtd_f5d8235_kernel_part_size),$(mtd_f5d8235_rootfs_part_size)) + $(call BuildFirmware/Generic,$(1),$(2),$(call mkcmdline,$(3),ttyS1,57600) $(call mkmtd/phys,$(mtdlayout_f5d8235)),$(mtd_f5d8235_kernel_part_size),$(mtd_f5d8235_rootfs_part_size)) endef define BuildFirmware/FONERA20N |