forked from coolsnowwolf/lede
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
071645c
commit de64f40
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,13 +9,13 @@ CPU_SUBTYPE:=neon-vfpv4 | |
MAINTAINER:=John Crispin <[email protected]> | ||
|
||
# TODO: drop kmod-usb-dwc3-of-simple when migrating to 4.19 | ||
KERNEL_PATCHVER:=4.14 | ||
KERNEL_PATCHVER:=4.19 | ||
|
||
KERNELNAME:=zImage Image dtbs | ||
|
||
include $(INCLUDE_DIR)/target.mk | ||
DEFAULT_PACKAGES += \ | ||
kmod-usb-dwc3-of-simple \ | ||
kmod-usb-dwc3-of-simple kmod-usb-dwc3-qcom \ | ||
kmod-leds-gpio kmod-gpio-button-hotplug swconfig \ | ||
kmod-ath10k wpad-openssl \ | ||
kmod-usb3 kmod-usb-dwc3 ath10k-firmware-qca4019 \ | ||
|