diff --git a/Makefile b/Makefile index 9b58e94..cafbe8a 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ ROOTDIR := $(realpath .) @case $(_DIR) in \ rootfs) \ - $(MAKE) -C rootfs O=$(ROOTDIR)/arch/rootfs/$(_ARCH) build \ + $(MAKE) -C rootfs O=$(ROOTDIR)/arch/rootfs/$(_ARCH) all \ ;; \ kernel) \ if [ $(_ARCH) == arm64 ]; then \ diff --git a/arch/rootfs/amd64/.config b/arch/rootfs/amd64/.config index a75570c..4dcd516 100644 --- a/arch/rootfs/amd64/.config +++ b/arch/rootfs/amd64/.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Buildroot 2023.05.2-6-g2b2c4f3eec Configuration +# Buildroot 2023.05.2-6-g27dd2274de Configuration # BR2_HAVE_DOT_CONFIG=y BR2_HOST_GCC_AT_LEAST_4_9=y diff --git a/arch/rootfs/arm64/.config b/arch/rootfs/arm64/.config index 7ccde68..885d1b8 100644 --- a/arch/rootfs/arm64/.config +++ b/arch/rootfs/arm64/.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Buildroot 2023.05.2-6-g2b2c4f3eec Configuration +# Buildroot 2023.05.2-6-g0957e48dbb Configuration # BR2_HAVE_DOT_CONFIG=y BR2_HOST_GCC_AT_LEAST_4_9=y