diff options
Diffstat (limited to 'ipkg/ipkg-collateral')
-rw-r--r-- | ipkg/ipkg-collateral/collie/dest | 4 | ||||
-rw-r--r-- | ipkg/ipkg-collateral/dest | 1 | ||||
-rw-r--r-- | ipkg/ipkg-collateral/ipkg.conf.comments | 23 | ||||
-rw-r--r-- | ipkg/ipkg-collateral/jornada56x/dest | 4 | ||||
-rw-r--r-- | ipkg/ipkg-collateral/simpad/dest | 3 |
5 files changed, 35 insertions, 0 deletions
diff --git a/ipkg/ipkg-collateral/collie/dest b/ipkg/ipkg-collateral/collie/dest index e69de29bb2..9704eed475 100644 --- a/ipkg/ipkg-collateral/collie/dest +++ b/ipkg/ipkg-collateral/collie/dest @@ -0,0 +1,4 @@ +dest root / +dest cf /mnt/cf/ +dest sd /mnt/card/ +dest ram /mnt/ram/ diff --git a/ipkg/ipkg-collateral/dest b/ipkg/ipkg-collateral/dest index e69de29bb2..088ca403da 100644 --- a/ipkg/ipkg-collateral/dest +++ b/ipkg/ipkg-collateral/dest @@ -0,0 +1 @@ +dest root / diff --git a/ipkg/ipkg-collateral/ipkg.conf.comments b/ipkg/ipkg-collateral/ipkg.conf.comments index e69de29bb2..51623f4d53 100644 --- a/ipkg/ipkg-collateral/ipkg.conf.comments +++ b/ipkg/ipkg-collateral/ipkg.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 + diff --git a/ipkg/ipkg-collateral/jornada56x/dest b/ipkg/ipkg-collateral/jornada56x/dest index e69de29bb2..9704eed475 100644 --- a/ipkg/ipkg-collateral/jornada56x/dest +++ b/ipkg/ipkg-collateral/jornada56x/dest @@ -0,0 +1,4 @@ +dest root / +dest cf /mnt/cf/ +dest sd /mnt/card/ +dest ram /mnt/ram/ diff --git a/ipkg/ipkg-collateral/simpad/dest b/ipkg/ipkg-collateral/simpad/dest index e69de29bb2..63e8b50eea 100644 --- a/ipkg/ipkg-collateral/simpad/dest +++ b/ipkg/ipkg-collateral/simpad/dest @@ -0,0 +1,3 @@ +dest root / +dest cf /mnt/cf/ +dest ram /mnt/ram/ |