From 0135149cc3683f43adf2e016a4196800d6351a83 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Sun, 8 Dec 2013 13:18:01 +0100
Subject: [PATCH] base-system-busybox: also provides diffutils.

---
 srcpkgs/base-system-busybox/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/base-system-busybox/template b/srcpkgs/base-system-busybox/template
index e50c5ecbbf7..61d76545605 100644
--- a/srcpkgs/base-system-busybox/template
+++ b/srcpkgs/base-system-busybox/template
@@ -33,8 +33,8 @@ base-system-busybox_package() {
 	# Keep this list updated with ${FILESDIR}/dotconfig.
 	#
 	# XXX bzip2 provides libbz2, split it into libbz2 pkg.
-	FEATURES="acpid coreutils cpio dash dosfstools findutils gawk grep
-		gzip hdparm ifenslave iproute2 iputils less lsof netcat nvi
+	FEATURES="acpid coreutils cpio dash diffutils dosfstools findutils gawk
+		grep gzip hdparm ifenslave iproute2 iputils less lsof netcat nvi
 		patch powertop procps-ng psmisc rfkill run-parts sed tar
 		traceroute util-linux wget which xz"
 	for f in ${FEATURES}; do