mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
80edacc8a6
The dependency on the kernel module gpio-mcp23s08 is replaced by pinctrl-mcp23s08-spi and pinctrl-mcp23s08-i2c, as the gpio-mpc23s08 kernel module no longer exists. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
17 lines
445 B
Makefile
17 lines
445 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2013 OpenWrt.org
|
|
|
|
define Profile/olinuxino-maxi
|
|
NAME:=Olimex OLinuXino Maxi/Mini boards
|
|
PACKAGES += imx-bootlets uboot-mxs-mx23_olinuxino \
|
|
kmod-usb-net-smsc95xx kmod-pinctrl-mcp23s08-i2c \
|
|
kmod-pinctrl-mcp23s08-spi kmod-leds-gpio kmod-sound-core
|
|
endef
|
|
|
|
define Profile/olinuxino-maxi/Description
|
|
Olimex OLinuXino Maxi/Mini boards
|
|
endef
|
|
|
|
$(eval $(call Profile,olinuxino-maxi))
|