From b7eae1b60852ace9f19481cd856dcb39b732ea97 Mon Sep 17 00:00:00 2001 From: John Klug Date: Fri, 2 Feb 2018 09:16:56 -0600 Subject: opkg module update + kernel image install. --- .../upgrade-kernel/truss/packages/opkg/opkg.conf | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 scripts/upgrade-kernel/truss/packages/opkg/opkg.conf (limited to 'scripts/upgrade-kernel/truss/packages/opkg') diff --git a/scripts/upgrade-kernel/truss/packages/opkg/opkg.conf b/scripts/upgrade-kernel/truss/packages/opkg/opkg.conf new file mode 100644 index 0000000..cb55310 --- /dev/null +++ b/scripts/upgrade-kernel/truss/packages/opkg/opkg.conf @@ -0,0 +1,44 @@ +arch all 1 +arch any 6 +arch noarch 11 +arch arm 16 +arch armv4 21 +arch armv4t 26 +arch armv5 31 +arch armv5t 36 +arch armv5e 41 +arch armv5te 46 +arch arm926ejste 51 +arch arm926ejse 56 +arch mtcdt 61 +# Must have one or more source entries of the form: +# +# src +# +# and one or more destination entries of the form: +# +# dest +# +# where and are identifiers that +# should match [a-zA-Z0-9._-]+, should be a +# URL that points to a directory containing a Familiar +# Packages file, and 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 +#option proxy_password + +# Enable GPGME signature +# option check_signature 1 + +# Offline mode (for use in constructing flash images offline) +#option offline_root target + +dest root / +lists_dir ext /var/lib/opkg +# The name kernel-3.12.70-r17.2 should be replace with the name +# of the top level directory of the archive. +src/gz mlinux-mtcdt file:///var/volatile/kernel-3.12.70-r17.2/packages/mtcdt -- cgit v1.2.3