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
Build system tells me about missing kernel module files and that I should push a pull request and search for the modules in make kernel-menuconfig, but none of the offending modules can be selected in make kernel-menuconfig.
#979
When I want to build "Freetz-NG" with some configuration (attached .config see below), "Freetz-NG"'s build system tells me that I should push a pull request.
Since that is beyond my capabilities, I report it here:
make:
[...]
installing and stripping modules
arc4.ko ........................... 1.49 Kb
cbc.ko ............................ 2.27 Kb
cmac.ko ........................... 2.42 Kb
des_generic.ko .................... 6.60 Kb
ecb.ko ............................ 1.86 Kb
hmac.ko ........................... 2.48 Kb
md4.ko ............................ 2.52 Kb
md5.ko ............................ 1.70 Kb
sha1_generic.ko ................... 1.73 Kb
sha256_generic.ko ................. 4.64 Kb
bfusb.ko .......................... 5.27 Kb
btusb.ko .......................... 8.50 Kb
dm-crypt.ko ....................... 10.42 Kb
dm-mod.ko ......................... 41.46 Kb
ppp_async.ko ...................... 5.97 Kb
ppp_deflate.ko .................... 3.11 Kb
ppp_generic.ko .................... 12.20 Kb
ppp_mppe.ko ....................... 4.55 Kb
slhc.ko ........................... 3.53 Kb
yf_patchkernel.ko ................. 2.07 Kb
option.ko ......................... 2.31 Kb
cifs.ko ........................... 102.76 Kb
exportfs.ko ....................... 3.14 Kb
hfs.ko ............................ 28.55 Kb
hfsplus.ko ........................ 48.98 Kb
lockd.ko .......................... 29.40 Kb
nfsd.ko ........................... 45.04 Kb
bnep.ko ........................... 6.50 Kb
rfcomm.ko ......................... 15.44 Kb
bluetooth.ko ...................... 113.67 Kb
sunrpc.ko ......................... 85.42 Kb
crc-ccitt.ko ...................... 1.44 Kb
WARNING: File of kernel module not found: aead.ko
WARNING: File of kernel module not found: crypto_blkcipher.ko
WARNING: File of kernel module not found: crypto_wq.ko
WARNING: File of kernel module not found: cryptomgr.ko
WARNING: File of kernel module not found: l2cap.ko
WARNING: File of kernel module not found: pcompress.ko
WARNING: File of kernel module not found: rng.ko
ERROR: Enable missing with 'make kernel-menuconfig' as (M)odule (and push a pull request). Use '/' to search in menuconfig.
Symbol: CRYPTO_AEAD2 [=y]
Type : tristate
Defined at crypto/Kconfig:47
Depends on: CRYPTO [=y]
Selects: CRYPTO_ALGAPI2 [=y]
Selected by: CRYPTO_AEAD [=n] && CRYPTO [=y] || CRYPTO_MANAGER2 [=y] && CRYPTO [=y]
CONFIG_CRYPTO_BLKCIPHER, CONFIG_CRYPTO_BLKCIPHER2: Are found as a tristate, but no location in the menu is given. One is selected as builtin (=y), the other as module (=m):
I have to disable FREETZ_PACKAGE_CRYPTSETUP in order to not have the failing crypto modules configured in "Freetz-NG"'s .config,
and I have to disable FREETZ_PACKAGE_BLUEZ_UTILS in order to not have the kernel module l2cap configured in "Freetz-NG"'s .config.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I want to build "Freetz-NG" with some configuration (attached
.config
see below), "Freetz-NG"'s build system tells me that I should push a pull request.Since that is beyond my capabilities, I report it here:
make
:grep FREETZ_MODULE .config | grep -v '^#'
:"Freetz-NG"'s build system tells me I should run
make kernel-menuconfig
. I did so. Searching so for the failing modules does not give me any options:CONFIG_CRYPTO_AEAD
,CONFIG_CRYPTO_AEAD2
: Are found as a tristate, but no location in the menu is given:CONFIG_CRYPTO_BLKCIPHER
,CONFIG_CRYPTO_BLKCIPHER2
: Are found as a tristate, but no location in the menu is given. One is selected as builtin (=y
), the other as module (=m
):CONFIG_CRYPTO_WG
,CONFIG_CRYPTOMGR
, anything withL2CAP
, and anything withPCOMPRESS
are not found at all:CONFIG_CRYPTO_RNG
is already set as module:I have to disable
FREETZ_PACKAGE_CRYPTSETUP
in order to not have the failing crypto modules configured in "Freetz-NG"'s.config
,and I have to disable
FREETZ_PACKAGE_BLUEZ_UTILS
in order to not have the kernel modulel2cap
configured in "Freetz-NG"'s.config
..config
.Regards!
Beta Was this translation helpful? Give feedback.
All reactions