omap: build various core drivers into the kernel instead of packaging them
[openwrt/openwrt.git] / target / linux / omap / profiles / beagleboard.mk
1 #
2 # Copyright (C) 2015 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/BEAGLEBOARD
9 NAME:=EBV BeagleBoard
10 DEFAULT_PACKAGES += \
11 kmod-usb-net kmod-usb-net-asix \
12 kmod-usb-net-asix-ax88179 kmod-usb-net-hso \
13 kmod-usb-net-kaweth kmod-usb-net-pegasus \
14 kmod-usb-net-mcs7830 kmod-usb-net-smsc95xx \
15 kmod-usb-net-dm9601-ether
16 endef
17
18 define Profile/BEAGLEBOARD/Description
19 Package set for the BEAGLEBOARD and similar devices.
20 Contains various USB-NET drivers for boards without Ethernet.
21 endef
22
23 $(eval $(call Profile,BEAGLEBOARD))