mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
18
package/dtbocfg/dtbocfg.mk
Normal file
18
package/dtbocfg/dtbocfg.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# dtbocfg
|
||||
#
|
||||
################################################################################
|
||||
|
||||
DTBOCFG_VERSION = 0.0.9
|
||||
DTBOCFG_SITE = $(call github,ikwzm,dtbocfg,v$(DTBOCFG_VERSION))
|
||||
DTBOCFG_LICENSE = BSD-2-Clause
|
||||
DTBOCFG_LICENSE_FILES = LICENSE
|
||||
|
||||
define DTBOCFG_LINUX_CONFIG_FIXUPS
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_OF_OVERLAY)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_CONFIGFS_FS)
|
||||
endef
|
||||
|
||||
$(eval $(kernel-module))
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user