Skip to content

Commit

Permalink
skiff-init: drop requirement on glibc
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed Nov 14, 2023
1 parent f2e8d09 commit 0938873
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
@@ -1,7 +1,6 @@
config BR2_PACKAGE_SKIFF_INIT_KEXEC
bool "skiff-init-kexec"
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on !BR2_TOOLCHAIN_USES_UCLIBC
depends on BR2_USE_MMU
select BR2_PACKAGE_STATIC_KEXEC
help
Expand Down
@@ -1,7 +1,6 @@
config BR2_PACKAGE_SKIFF_INIT_SQUASHFS
bool "skiff-init-squashfs"
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on !BR2_TOOLCHAIN_USES_UCLIBC
depends on BR2_USE_MMU
help
Statically linked init binary to chroot into squashfs.
Expand Down
Expand Up @@ -46,7 +46,6 @@ CONFIG_STATIC=y
# CONFIG_FEATURE_LIBBUSYBOX_STATIC is not set
# CONFIG_FEATURE_INDIVIDUAL is not set
# CONFIG_FEATURE_SHARED_BUSYBOX is not set
CONFIG_CROSS_COMPILER_PREFIX="x86_64-buildroot-linux-uclibc-"
CONFIG_SYSROOT=""
CONFIG_EXTRA_CFLAGS=""
CONFIG_EXTRA_LDFLAGS=""
Expand Down

0 comments on commit 0938873

Please sign in to comment.