mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
13
package/on2-8170-modules/Config.in
Normal file
13
package/on2-8170-modules/Config.in
Normal file
@@ -0,0 +1,13 @@
|
||||
config BR2_PACKAGE_ON2_8170_MODULES
|
||||
bool "on2-8170-modules"
|
||||
depends on BR2_LINUX_KERNEL
|
||||
depends on BR2_arm926t
|
||||
help
|
||||
Kernel modules for Hantro x170 hardware video decompression
|
||||
support.
|
||||
|
||||
http://www.at91.com/linux4sam/bin/view/Linux4SAM/SAM9M10Gstreamer
|
||||
|
||||
comment "on2-8170-modules needs a Linux kernel to be built"
|
||||
depends on BR2_arm926t
|
||||
depends on !BR2_LINUX_KERNEL
|
||||
2
package/on2-8170-modules/on2-8170-modules.hash
Normal file
2
package/on2-8170-modules/on2-8170-modules.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 d04d3acb8755281f6721d2a2efe04014060f83f38972208f356a486d52ca8bfc on2-8170-modules-73b08061d30789178e692bc332b73d1d9922bf39.tar.gz
|
||||
14
package/on2-8170-modules/on2-8170-modules.mk
Normal file
14
package/on2-8170-modules/on2-8170-modules.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# on2-8170-modules
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ON2_8170_MODULES_VERSION = 73b08061d30789178e692bc332b73d1d9922bf39
|
||||
ON2_8170_MODULES_SITE = $(call github,alexandrebelloni,on2-8170-modules,$(ON2_8170_MODULES_VERSION))
|
||||
|
||||
ON2_8170_MODULES_LICENSE = GPL-2.0+
|
||||
#There is no license file
|
||||
|
||||
$(eval $(kernel-module))
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user