4658287ef89ce5c620962dcb4a122e702a98482e
[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         FEATURES:= usb ext4 targz
11         DEFAULT_PACKAGES += kmod-usb2 kmod-usb2-omap \
12                         kmod-usb-net kmod-usb-net-asix \
13                         kmod-usb-net-asix-ax88179 kmod-usb-net-hso \
14                         kmod-usb-net-kaweth kmod-usb-net-pegasus \
15                         kmod-usb-net-mcs7830 kmod-usb-net-smsc95xx \
16                         kmod-usb-net-dm9601-ether
17 endef
18
19 define Profile/BEAGLEBOARD/Description
20         Package set for the BEAGLEBOARD and similar devices.
21         Contains various USB-NET drivers for boards without Ethernet.
22 endef
23
24 $(eval $(call Profile,BEAGLEBOARD))