From 7be4de653cf50d82cbe3bd2252f11d39136ce65e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 8 Apr 2025 16:24:02 +0200 Subject: toybox: add init and toysh configuration for testing --- package/toybox/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'package/toybox/Makefile') diff --git a/package/toybox/Makefile b/package/toybox/Makefile index 9ab6d4d91..9c54468eb 100644 --- a/package/toybox/Makefile +++ b/package/toybox/Makefile @@ -24,11 +24,16 @@ XAKE_FLAGS+= CC="gcc" V=1 PREFIX="$(WRKINST)" do-configure: -rm $(WRKBUILD)/toys/other/swap*.c + -rm $(WRKBUILD)/toys/other/gpiod.c + -rm $(WRKBUILD)/toys/other/lsattr.c + -rm $(WRKBUILD)/toys/other/nsenter.c -rm $(WRKBUILD)/toys/posix/getconf.c -rm $(WRKBUILD)/toys/posix/iconv.c - cd $(WRKBUILD); CC="gcc" PATH='$(HOST_PATH)' $(MAKE) defconfig + cp ./files/config $(WRKBUILD)/.config toybox-install: $(CP) $(WRKINST)/* $(IDIR_TOYBOX)/ + $(INSTALL_DIR) $(IDIR_TOYBOX)/etc + $(CP) ./files/inittab $(IDIR_TOYBOX)/etc include $(ADK_TOPDIR)/mk/pkg-bottom.mk -- cgit v1.2.3