OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | --- a/backport-include/linux/verification.h |
2 | +++ b/backport-include/linux/verification.h |
||
3 | @@ -1,7 +1,7 @@ |
||
4 | #ifndef __BP_VERIFICATION_H |
||
5 | #define __BP_VERIFICATION_H |
||
6 | #include <linux/version.h> |
||
7 | -#ifndef CPTCFG_BPAUTO_BUILD_SYSTEM_DATA_VERIFICATION |
||
8 | +#if LINUX_VERSION_IS_GEQ(4,7,0) && !defined(CPTCFG_BPAUTO_BUILD_SYSTEM_DATA_VERIFICATION) |
||
9 | #include_next <linux/verification.h> |
||
10 | #else |
||
11 | #include <linux/key.h> |