projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff42a83
)
opkg: mark as essential (FS#571)
author
Jo-Philipp Wich
<jo@mein.io>
Wed, 1 Mar 2017 02:05:39 +0000
(
03:05
+0100)
committer
Jo-Philipp Wich
<jo@mein.io>
Wed, 1 Mar 2017 02:06:40 +0000
(
03:06
+0100)
Flag the opkg package as essential to avoid accidential uninstalls of it.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
package/system/opkg/Makefile
patch
|
blob
|
history
diff --git
a/package/system/opkg/Makefile
b/package/system/opkg/Makefile
index f727f94e4f336411fd57ce8515ed013f0163da6d..fbf87cb34ff74506562ad8df159ce919c046bcf6 100644
(file)
--- 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