summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/profile/proteanos.sh9
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/profile/proteanos.sh b/lib/profile/proteanos.sh
index 0d48c72..d91556f 100644
--- a/lib/profile/proteanos.sh
+++ b/lib/profile/proteanos.sh
@@ -157,14 +157,9 @@ prof_proteanos_include_pkg()
fi
elif [ "x${name}" = 'xpackage' ]; then
# TODO: Drop this code once:
- # * At least one essential package depends on libc.6 on
- # any-any-glibc architectures,
- # * linux-image is marked "Essential: yes", and
- # * Each config-<plat> source package builds a config-base
- # binary package marked "Essential: yes" that depends on
- # proteanos-branding.
+ # * linux-image is marked "Essential: yes"
case "${value}" in
- libc.6|linux-image|proteanos-branding)
+ linux-image)
return 0
;;
esac