diff options
author | cyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-09-26 19:51:03 +0000 |
---|---|---|
committer | cyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-09-26 19:51:03 +0000 |
commit | 8d2c42571ba633e6cdce25437ca5f645da6af164 (patch) | |
tree | 0d4b07723821f3336262c05e8727ced06209893c /package/system/opkg/files | |
parent | 88a6e53a8173b47f60558c9c4c530f845f0f50f3 (diff) |
opkg: add build variant with signature support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38220 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/opkg/files')
-rw-r--r-- | package/system/opkg/files/opkg-smime.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/system/opkg/files/opkg-smime.conf b/package/system/opkg/files/opkg-smime.conf new file mode 100644 index 0000000000..103f231842 --- /dev/null +++ b/package/system/opkg/files/opkg-smime.conf @@ -0,0 +1,7 @@ +src/gz %n %U +dest root / +dest ram /tmp +lists_dir ext /var/opkg-lists +option overlay_root /overlay +option check_signature 1 +option signature_ca_path /etc/ssl/certs/ |