bump version to 2022.02.9

add miyoo_defconfig
This commit is contained in:
tiopex
2023-01-31 13:11:45 +01:00
parent 1fa746c353
commit dcdaa3599c
8423 changed files with 184305 additions and 91107 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_LUA_INOTIFY
bool "lua-inotify"
help
Inotify bindings for Lua.
http://hoelz.ro/projects/linotify

View File

@@ -0,0 +1,3 @@
# computed by luarocks/buildroot
sha256 9164b5777b132d7e1e073478d8837a526262991c57e32d75d517100f533eb436 inotify-0.5-1.src.rock
sha256 b02158adb3c7763e1183a9386672f4f037bfeaab0cb0c73d684f34f3ea1993d8 linotify-0.5/COPYRIGHT

View File

@@ -0,0 +1,14 @@
################################################################################
#
# lua-inotify
#
################################################################################
LUA_INOTIFY_VERSION_UPSTREAM = 0.5
LUA_INOTIFY_VERSION = $(LUA_INOTIFY_VERSION_UPSTREAM)-1
LUA_INOTIFY_NAME_UPSTREAM = inotify
LUA_INOTIFY_SUBDIR = linotify-$(LUA_INOTIFY_VERSION_UPSTREAM)
LUA_INOTIFY_LICENSE = MIT
LUA_INOTIFY_LICENSE_FILES = $(LUA_INOTIFY_SUBDIR)/COPYRIGHT
$(eval $(luarocks-package))