installing git package
- This topic has 3 replies, 2 voices, and was last updated 7 years, 2 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Conduit: mLinux Model › installing git package
I would like to use git with my Conduit (MTCDTIP-H5-220L-868-OP), but it’s missing in your packages repo, so:
Should I compile it by myself following these instructions: http://www.multitech.net/developer/software/mlinux/mlinux-building-images/building-a-custom-linux-image ?
or can I use another way?
Are you trying to use git to maintain configuration?
Are you familiar with the opkg command on the Conduit?
You need to look for the git*.ipk package.
Start here:
Look on the above page for:
Conduit: mLinux model
Other Downloads:
Pre-built Packages
Here is an example from Pre-Built packages:
http://www.multitech.net/mlinux/feeds/3.3.9/arm926ejste/git_1.9.0-r0.0_arm926ejste.ipk
ok, using opkg command I get:
root@mtcdt:~# opkg update
Downloading http://multitech.net/mlinux/feeds/3.2/all/Packages.gz.
Downloading http://multitech.net/mlinux/feeds/3.2/arm926ejste/Packages.gz.
Downloading http://multitech.net/mlinux/feeds/3.2/mtcdt/Packages.gz.
Collected errors:
* opkg_download: Failed to download http://multitech.net/mlinux/feeds/3.2/all/Packages.gz, wget returned 4.
* opkg_download: Failed to download http://multitech.net/mlinux/feeds/3.2/arm926ejste/Packages.gz, wget returned 4.
* opkg_download: Failed to download http://multitech.net/mlinux/feeds/3.2/mtcdt/Packages.gz, wget returned 4.
root@mtcdt:~# opkg install git
Unknown package 'git'.
Collected errors:
* opkg_install_cmd: Cannot install package git.
Is it better to update the firmware or can I simply install the package according with my version (3.2):
http://www.multitech.net/mlinux/feeds/3.2/arm926ejste/git_1.9.0-r0.0_arm926ejste.ipk ?
Sorry, about the opkg error it was an Internet connection issue