mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 22:47:56 +00:00
a07566ead8
Fix more compilation error with kernel 6.1 and make it possible to compile. Multiple fix are done due to kernel bump: - PDE_DATA (now deprecated) to pde_data - dev_addr now const and require some cast - prandom_u32 (now deprecated) to get_random_u32 Also other minor fix for always true condition and tasklet type cast not compatible. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> |
||
---|---|---|
.. | ||
001-use-kernel-byteorder.patch | ||
002-vendor_command_policy.patch | ||
003-wireless-5.8.patch | ||
004-remove-extern-inline.patch | ||
005-kernel-6.1.patch | ||
006-os_dep-osdep_service-use-new-get_random_u32.patch | ||
007-treewide-fix-always-TRUE-condition-warning.patch | ||
008-treewide-use-correct-type-for-tasklet_init.patch | ||
009-treewide-drop-const-from-dev_addr.patch | ||
010-os_dep-linux-proc-move-to-pde_data-function.patch | ||
100-api_update.patch |