From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Reutner-Fischer Date: Mon, 8 Jun 2009 17:20:24 +0200 Subject: [Buildroot] [PATCH 2/2] Add target support for MXC based devices In-Reply-To: <1244473080-8195-2-git-send-email-daniel@caiaq.de> References: <1244473080-8195-1-git-send-email-daniel@caiaq.de> <1244473080-8195-2-git-send-email-daniel@caiaq.de> Message-ID: <20090608152024.GA5158@mx.loc> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Mon, Jun 08, 2009 at 04:58:00PM +0200, Daniel Mack wrote: >Devices based on Freescale's MXC SoCs need some extra attention to start >the gettys from init. In particular, the /dev/ttymxc0 inode needs to be >created and added to inittab and securetty. I think it would be easier to just sed them out if it's not a device that has /dev/ttymxc and leave them in inittab and securetty otherwise.