diff options
author | P. J. McDermott <pjm@nac.net> | 2012-03-13 19:57:33 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-03-13 19:57:33 (EDT) |
commit | cd835e3cf83f34a097e57b6dc9c81dd709df5eef (patch) | |
tree | ec0a2a304a64fbe7d1f7f3934446114ee54ad040 | |
parent | 3f2d7980a0762b124d4509b43b6c4123b302d803 (diff) |
Make "opkg" package essential.
-rw-r--r-- | opkg.pkg/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opkg.pkg/control b/opkg.pkg/control index 6d0394e..69af4b3 100644 --- a/opkg.pkg/control +++ b/opkg.pkg/control @@ -1,5 +1,6 @@ Package: opkg Architecture: any +Essential: yes Depends: libopkg.1 Description: Open PacKaGe Management Opkg is a lightweight package management system. It is written in C and |