[git commit] blkdiscard: Only build on Linux

Denys Vlasenko vda.linux at googlemail.com
Mon Oct 30 13:55:01 UTC 2017


commit: https://git.busybox.net/busybox/commit/?id=160d027c2110d16ad9fb541cd966f73d971c074f
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: James Clarke <jrtc27 at jrtc27.com>
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 util-linux/blkdiscard.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/util-linux/blkdiscard.c b/util-linux/blkdiscard.c
index 5863f0a..e4902e5 100644
--- a/util-linux/blkdiscard.c
+++ b/util-linux/blkdiscard.c
@@ -8,6 +8,7 @@
 //config:config BLKDISCARD
 //config:	bool "blkdiscard (5.3 kb)"
 //config:	default y
+//config:	select PLATFORM_LINUX
 //config:	help
 //config:	blkdiscard discards sectors on a given device.
 


More information about the busybox-cvs mailing list