mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
d4ac0ad543
A bunch of kernel modules depends on kmod-usb-net, but does not select it. Make AddDepends/usb-net selective, so we can drop some redundant +kmod-usb-net definitions for DEVICE_PACKAGES. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
20 lines
511 B
Makefile
20 lines
511 B
Makefile
#
|
|
# Copyright (C) 2013 OpenWrt.org
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
#
|
|
|
|
define Profile/olinuxino-maxi
|
|
NAME:=Olimex OLinuXino Maxi/Mini boards
|
|
PACKAGES += imx-bootlets uboot-mxs-mx23_olinuxino \
|
|
kmod-usb-net-smsc95xx kmod-gpio-mcp23s08 \
|
|
kmod-leds-gpio kmod-ledtrig-heartbeat kmod-sound-core
|
|
endef
|
|
|
|
define Profile/olinuxino-maxi/Description
|
|
Olimex OLinuXino Maxi/Mini boards
|
|
endef
|
|
|
|
$(eval $(call Profile,olinuxino-maxi))
|