mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-31 19:32:36 +00:00
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@gateworks.com>
This commit is contained in:
parent
43c7132bf8
commit
fb2480df36
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user