mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
genext2fs: new package
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
0fe8279abf
commit
069290f197
@ -159,6 +159,7 @@ source "package/eeprog/Config.in"
|
||||
source "package/fconfig/Config.in"
|
||||
source "package/fis/Config.in"
|
||||
source "package/gadgetfs-test/Config.in"
|
||||
source "package/genext2fs/Config.in"
|
||||
source "package/genromfs/Config.in"
|
||||
source "package/gvfs/Config.in"
|
||||
source "package/hal/Config.in"
|
||||
|
9
package/genext2fs/Config.in
Normal file
9
package/genext2fs/Config.in
Normal file
@ -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/
|
12
package/genext2fs/genext2fs.mk
Normal file
12
package/genext2fs/genext2fs.mk
Normal file
@ -0,0 +1,12 @@
|
||||
#############################################################
|
||||
#
|
||||
# genext2fs
|
||||
#
|
||||
#############################################################
|
||||
|
||||
GENEXT2FS_VERSION=1.4
|
||||
GENEXT2FS_SOURCE=genext2fs-$(GENEXT2FS_VERSION).tar.gz
|
||||
GENEXT2FS_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/genext2fs
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,genext2fs))
|
||||
$(eval $(call AUTOTARGETS,package,genext2fs,host))
|
Loading…
Reference in New Issue
Block a user