Skip to content
Snippets Groups Projects
Verified Commit e9ee3d42 authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

patches: openwrt: opkg: add opkg_wrapper: rebase

parent f0ad5dd4
1 merge request!123Turris OS 5.0 (HBK)
......@@ -22,7 +22,7 @@ index 4f89d9ec6c..63302a06ed 100644
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/opkg-cl $(1)/bin/opkg
+ $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/opkg-cl $(1)/bin/opkg-cl
+ $(INSTALL_BIN) ./files/opkg_wrapper.sh $(1)/bin/opkg
ifneq ($(CONFIG_SIGNED_PACKAGES),)
ifneq ($(CONFIG_SIGNATURE_CHECK),)
echo "option check_signature" >> $(1)/etc/opkg.conf
endif
diff --git a/package/system/opkg/files/opkg_wrapper.sh b/package/system/opkg/files/opkg_wrapper.sh
......@@ -37,6 +37,5 @@ index 0000000..654b23d
+else
+ exec /bin/opkg-cl "$@"
+fi
--
--
2.20.1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment