Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
itsManjeet committed Aug 19, 2024
1 parent 26314c5 commit b60ccfc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions board/x86_64/post-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ln -s usr/lib $INITRAMFS_DIR/lib64
mkdir -p $INITRAMFS_DIR/lib/modules/


for bin in bin/sh bin/mount bin/sleep bin/grep bin/sort bin/mkdir bin/head bin/awk bin/findfs sbin/switch_root sbin/udevd bin/udevadm bin/kmod bin/psplash; do
for bin in bin/sh bin/mount bin/sleep bin/grep bin/sort bin/mkdir bin/head bin/awk sbin/findfs sbin/switch_root sbin/udevd bin/udevadm bin/kmod bin/psplash; do
install -vm755 $TARGET_DIR/$bin $INITRAMFS_DIR/$bin
objdump -p $INITRAMFS_DIR/$bin | grep NEEDED | awk '{print $2}' >> $UNSORTED
done
Expand Down Expand Up @@ -171,7 +171,7 @@ EOF

chmod +x $INITRAMFS_DIR/init

tree $INITRAMFS_DIR
which tree 2>/dev/null && tree $INITRAMFS_DIR

(
cd $INITRAMFS_DIR
Expand Down
14 changes: 7 additions & 7 deletions config/busybox.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Busybox version: 1.36.1
# Thu Jul 18 15:10:40 2024
# Mon Aug 19 08:30:20 2024
#
CONFIG_HAVE_DOT_CONFIG=y

Expand All @@ -27,9 +27,9 @@ CONFIG_BUSYBOX=y
# CONFIG_FEATURE_SHOW_SCRIPT is not set
CONFIG_FEATURE_INSTALLER=y
CONFIG_INSTALL_NO_USR=y
# CONFIG_FEATURE_SUID is not set
# CONFIG_FEATURE_SUID_CONFIG is not set
# CONFIG_FEATURE_SUID_CONFIG_QUIET is not set
CONFIG_FEATURE_SUID=y
CONFIG_FEATURE_SUID_CONFIG=y
CONFIG_FEATURE_SUID_CONFIG_QUIET=y
CONFIG_FEATURE_PREFER_APPLETS=y
CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe"
CONFIG_SELINUX=y
Expand Down Expand Up @@ -59,8 +59,8 @@ CONFIG_STATIC_LIBGCC=y
#
# Installation Options ("make install" behavior)
#
CONFIG_INSTALL_APPLET_SYMLINKS=y
# CONFIG_INSTALL_APPLET_HARDLINKS is not set
# CONFIG_INSTALL_APPLET_SYMLINKS is not set
CONFIG_INSTALL_APPLET_HARDLINKS=y
# CONFIG_INSTALL_APPLET_SCRIPT_WRAPPERS is not set
# CONFIG_INSTALL_APPLET_DONT is not set
# CONFIG_INSTALL_SH_APPLET_SYMLINK is not set
Expand Down Expand Up @@ -434,7 +434,7 @@ CONFIG_FEATURE_VI_COLON=y
CONFIG_FEATURE_VI_COLON_EXPAND=y
CONFIG_FEATURE_VI_YANKMARK=y
CONFIG_FEATURE_VI_SEARCH=y
# CONFIG_FEATURE_VI_REGEX_SEARCH is noy set
# CONFIG_FEATURE_VI_REGEX_SEARCH is not set
CONFIG_FEATURE_VI_USE_SIGNALS=y
CONFIG_FEATURE_VI_DOT_CMD=y
CONFIG_FEATURE_VI_READONLY=y
Expand Down

0 comments on commit b60ccfc

Please sign in to comment.