This repository contains build scripts and configurations for the WLAN Pi custom Linux kernel.
The repository is set up with a GitHub Actions workflow that automatically builds the Debian package whenever changes are pushed to the add-build-action branch.
- Branch:
add-build-action - Trigger: Push events to the
add-build-actionbranch - Workflow Name: Build WLANPI Kernel for Debian Bookworm
- Artifacts: The built
.debpackage is uploaded as an artifact namedwlanpi-kernel-deb-bookworm
If you prefer to build the package manually, follow these steps:
- Clone the Repository:
git clone https://github.com/WLAN-Pi/wlanpi-kernel.git cd wlanpi-kernel