mirror of
https://github.com/kiddin9/openwrt-packages.git
synced 2025-01-09 10:17:41 +08:00
🗽 Sync 2024-05-05 00:33:13
This commit is contained in:
parent
14bc7689b5
commit
af6e363c62
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||
include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=opkg
|
||||
PKG_RELEASE:=12
|
||||
PKG_RELEASE:=13
|
||||
PKG_FLAGS:=essential
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
|
11
opkg/patches/010-opkg-force-depends.patch
Normal file
11
opkg/patches/010-opkg-force-depends.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- a/src/opkg-cl.c
|
||||
+++ b/src/opkg-cl.c
|
||||
@@ -255,6 +255,8 @@ static int args_parse(int argc, char *argv[])
|
||||
}
|
||||
}
|
||||
|
||||
+ conf->force_depends = 1;
|
||||
+
|
||||
if (!conf->conf_file && !conf->offline_root)
|
||||
conf->conf_file = xstrdup("/etc/opkg.conf");
|
||||
|
Loading…
Reference in New Issue
Block a user