From ba6efbbcba28e5a0b2d9f87d055e5520c3dd1a4d Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pj@pehjota.net>
Date: Wed, 20 Aug 2014 20:44:45 -0400
Subject: proteanos: Drop libc-bin from included packages

---
diff --git a/lib/profiles/proteanos.sh b/lib/profiles/proteanos.sh
index 2b1011b..b0832fb 100644
--- a/lib/profiles/proteanos.sh
+++ b/lib/profiles/proteanos.sh
@@ -132,7 +132,7 @@ prof_proteanos_include_pkg()
 
 	if [ "x${name}" = 'xPackage' ]; then
 		case "${value}" in
-			base-files|busybox|libc-bin|libc.6|opkg)
+			base-files|busybox|libc.6|opkg)
 				return 0
 				;;
 			linux-image|proteanos-branding)
--
cgit v0.9.1