Skip to content

Commit

Permalink
[TEMP/DO-NOT-MERGE] meson64: edge/6.13: disable driver_rtl88x2cs as…
Browse files Browse the repository at this point in the history
… it won't build
  • Loading branch information
rpardini committed Jan 20, 2025
1 parent 9f5b28e commit abc58db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/sources/families/include/meson64_common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ case $BRANCH in
;;
edge)
declare -g KERNEL_MAJOR_MINOR="6.13"
KERNEL_DRIVERS_SKIP+=(driver_rtl88x2cs) # Won't build with 6.13: drivers/net/wireless/rtl88x2cs/os_dep/linux/os_intfs.c:4232:19: error: 'struct net_device' has no member named 'ieee80211_ptr'
;;

esac
Expand Down

0 comments on commit abc58db

Please sign in to comment.