Skip to content

Commit ee452a0

Browse files
committed
2.53.0
- Build System: + Add the ability to compile and work with musl system library. + Add gentoo to the list of supported distributions. + Enable Large-file support (LFS). + Disable some busybox features when compiling with musl. + Move runtime to features. From a packaging standpoint, the initrd core files are no different from the data in the features. - Guess: + Add the ability to add optional modules. - Guess loaded-modules: + Add more directories with kernel modules. + Consider modules as optional. Modules that feature adds may not be present in the new kernel. - Feature modules-sbc: + Add clk, power/supply directories. Some single-board PCs use modules from these directories. Signed-off-by: Alexey Gladkov <[email protected]>
1 parent 8445e28 commit ee452a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.69])
2-
AC_INIT([make-initrd],[2.52.0],[[email protected]])
2+
AC_INIT([make-initrd],[2.53.0],[[email protected]])
33
AC_CONFIG_HEADERS([config.h])
44

55
AC_PREFIX_DEFAULT([/usr])

0 commit comments

Comments
 (0)