diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-03-02 01:39:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-03-02 01:39:14 +0000 |
commit | 0373c4a3521623a89f2a773c5b45ac769f8397ec (patch) | |
tree | a985e3c205fecce41211d90117e311b8f0be3ca4 | |
parent | d2c8e9104d4358641a5548b17a2c6b759ef4298b (diff) | |
download | upstream-0373c4a3521623a89f2a773c5b45ac769f8397ec.tar.gz upstream-0373c4a3521623a89f2a773c5b45ac769f8397ec.tar.bz2 upstream-0373c4a3521623a89f2a773c5b45ac769f8397ec.zip |
use /etc/preinit on atheros-2.6
SVN-Revision: 6452
-rw-r--r-- | target/linux/atheros-2.6/files/arch/mips/atheros/prom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros-2.6/files/arch/mips/atheros/prom.c b/target/linux/atheros-2.6/files/arch/mips/atheros/prom.c index 5a4ee63b2c..45f4db9e12 100644 --- a/target/linux/atheros-2.6/files/arch/mips/atheros/prom.c +++ b/target/linux/atheros-2.6/files/arch/mips/atheros/prom.c @@ -34,7 +34,7 @@ void __init prom_init(void) DO_AR5312(ar5312_prom_init();) DO_AR5315(ar5315_prom_init();) - strcpy(arcs_cmdline, "console=ttyS0,9600 rootfstype=squashfs,jffs2"); + strcpy(arcs_cmdline, "console=ttyS0,9600 rootfstype=squashfs,jffs2 init=/etc/preinit"); } void __init prom_free_prom_memory(void) |