diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-03-17 23:40:48 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-03-17 23:40:48 +0000 |
commit | 16808bc4817492beba512f4e73bce8c232d1eafa (patch) | |
tree | 8b4a2a7738293c65903b9a69f8c311b46c2b65d7 /packages/opkg/opkg-collateral/opkg.conf.comments | |
parent | 06888e066bae0f58ff7e1082d33cb84183c1d6d6 (diff) |
opkg: sync with poky, based on patches from http://blog.haerwu.biz/download/diffs/opkg-poky/
Diffstat (limited to 'packages/opkg/opkg-collateral/opkg.conf.comments')
-rw-r--r-- | packages/opkg/opkg-collateral/opkg.conf.comments | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/opkg/opkg-collateral/opkg.conf.comments b/packages/opkg/opkg-collateral/opkg.conf.comments new file mode 100644 index 0000000000..51623f4d53 --- /dev/null +++ b/packages/opkg/opkg-collateral/opkg.conf.comments @@ -0,0 +1,23 @@ +# Must have one or more source entries of the form: +# +# src <src-name> <source-url> +# +# and one or more destination entries of the form: +# +# dest <dest-name> <target-path> +# +# where <src-name> and <dest-names> are identifiers that +# should match [a-zA-Z0-9._-]+, <source-url> should be a +# URL that points to a directory containing a Familiar +# Packages file, and <target-path> should be a directory +# that exists on the target system. + +# Proxy Support +#option http_proxy http://proxy.tld:3128 +#option ftp_proxy http://proxy.tld:3128 +#option proxy_username <username> +#option proxy_password <password> + +# Offline mode (for use in constructing flash images offline) +#option offline_root target + |