summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-08-20 20:44:45 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-20 20:44:45 (EDT)
commitba6efbbcba28e5a0b2d9f87d055e5520c3dd1a4d (patch)
treec4ee8aa51632767adc1a49f30602370a9108ce5b /lib
parentf6a7836b4b7375305ddf516e9c02e8248acb5538 (diff)
proteanos: Drop libc-bin from included packages
Diffstat (limited to 'lib')
-rw-r--r--lib/profiles/proteanos.sh2
1 files changed, 1 insertions, 1 deletions
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)