[openwrt/openwrt] octeontx: add default packages for on-board devices

LEDE Commits lede-commits at lists.infradead.org
Sun Feb 26 14:45:06 PST 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/fb2480df36fa4f8faed9732ed06ac2093a060c28

commit fb2480df36fa4f8faed9732ed06ac2093a060c28
Author: Tim Harvey <tharvey at gateworks.com>
AuthorDate: Fri Feb 17 17:06:41 2023 -0800

    octeontx: add default packages for on-board devices
    
    The Gateworks Newport boards supported by the octeontx target have
    the following on-board devices:
     - Gateworks System Controller
     - GPIO buttons
     - GPIO leds
     - GPS PPS
     - Accelerometer
     - MCP251X CAN controller
    
    Add kernel drivers for these devices in DEFAULT_PACKAGES
    
    Signed-off-by: Tim Harvey <tharvey at gateworks.com>
---
 target/linux/octeontx/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/target/linux/octeontx/Makefile b/target/linux/octeontx/Makefile
index 5260291d05..25096c90ba 100644
--- a/target/linux/octeontx/Makefile
+++ b/target/linux/octeontx/Makefile
@@ -20,4 +20,8 @@ include $(INCLUDE_DIR)/target.mk
 
 KERNELNAME:=Image
 
+DEFAULT_PACKAGES += kmod-hwmon-gsc kmod-leds-gpio kmod-pps-gpio \
+		    kmod-gpio-button-hotplug kmod-input-evdev kmod-rtc-ds1672 \
+		    kmod-can kmod-can-mcp251x
+
 $(eval $(call BuildTarget))




More information about the lede-commits mailing list