diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-14 03:31:43 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-14 03:31:43 +0000 |
commit | ea18cf815ce7a5012129d719b126bcea9cf37ddf (patch) | |
tree | 2cb42b7b39a3c0f6c0502de4e8fa2d922c7c144b /package/usbmount/Config.in | |
parent | 304aaeb181222d71a8ca9c08c43bdc68b9b6fb82 (diff) | |
download | buildroot-novena-ea18cf815ce7a5012129d719b126bcea9cf37ddf.tar.gz buildroot-novena-ea18cf815ce7a5012129d719b126bcea9cf37ddf.zip |
Add new package.
Diffstat (limited to 'package/usbmount/Config.in')
-rw-r--r-- | package/usbmount/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/usbmount/Config.in b/package/usbmount/Config.in new file mode 100644 index 000000000..a35cbc87f --- /dev/null +++ b/package/usbmount/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_USBMOUNT + bool "usbmount" + default n + help + The usbmount package automatically mounts USB mass storage devices + when they are plugged in, and unmounts them when they are removed. |