diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-07-19 15:10:57 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-19 15:10:57 +0000 |
commit | 9de11cb504b6552a72c135a6d221fd24235884f4 (patch) | |
tree | 98ae0480b772ede5f633b686734a3a72c52e7461 /conf | |
parent | 01c623131aff75c317c40d4c3aaabcfb1e264d99 (diff) | |
parent | b992eedcc577867859d8ae2757a2a06f1b7b6460 (diff) |
merge of 71af6d6609e0de2507d7cd21adfb7e2c18454ef4
and fd2bac75affd95bc23ea64c23ecb07ebd31313e8
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/openslug.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index 4661d9186e..5efabd1cfc 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -33,6 +33,12 @@ EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000 -D ${OPENSLUG_DE OPENSLUG_EXTRA_DEPENDS ?= "e2fsprogs reiserfsprogs upslug-native lrzsz" +# CMDLINE* macros define the kernel command line. CMDLINE_DEBUG is provided +# to enable/disable debugging in the distro. Here noirqdebug is used to +# remove the messages about unhandled interrupts - people debugging interrupt +# issues in the kernel need to cancel this (set CMDLINE_DEBUG empty in local.conf) +CMDLINE_DEBUG = "noirqdebug" + # Filesystem support modules are listed in here for easy removal, # as is the lrzsz serial package and other kernel modules which are # not absolutely required for boot. |