mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] filetype command support
@ 2012-10-30 14:46 Sascha Hauer
  2012-10-30 14:46 ` [PATCH 1/2] filetype: add shortnames Sascha Hauer
  2012-10-30 14:46 ` [PATCH 2/2] add filetype command support Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Sascha Hauer @ 2012-10-30 14:46 UTC (permalink / raw)
  To: barebox

The file detection mechanism has proven to be useful, so add a command
for it. Based on an earlier version from Jean-Crhistophe

Sascha

----------------------------------------------------------------
Sascha Hauer (2):
      filetype: add shortnames
      add filetype command support

 commands/Kconfig    |    5 +++
 commands/Makefile   |    1 +
 commands/filetype.c |   97 +++++++++++++++++++++++++++++++++++++++++++++++++++
 common/filetype.c   |   51 +++++++++++++++++----------
 include/filetype.h  |    2 ++
 5 files changed, 137 insertions(+), 19 deletions(-)
 create mode 100644 commands/filetype.c

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-10-30 14:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-30 14:46 [PATCH] filetype command support Sascha Hauer
2012-10-30 14:46 ` [PATCH 1/2] filetype: add shortnames Sascha Hauer
2012-10-30 14:46 ` [PATCH 2/2] add filetype command support Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox