diff options
| author | Christophe Vu-Brugier <cvubrugier@fastmail.fm> | 2015-03-12 17:33:16 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-03 14:36:52 +0200 |
| commit | 4b47ab6cd45fe383c14cb3a2e5426c87477f14db (patch) | |
| tree | 15b3a42765d933694bddafbee079adaa0877c535 /package/drbd-utils/Config.in | |
| parent | 48a717343deabbf9aa8b09f0c2b6944bcb5a81d9 (diff) | |
| download | buildroot-4b47ab6cd45fe383c14cb3a2e5426c87477f14db.tar.gz buildroot-4b47ab6cd45fe383c14cb3a2e5426c87477f14db.zip | |
drbd-utils: new package
DRBD utilities to manage the DRBD kernel module.
[Thomas: remove largefile dependency.]
Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/drbd-utils/Config.in')
| -rw-r--r-- | package/drbd-utils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/drbd-utils/Config.in b/package/drbd-utils/Config.in new file mode 100644 index 0000000000..be6861988f --- /dev/null +++ b/package/drbd-utils/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_DRBD_UTILS + bool "drbd-utils" + depends on BR2_USE_MMU # needs fork() + help + DRBD utilities to manage the DRBD kernel module. + + http://oss.linbit.com/drbd/ |

