Skip to content
Snippets Groups Projects
Commit ebf846b0 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

opkg: mark as essential (FS#571)


Flag the opkg package as essential to avoid accidential uninstalls of it.

Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
parent ff42a833
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ include $(INCLUDE_DIR)/feeds.mk
PKG_NAME:=opkg
PKG_RELEASE:=1
PKG_FLAGS:=essential
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://git.lede-project.org/project/opkg-lede.git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment