diff options
author | Robert Marko <robert.marko@sartura.hr> | 2021-10-25 18:33:32 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2022-10-02 23:04:38 +0200 |
commit | 6d24d10f3db0a537b16ed5ca195bacdfb7dfb844 (patch) | |
tree | cb3a8943ddc30bf4ed3c5e34e827af25ba13fb00 /target/linux/ipq40xx/Makefile | |
parent | f96744ba6b2fd444f4f7575d234c7579bd3030cd (diff) | |
download | upstream-6d24d10f3db0a537b16ed5ca195bacdfb7dfb844.tar.gz upstream-6d24d10f3db0a537b16ed5ca195bacdfb7dfb844.tar.bz2 upstream-6d24d10f3db0a537b16ed5ca195bacdfb7dfb844.zip |
ipq40xx: drop ESSEDMA + AR40xx
In order to start working on IPQESS + DSA drop the old ESSEDMA + AR40xx
driver combo.
Remove the kernel symbols, disable swconfig and drop swconfig package
as they are not needed anymore.
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Diffstat (limited to 'target/linux/ipq40xx/Makefile')
-rw-r--r-- | target/linux/ipq40xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/Makefile b/target/linux/ipq40xx/Makefile index 6eb9c00223..1da72664ad 100644 --- a/target/linux/ipq40xx/Makefile +++ b/target/linux/ipq40xx/Makefile @@ -15,7 +15,7 @@ KERNELNAME:=zImage Image dtbs include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ kmod-usb-dwc3-qcom \ - kmod-leds-gpio kmod-gpio-button-hotplug swconfig \ + kmod-leds-gpio kmod-gpio-button-hotplug \ kmod-ath10k-ct wpad-basic-wolfssl \ kmod-usb3 kmod-usb-dwc3 ath10k-firmware-qca4019-ct \ uboot-envtools |