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

Unable to install some packages #17

Closed
pcartwright81 opened this issue Feb 14, 2022 · 2 comments
Closed

Unable to install some packages #17

pcartwright81 opened this issue Feb 14, 2022 · 2 comments

Comments

@pcartwright81
Copy link

pcartwright81 commented Feb 14, 2022

cannot find dependency kernel (= 5.4.179-1-a76fa007c9d58d46d6f01d54cf13ae72)
uname -r is 5.4.171
opkg update is pointing to https://downloads.openwrt.org/releases/21.02-SNAPSHOT/targets/rockchip/armv8 for all.
Installed via release OpenWrt-AO-NanoPiR4S-full-21.02-20220212-ext4

@anaelorlinski
Copy link
Owner

anaelorlinski commented Feb 14, 2022

Adding extra packages with okpg is not supposed to work out of the box with those builds (same problem with official openwrt snapshots).
However sometimes by luck it will work anyway as long as the package does not depend on kernel modules (because kernel hash is different from snapshot builds). You can also try to force install if the kernel module you require is already in the build.
The proper solution to add packages to this build can be :

  • fork this repository, update .seed files according to your wishes and generate your own build
  • let me know the package you miss, I might include it in the build if I think it could be useful to others

@pcartwright81
Copy link
Author

Thanks for the reminder. I recently got back into custom OpenWrt with the R4S. Most of the packages relate to USB storage and the specific package is kmod-fuse. I have a drive that is NTFS which I do not want to switch right now.

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

No branches or pull requests

2 participants