You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I build https://github.com/destan19/OpenAppFilter with openwrt/imagebuilder:sunxi-cortexa53-24.10.0 which require building kernel module. And I met the following
Collected errors:
* pkg_hash_check_unresolved: cannot find dependency kernel (= 6.6.73~d649d775435da5a8637f7a955a80d331-r1) for kmod-oaf
* pkg_hash_fetch_best_installation_candidate: Packages for kmod-oaf found, but incompatible with the architectures configured
* opkg_install_cmd: Cannot install package kmod-oaf.
* satisfy_dependencies_for: Cannot satisfy the following dependencies for luci-app-oaf:
* kernel (= 6.6.73~d649d775435da5a8637f7a955a80d331-r1)
* opkg_install_cmd: Cannot install package luci-app-oaf.
make[2]: *** [Makefile:234: package_install] Error 255
make[1]: *** [Makefile:161: _call_image] Error 2
make: *** [Makefile:337: image] Error 2
Then I check the artifacts and I find the path is strange
targets/mvebu/cortexa53 for sunxi-cortexa53-23.05
targets/mediatek/filogic for sunxi-cortexa53-24.10
ls -ld openwrt-sunxi-cortexa53-23.05-bin/targets/mvebu/cortexa53/packages/kernel_5.15.167-1-a0996ea97bfbf4ecf4fc55cb5f024ad2_aarch64_cortex-a53.ipk openwrt-sunxi-cortexa53-24.10-bin/targets/mediatek/filogic/packages/kernel_6.6.73\~d649d775435da5a8637f7a955a80d331-r1_aarch64_cortex-a53.ipk
-rw-r--r-- 1 tshen tshen 821 Feb 21 21:42 openwrt-sunxi-cortexa53-23.05-bin/targets/mvebu/cortexa53/packages/kernel_5.15.167-1-a0996ea97bfbf4ecf4fc55cb5f024ad2_aarch64_cortex-a53.ipk
-rw-r--r-- 1 tshen tshen 2251 Feb 21 21:15 openwrt-sunxi-cortexa53-24.10-bin/targets/mediatek/filogic/packages/kernel_6.6.73~d649d775435da5a8637f7a955a80d331-r1_aarch64_cortex-a53.ipk
The text was updated successfully, but these errors were encountered:
When I build https://github.com/destan19/OpenAppFilter with
openwrt/imagebuilder:sunxi-cortexa53-24.10.0
which require building kernel module. And I met the followingThen I check the artifacts and I find the path is strange
targets/mvebu/cortexa53
forsunxi-cortexa53-23.05
targets/mediatek/filogic
forsunxi-cortexa53-24.10
ls -ld openwrt-sunxi-cortexa53-23.05-bin/targets/mvebu/cortexa53/packages/kernel_5.15.167-1-a0996ea97bfbf4ecf4fc55cb5f024ad2_aarch64_cortex-a53.ipk openwrt-sunxi-cortexa53-24.10-bin/targets/mediatek/filogic/packages/kernel_6.6.73\~d649d775435da5a8637f7a955a80d331-r1_aarch64_cortex-a53.ipk -rw-r--r-- 1 tshen tshen 821 Feb 21 21:42 openwrt-sunxi-cortexa53-23.05-bin/targets/mvebu/cortexa53/packages/kernel_5.15.167-1-a0996ea97bfbf4ecf4fc55cb5f024ad2_aarch64_cortex-a53.ipk -rw-r--r-- 1 tshen tshen 2251 Feb 21 21:15 openwrt-sunxi-cortexa53-24.10-bin/targets/mediatek/filogic/packages/kernel_6.6.73~d649d775435da5a8637f7a955a80d331-r1_aarch64_cortex-a53.ipk
The text was updated successfully, but these errors were encountered: