diff options
| author | Jo-Philipp Wich | 2017-03-01 02:05:39 +0000 |
|---|---|---|
| committer | Jo-Philipp Wich | 2017-03-01 02:06:40 +0000 |
| commit | ebf846b00559a326d6ea5a1711d11335d89d1218 (patch) | |
| tree | 724c0bc36230a0d219c3d8dc91b49054935e1a95 | |
| parent | ff42a8330beadba6c7b1b5ccf677f368a64b64d8 (diff) | |
| download | yousong-ebf846b00559a326d6ea5a1711d11335d89d1218.tar.gz | |
opkg: mark as essential (FS#571)
Flag the opkg package as essential to avoid accidential uninstalls of it.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
| -rw-r--r-- | package/system/opkg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |