initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_GENEXT2FS
|
||||
bool "genext2fs"
|
||||
help
|
||||
genext2fs generates an ext2 filesystem as a normal (non-root)
|
||||
user. It does not require you to mount the image file to
|
||||
copy files on it, nor does it require that you become the
|
||||
superuser to make device nodes.
|
||||
|
||||
http://genext2fs.sourceforge.net/
|
||||
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_HOST_GENEXT2FS
|
||||
bool "host genext2fs"
|
||||
help
|
||||
genext2fs generates an ext2 filesystem as a normal (non-root)
|
||||
user. It does not require you to mount the image file to
|
||||
copy files on it, nor does it require that you become the
|
||||
superuser to make device nodes.
|
||||
|
||||
http://genext2fs.sourceforge.net/
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 d3861e4fe89131bd21fbd25cf0b683b727b5c030c4c336fadcd738ada830aab0 genext2fs-1.5.0.tar.gz
|
||||
sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670 COPYING
|
||||
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# genext2fs
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GENEXT2FS_VERSION = 1.5.0
|
||||
GENEXT2FS_SITE = $(call github,bestouff,genext2fs,v$(GENEXT2FS_VERSION))
|
||||
GENEXT2FS_LICENSE = GPL-2.0
|
||||
GENEXT2FS_LICENSE_FILES = COPYING
|
||||
# From git
|
||||
GENEXT2FS_AUTORECONF = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user