diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-31 16:44:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-31 16:44:28 +0200 |
commit | 5a216bd91a5fc59bb3fdfe27d8017fe605da5e56 (patch) | |
tree | 33285f930bd0609747caf381840aaa18a3f9d9ba /package/base-files/extra | |
parent | 612f8cbab4b40867fb94f36283af0a00a4af9b88 (diff) |
fix ipkg update with busybox wget
Diffstat (limited to 'package/base-files/extra')
-rw-r--r-- | package/base-files/extra/etc/ipkg.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/base-files/extra/etc/ipkg.conf b/package/base-files/extra/etc/ipkg.conf new file mode 100644 index 000000000..6c9242620 --- /dev/null +++ b/package/base-files/extra/etc/ipkg.conf @@ -0,0 +1,3 @@ +src openadk http://www.openadk.org/packages/@TARGET@ +dest root / +dest ram /tmp |