diff options
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/beep.c | 1 | ||||
-rw-r--r-- | miscutils/less.c | 2 | ||||
-rw-r--r-- | miscutils/nandwrite.c | 1 | ||||
-rw-r--r-- | miscutils/raidautorun.c | 1 | ||||
-rw-r--r-- | miscutils/rfkill.c | 13 | ||||
-rw-r--r-- | miscutils/setserial.c | 1 | ||||
-rw-r--r-- | miscutils/ubi_tools.c | 1 |
7 files changed, 6 insertions, 14 deletions
diff --git a/miscutils/beep.c b/miscutils/beep.c index b9b62f79b..0c8a8225e 100644 --- a/miscutils/beep.c +++ b/miscutils/beep.c @@ -5,7 +5,6 @@ * Copyright (C) 2009 Bernhard Reutner-Fischer * * Licensed under GPLv2 or later, see file LICENSE in this source tree. - * */ //config:config BEEP //config: bool "beep (3 kb)" diff --git a/miscutils/less.c b/miscutils/less.c index c6c158a51..82092f600 100644 --- a/miscutils/less.c +++ b/miscutils/less.c @@ -6,7 +6,6 @@ * * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ - /* * TODO: * - Add more regular expression support - search modifiers, certain matches, etc. @@ -20,7 +19,6 @@ * - the inp file pointer is used so that keyboard input works after * redirected input has been read from stdin */ - //config:config LESS //config: bool "less (15 kb)" //config: default y diff --git a/miscutils/nandwrite.c b/miscutils/nandwrite.c index 80a005821..72f028ed3 100644 --- a/miscutils/nandwrite.c +++ b/miscutils/nandwrite.c @@ -7,7 +7,6 @@ * * TODO: add support for large (>4GB) MTD devices */ - //config:config NANDWRITE //config: bool "nandwrite (5.9 kb)" //config: default y diff --git a/miscutils/raidautorun.c b/miscutils/raidautorun.c index caf6e0821..d315c2734 100644 --- a/miscutils/raidautorun.c +++ b/miscutils/raidautorun.c @@ -5,7 +5,6 @@ * Copyright (C) 2006 Bernhard Reutner-Fischer * * Licensed under GPLv2 or later, see file LICENSE in this source tree. - * */ //config:config RAIDAUTORUN //config: bool "raidautorun (1.4 kb)" diff --git a/miscutils/rfkill.c b/miscutils/rfkill.c index 546928402..ae38c182d 100644 --- a/miscutils/rfkill.c +++ b/miscutils/rfkill.c @@ -1,12 +1,11 @@ /* vi: set sw=4 ts=4: */ /* -* rfkill implementation for busybox -* -* Copyright (C) 2010 Malek Degachi <malek-degachi@laposte.net> -* -* Licensed under GPLv2 or later, see file LICENSE in this source tree. -*/ - + * rfkill implementation for busybox + * + * Copyright (C) 2010 Malek Degachi <malek-degachi@laposte.net> + * + * Licensed under GPLv2 or later, see file LICENSE in this source tree. + */ //config:config RFKILL //config: bool "rfkill (5.3 kb)" //config: default n # doesn't build on Ubuntu 9.04 diff --git a/miscutils/setserial.c b/miscutils/setserial.c index f217c3beb..fd88ed106 100644 --- a/miscutils/setserial.c +++ b/miscutils/setserial.c @@ -7,7 +7,6 @@ * * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ - //config:config SETSERIAL //config: bool "setserial (6.6 kb)" //config: default y diff --git a/miscutils/ubi_tools.c b/miscutils/ubi_tools.c index d142d1144..1ef8fd90e 100644 --- a/miscutils/ubi_tools.c +++ b/miscutils/ubi_tools.c @@ -2,7 +2,6 @@ * * Licensed under GPLv2, see file LICENSE in this source tree. */ - //config:config UBIATTACH //config: bool "ubiattach (4.7 kb)" //config: default y |