Enable different HID options
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user