Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opkg-install curl - fails, imo because of wrong URI #5

Closed
pmario opened this issue Aug 8, 2014 · 1 comment · Fixed by #6
Closed

opkg-install curl - fails, imo because of wrong URI #5

pmario opened this issue Aug 8, 2014 · 1 comment · Fixed by #6

Comments

@pmario
Copy link

pmario commented Aug 8, 2014

# opkg-install curl
Downloading http://downloads.openwrt.org/snapshots/trunk/x86_64/packages/Packages.gz.
wget: server returned error: HTTP/1.1 404 Not Found
Collected errors:
 * opkg_download: Failed to download http://downloads.openwrt.org/snapshots/trunk/x86_64/packages/Packages.gz, wget returned 1.
Unknown package 'curl'.
Collected errors:
 * opkg_install_cmd: Cannot install package curl.

The right URI seems to be: http://downloads.openwrt.org/snapshots/trunk/x86_64/packages/packages/Packages.gz

see 2 directories named packages

@morganwu277
Copy link

Please use next /etc/opkg.conf if someone got this error, because some busybox not updated the repo url:

src/gz base http://downloads.openwrt.org/snapshots/trunk/x86/64/packages/base 
src/gz packages http://downloads.openwrt.org/snapshots/trunk/x86/64/packages/packages
dest root /
dest ram /tmp
lists_dir ext /var/opkg-lists

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants