diff options
author | P. J. McDermott <pjm@nac.net> | 2012-02-09 11:17:38 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-02-09 11:17:38 (EST) |
commit | e14cf91512431e7eca9f0faaeffc3609d5e8a88c (patch) | |
tree | 71d6a2913009dbcae336082435a1d7490046b876 /src/opkg |
Initial commit.
Diffstat (limited to 'src/opkg')
-rw-r--r-- | src/opkg/opkg.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/opkg/opkg.conf b/src/opkg/opkg.conf new file mode 100644 index 0000000..ed68b33 --- /dev/null +++ b/src/opkg/opkg.conf @@ -0,0 +1,5 @@ +dest root / + +arch all 100 +arch example 200 +arch x86_64-pc-linux-eglibc 300 |