diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-20 20:44:00 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-20 20:44:00 (EDT) |
commit | f6a7836b4b7375305ddf516e9c02e8248acb5538 (patch) | |
tree | 05e0ac1801607076268d1878773377a3ece598ae | |
parent | 324dbc62f2593f4f533e60142516c2d0e6c18a72 (diff) |
proteanos: Drop libopkg.1 from included packages
This is a dependency of opkg and is now resolved during installation.
-rw-r--r-- | lib/profiles/proteanos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/profiles/proteanos.sh b/lib/profiles/proteanos.sh index 49127ff..2b1011b 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|libopkg.1|opkg) + base-files|busybox|libc-bin|libc.6|opkg) return 0 ;; linux-image|proteanos-branding) |