Enable different HID options

This commit is contained in:
2026-01-02 18:57:33 +02:00
parent f32113e416
commit 270e9581ed
3 changed files with 25 additions and 20 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ package() {
make INSTALL_MOD_PATH="$BPM_OUTPUT" modules_install
# Install kernel image and config
install -Dm644 arch/x86/boot/bzImage "$BPM_OUTPUT"/boot/vmlinuz-"$BPM_PKG_VERSION"-tide
install -Dm644 .config "$BPM_OUTPUT"/boot/config-"$BPM_PKG_VERSION"-tide
install -Dm644 arch/x86/boot/bzImage "$BPM_OUTPUT"/boot/vmlinuz-"$BPM_PKG_NAME"
install -Dm644 .config "$BPM_OUTPUT"/boot/config-"$BPM_PKG_NAME"
# Install kernel headers
find usr/include -type f ! -name '*.h' -delete