Skip to content

Commit

Permalink
opkg: mark as essential (FS#571)
Browse files Browse the repository at this point in the history
Flag the opkg package as essential to avoid accidential uninstalls of it.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
  • Loading branch information
jow- committed Mar 1, 2017
1 parent ff42a83 commit ebf846b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/system/opkg/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit ebf846b

Please sign in to comment.