anaelorlinski / OpenWrt-NanoPi-R2S-R4S-Builds

OpenWRT Builds for NanoPi R2S & R4S from official Openwrt source code with minimal set of patches
MIT License
170 stars 57 forks source link

Unable to install some packages #17

Closed pcartwright81 closed 2 years ago

pcartwright81 commented 2 years ago

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 commented 2 years ago

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 :

pcartwright81 commented 2 years ago

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.