DF-2201 / build.sh
#!/bin/sh # DF-2201: source-only confirmation (HW-gated, no Atheros NIC on guest). # The fix is validated by the batch kernel build (Phase 8): the patched # ar5212_gpio.c IS in the ath_hal Makefile SRCS, so it was rebuilt into # ath_hal.ko with -Werror rc=0. See VERDICT.md and fix.diff. echo 'Source-confirmed (HW/module-gated); fix validated by Phase 8 batch kernel build rc=0 -Werror' |