From: Jo-Philipp Wich Date: Wed, 1 Mar 2017 02:05:39 +0000 (+0100) Subject: opkg: mark as essential (FS#571) X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ebf846b005;p=librecmc%2Flibrecmc.git opkg: mark as essential (FS#571) Flag the opkg package as essential to avoid accidential uninstalls of it. Signed-off-by: Jo-Philipp Wich --- diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile index f727f94e4f..fbf87cb34f 100644 --- a/package/system/opkg/Makefile +++ b/package/system/opkg/Makefile @@ -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