linux: add ev3dev extension
This adds an ev3dev Linux drivers extension that provides Linux kernel drivers for LEGO MINDSTORMS EV3 from the ev3dev project. Signed-off-by: David Lechner <david@lechnology.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
c846d2e211
commit
7d4a2f2ca4
11
package/ev3dev-linux-drivers/ev3dev-linux-drivers.mk
Normal file
11
package/ev3dev-linux-drivers/ev3dev-linux-drivers.mk
Normal file
@@ -0,0 +1,11 @@
|
||||
################################################################################
|
||||
#
|
||||
# ev3dev Linux drivers
|
||||
#
|
||||
################################################################################
|
||||
|
||||
EV3DEV_LINUX_DRIVERS_VERSION = 0e551eb25ae8600c1f178814781bfb42dc835496
|
||||
EV3DEV_LINUX_DRIVERS_SITE = $(call github,ev3dev,lego-linux-drivers,$(EV3DEV_LINUX_DRIVERS_VERSION))
|
||||
EV3DEV_LINUX_DRIVERS_LICENSE = GPLv2
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user