* netlink error with openwrt-19.07 branch
@ 2019-08-04 13:03 Moritz Warning
2019-08-04 13:05 ` Sven Eckelmann
0 siblings, 1 reply; 3+ messages in thread
From: Moritz Warning @ 2019-08-04 13:03 UTC (permalink / raw)
To: b.a.t.m.a.n
hi,
the OpenWrt branch openwrt-19.07 uses linux-4.14.134 and batman-adv 2019.2 (package release 4).
Compiling gives me this error:
home/user/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/batman-adv-2019.2/net/batman-adv/netlink.c:1346:4: error: 'const struct genl_ops' has no member named 'validate'
.validate = GENL_DONT_VALIDATE_STRICT | GENL_DONT_VALIDATE_DUMP,
^~~~~~~~
/home/user/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/batman-adv-2019.2/net/batman-adv/netlink.c:1346:15: error: 'GENL_DONT_VALIDATE_STRICT' undeclared here (not in a function); did you mean 'MACSEC_VALIDATE_STRICT'?
.validate = GENL_DONT_VALIDATE_STRICT | GENL_DONT_VALIDATE_DUMP,
^~~~~~~~~~~~~~~~~~~~~~~~~
MACSEC_VALIDATE_STRICT
/home/user/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/batman-adv-2019.2/net/batman-adv/netlink.c:1346:43: error: 'GENL_DONT_VALIDATE_DUMP' undeclared here (not in a function); did you mean 'GENL_DONT_VALIDATE_STRICT'?
.validate = GENL_DONT_VALIDATE_STRICT | GENL_DONT_VALIDATE_DUMP,
^~~~~~~~~~~~~~~~~~~~~~~
GENL_DONT_VALIDATE_STRICT
/home/user/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/batman-adv-2019.2/net/batman-adv/netlink.c:1353:4: error: 'const struct genl_ops' has no member named 'validate'
.validate = GENL_DONT_VALIDATE_STRICT | GENL_DONT_VALIDATE_DUMP,
Is this a known error?
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-08-04 13:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-04 13:03 netlink error with openwrt-19.07 branch Moritz Warning
2019-08-04 13:05 ` Sven Eckelmann
2019-08-04 13:21 ` Moritz Warning
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox