Letux 400 Kernel 2.6.24.3

Letux 400 Kernel 2.6.24.3 Commit Details

Date:2010-09-07 15:23:19 (1 year 8 months ago)
Author:Nikolaus Schaller
Branch:master
Commit:b635c0925e100f4eb2124f49341e8322ee1109b6
Parents: 874c29e4cc7da18308a3166c1e9542ac725a09ce
Message:allows to override file system by boot modifiers; force jffs2 for F3 (not tested); improved platform/board initialization

Changes:
Minit/do_mounts.c (1 diff)

File differences

init/do_mounts.c
440440
441441
442442
443
444
443
444
445
445446
446447
447448
#if CONFIG_JZ4730_MINIPC
{
extern void overwrite_root_name(char *root_name);
overwrite_root_name(saved_root_name);
// give board specific driver a chance to overwrite if special keys are pressed
extern void overwrite_root_name(char *root_name, char **root_fs_names);
overwrite_root_name(saved_root_name, &root_fs_names);
}
#endif

Archive Download the corresponding diff file

Branches

Tags