coolsnowwolf / lede

Lean's LEDE source
Other
29.65k stars 19.51k forks source link

从来没有编译成功过,这次好不容易编译了很久,又报错 #4803

Closed pmxEr5lZwZ closed 4 years ago

pmxEr5lZwZ commented 4 years ago

按照教程来的,从来没有编译成功过, (这三天内的经历) 1.之前用docker ubuntu 18.04编译,不行, 2.后来用windows商店Ubuntu 18.04 LTS编译,开全局代理,不行 3.海外VPS用Docker ubuntu 18.04编译,不行, 4.海外VPS用make menuconfig不选型号,默认编译,不行, 5.windows商店Ubuntu 20.04 LTS 编译,选择Newifi D2型号,不行 是我的人品不行么。。。

touch /home/user/lede/staging_dir/target-mipsel_24kc_musl/root-ramips/stamp/.opkg_installed
mkdir -p /home/user/lede/bin/targets/ramips/mt7621/packages /home/user/lede/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7621/opkg-2020-01-25-c09fe209/ipkg-mipsel_24kc/opkg/CONTROL /home/user/lede/staging_dir/target-mipsel_24kc_musl/pkginfo
install -d -m0755 /home/user/lede/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7621/opkg-2020-01-25-c09fe209/ipkg-mipsel_24kc/opkg/usr/lib/opkg
install -d -m0755 /home/user/lede/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7621/opkg-2020-01-25-c09fe209/ipkg-mipsel_24kc/opkg/bin
install -d -m0755 /home/user/lede/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7621/opkg-2020-01-25-c09fe209/ipkg-mipsel_24kc/opkg/etc/opkg
install -d -m0755 /home/user/lede/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7621/opkg-2020-01-25-c09fe209/ipkg-mipsel_24kc/opkg/etc/uci-defaults
install -m0644 ./files/customfeeds.conf /home/user/lede/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7621/opkg-2020-01-25-c09fe209/ipkg-mipsel_24kc/opkg/etc/opkg/customfeeds.conf
install -m0644 ./files/opkg.conf /home/user/lede/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7621/opkg-2020-01-25-c09fe209/ipkg-mipsel_24kc/opkg/etc/opkg.conf
install -m0755 ./files/20_migrate-feeds /home/user/lede/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7621/opkg-2020-01-25-c09fe209/ipkg-mipsel_24kc/opkg/etc/uci-defaults/
install -m0755 /home/user/lede/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7621/opkg-2020-01-25-c09fe209/ipkg-install/usr/bin/opkg-cl /home/user/lede/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7621/opkg-2020-01-25-c09fe209/ipkg-mipsel_24kc/opkg/bin/opkg
install -d -m0755 /home/user/lede/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7621/opkg-2020-01-25-c09fe209/ipkg-mipsel_24kc/opkg/usr/sbin
install -m0755 ./files/opkg-key /home/user/lede/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7621/opkg-2020-01-25-c09fe209/ipkg-mipsel_24kc/opkg/usr/sbin/
find /home/user/lede/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7621/opkg-2020-01-25-c09fe209/ipkg-mipsel_24kc/opkg -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf
export CROSS="mipsel-openwrt-linux-musl-"  NO_RENAME=1 ; NM="mipsel-openwrt-linux-musl-nm" STRIP="/home/user/lede/staging_dir/host/bin/sstrip" STRIP_KMOD="/home/user/lede/scripts/strip-kmod.sh" PATCHELF="/home/user/lede/staging_dir/host/bin/patchelf" /home/user/lede/scripts/rstrip.sh /home/user/lede/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7621/opkg-2020-01-25-c09fe209/ipkg-mipsel_24kc/opkg
rstrip.sh: /home/user/lede/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7621/opkg-2020-01-25-c09fe209/ipkg-mipsel_24kc/opkg/bin/opkg: executable
(cd /home/user/lede/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7621/opkg-2020-01-25-c09fe209/ipkg-mipsel_24kc/opkg/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -x "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -x "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm; echo "$V_Package_opkg_conffiles" > conffiles;  )
install -d -m0755 /home/user/lede/bin/packages/mipsel_24kc/base
/home/user/lede/scripts/ipkg-build -c -o 0 -g 0 /home/user/lede/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7621/opkg-2020-01-25-c09fe209/ipkg-mipsel_24kc/opkg /home/user/lede/bin/packages/mipsel_24kc/base
/home/user/lede/staging_dir/host/bin/find: '/home/user/lede/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7621/opkg-2020-01-25-c09fe209/ipkg-mipsel_24kc/opkg/etc/opkg/keys/': No such file or directory
Packaged contents of /home/user/lede/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7621/opkg-2020-01-25-c09fe209/ipkg-mipsel_24kc/opkg into /home/user/lede/bin/packages/mipsel_24kc/base/opkg_2020-01-25-c09fe209-1_mipsel_24kc.ipk
echo "opkg" >> /home/user/lede/staging_dir/target-mipsel_24kc_musl/pkginfo/opkg.default.install
rm -rf /home/user/lede/tmp/stage-opkg
mkdir -p /home/user/lede/tmp/stage-opkg/host /home/user/lede/staging_dir/target-mipsel_24kc_musl/packages /home/user/lede/staging_dir/host/packages
find /home/user/lede/tmp/stage-opkg -name '*.la' | xargs -r rm -f;      find /home/user/lede/tmp/stage-opkg -name '*.la' | xargs -r rm -f;
if [ -f /home/user/lede/staging_dir/target-mipsel_24kc_musl/packages/opkg.list ]; then /home/user/lede/scripts/clean-package.sh "/home/user/lede/staging_dir/target-mipsel_24kc_musl/packages/opkg.list" "/home/user/lede/staging_dir/target-mipsel_24kc_musl"; fi
if [ -d /home/user/lede/tmp/stage-opkg ]; then (cd /home/user/lede/tmp/stage-opkg; find ./ > /home/user/lede/tmp/stage-opkg.files);     SHELL= flock /home/user/lede/tmp/.staging-dir.flock -c ' mv /home/user/lede/tmp/stage-opkg.files /home/user/lede/staging_dir/target-mipsel_24kc_musl/packages/opkg.list && cp -fpR /home/user/lede/tmp/stage-opkg/* /home/user/lede/staging_dir/target-mipsel_24kc_musl/; '; fi
rm -rf /home/user/lede/tmp/stage-opkg
touch /home/user/lede/staging_dir/target-mipsel_24kc_musl/stamp/.opkg_installed
make[3]: Leaving directory '/home/user/lede/package/system/opkg'
time: package/system/opkg/compile#5.25#7.64#14.53
make[3]: Entering directory '/home/user/lede/package/system/urandom-seed'
touch /home/user/lede/build_dir/target-mipsel_24kc_musl/urandom-seed/.prepared_fdd139aac3e84ba8cfac6482cb90c809_6664517399ebbbc92a37c5bb081b5c53_check
mkdir -p /home/user/lede/build_dir/target-mipsel_24kc_musl/urandom-seed
touch /home/user/lede/build_dir/target-mipsel_24kc_musl/urandom-seed/.prepared_fdd139aac3e84ba8cfac6482cb90c809_6664517399ebbbc92a37c5bb081b5c53
rm -f /home/user/lede/build_dir/target-mipsel_24kc_musl/urandom-seed/.configured_*
rm -f /home/user/lede/staging_dir/target-mipsel_24kc_musl/stamp/.urandom-seed_installed
(cd /home/user/lede/build_dir/target-mipsel_24kc_musl/urandom-seed/./; if [ -x ./configure ]; then find /home/user/lede/build_dir/target-mipsel_24kc_musl/urandom-seed/ -name config.guess | xargs -r chmod u+w; find /home/user/lede/build_dir/target-mipsel_24kc_musl/urandom-seed/ -name config.guess | xargs -r -n1 cp --remove-destination /home/user/lede/scripts/config.guess; find /home/user/lede/build_dir/target-mipsel_24kc_musl/urandom-seed/ -name config.sub | xargs -r chmod u+w; find /home/user/lede/build_dir/target-mipsel_24kc_musl/urandom-seed/ -name config.sub | xargs -r -n1 cp --remove-destination /home/user/lede/scripts/config.sub; AR="mipsel-openwrt-linux-musl-gcc-ar" AS="mipsel-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -iremap/home/user/lede/build_dir/target-mipsel_24kc_musl/urandom-seed:urandom-seed -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" LD=mipsel-openwrt-linux-musl-ld NM="mipsel-openwrt-linux-musl-gcc-nm" CC="mipsel-openwrt-linux-musl-gcc" GCC="mipsel-openwrt-linux-musl-gcc" CXX="mipsel-openwrt-linux-musl-g++" RANLIB="mipsel-openwrt-linux-musl-gcc-ranlib" STRIP=mipsel-openwrt-linux-musl-strip OBJCOPY=mipsel-openwrt-linux-musl-objcopy OBJDUMP=mipsel-openwrt-linux-musl-objdump SIZE=mipsel-openwrt-linux-musl-size CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -mips16 -minterlink-mips16 -iremap/home/user/lede/build_dir/target-mipsel_24kc_musl/urandom-seed:urandom-seed -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -mips16 -minterlink-mips16 -iremap/home/user/lede/build_dir/target-mipsel_24kc_musl/urandom-seed:urandom-seed -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro " CPPFLAGS="-I/home/user/lede/staging_dir/target-mipsel_24kc_musl/usr/include -I/home/user/lede/staging_dir/target-mipsel_24kc_musl/include -I/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/usr/include -I/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/include/fortify -I/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/include " LDFLAGS="-L/home/user/lede/staging_dir/target-mipsel_24kc_musl/usr/lib -L/home/user/lede/staging_dir/target-mipsel_24kc_musl/lib -L/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/usr/lib -L/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/lib -znow -zrelro "   ./configure --target=mipsel-openwrt-linux --host=mipsel-openwrt-linux --build=x86_64-pc-linux-gnu --program-prefix="" --program-suffix="" --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --sysconfdir=/etc --datadir=/usr/share --localstatedir=/var --mandir=/usr/man --infodir=/usr/info --disable-nls  ; fi; )
touch /home/user/lede/build_dir/target-mipsel_24kc_musl/urandom-seed/.configured_68b329da9893e34099c7d8ad5cb9c940
rm -f /home/user/lede/build_dir/target-mipsel_24kc_musl/urandom-seed/.built
touch /home/user/lede/build_dir/target-mipsel_24kc_musl/urandom-seed/.built_check
touch /home/user/lede/build_dir/target-mipsel_24kc_musl/urandom-seed/.built
rm -rf /home/user/lede/build_dir/target-mipsel_24kc_musl/urandom-seed/.pkgdir/urandom-seed.installed /home/user/lede/build_dir/target-mipsel_24kc_musl/urandom-seed/.pkgdir/urandom-seed
mkdir -p /home/user/lede/build_dir/target-mipsel_24kc_musl/urandom-seed/.pkgdir/urandom-seed
cp -fpR ./files/* /home/user/lede/build_dir/target-mipsel_24kc_musl/urandom-seed/.pkgdir/urandom-seed/
touch /home/user/lede/build_dir/target-mipsel_24kc_musl/urandom-seed/.pkgdir/urandom-seed.installed
mkdir -p /home/user/lede/staging_dir/target-mipsel_24kc_musl/root-ramips/stamp
SHELL= flock /home/user/lede/tmp/.root-copy.flock -c 'cp -fpR /home/user/lede/build_dir/target-mipsel_24kc_musl/urandom-seed/.pkgdir/urandom-seed/. /home/user/lede/staging_dir/target-mipsel_24kc_musl/root-ramips/'
touch /home/user/lede/staging_dir/target-mipsel_24kc_musl/root-ramips/stamp/.urandom-seed_installed
mkdir -p /home/user/lede/bin/targets/ramips/mt7621/packages /home/user/lede/build_dir/target-mipsel_24kc_musl/urandom-seed/ipkg-mipsel_24kc/urandom-seed/CONTROL /home/user/lede/staging_dir/target-mipsel_24kc_musl/pkginfo
cp -fpR ./files/* /home/user/lede/build_dir/target-mipsel_24kc_musl/urandom-seed/ipkg-mipsel_24kc/urandom-seed/
find /home/user/lede/build_dir/target-mipsel_24kc_musl/urandom-seed/ipkg-mipsel_24kc/urandom-seed -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf
export CROSS="mipsel-openwrt-linux-musl-"  NO_RENAME=1 ; NM="mipsel-openwrt-linux-musl-nm" STRIP="/home/user/lede/staging_dir/host/bin/sstrip" STRIP_KMOD="/home/user/lede/scripts/strip-kmod.sh" PATCHELF="/home/user/lede/staging_dir/host/bin/patchelf" /home/user/lede/scripts/rstrip.sh /home/user/lede/build_dir/target-mipsel_24kc_musl/urandom-seed/ipkg-mipsel_24kc/urandom-seed
(cd /home/user/lede/build_dir/target-mipsel_24kc_musl/urandom-seed/ipkg-mipsel_24kc/urandom-seed/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -x "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -x "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm;  )
install -d -m0755 /home/user/lede/bin/packages/mipsel_24kc/base
/home/user/lede/scripts/ipkg-build -c -o 0 -g 0 /home/user/lede/build_dir/target-mipsel_24kc_musl/urandom-seed/ipkg-mipsel_24kc/urandom-seed /home/user/lede/bin/packages/mipsel_24kc/base
Packaged contents of /home/user/lede/build_dir/target-mipsel_24kc_musl/urandom-seed/ipkg-mipsel_24kc/urandom-seed into /home/user/lede/bin/packages/mipsel_24kc/base/urandom-seed_1.0-1_mipsel_24kc.ipk
echo "urandom-seed" >> /home/user/lede/staging_dir/target-mipsel_24kc_musl/pkginfo/urandom-seed.default.install
make[3]: Leaving directory '/home/user/lede/package/system/urandom-seed'
time: package/system/urandom-seed/compile#0.10#0.82#1.90
make[3]: Entering directory '/home/user/lede/package/system/urngd'
touch /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/.prepared_8fcbbaf579bc8f828b1c1ddc5f4f56ff_6664517399ebbbc92a37c5bb081b5c53_check
. /home/user/lede/include/shell.sh; xzcat /home/user/lede/dl/urngd-2020-01-21-c7f7b6b6.tar.xz | tar -C /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/.. -xf -
[ ! -d ./src/ ] || cp -fpR ./src/. /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6
touch /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/.prepared_8fcbbaf579bc8f828b1c1ddc5f4f56ff_6664517399ebbbc92a37c5bb081b5c53
rm -f /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/.configured_*
rm -f /home/user/lede/staging_dir/target-mipsel_24kc_musl/stamp/.urngd_installed
mkdir -p /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6
(cd /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6; CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -mips16 -minterlink-mips16 -iremap/home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6:urngd-2020-01-21-c7f7b6b6 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -mips16 -minterlink-mips16 -iremap/home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6:urngd-2020-01-21-c7f7b6b6 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro " LDFLAGS="-L/home/user/lede/staging_dir/target-mipsel_24kc_musl/usr/lib -L/home/user/lede/staging_dir/target-mipsel_24kc_musl/lib -L/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/usr/lib -L/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/lib -znow -zrelro " cmake -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_VERSION=1 -DCMAKE_SYSTEM_PROCESSOR=mipsel -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS_RELEASE="-DNDEBUG" -DCMAKE_CXX_FLAGS_RELEASE="-DNDEBUG" -DCMAKE_C_COMPILER="/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/bin/mipsel-openwrt-linux-musl-gcc" -DCMAKE_C_COMPILER_ARG1="" -DCMAKE_CXX_COMPILER="/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/bin/mipsel-openwrt-linux-musl-g++" -DCMAKE_CXX_COMPILER_ARG1="" -DCMAKE_ASM_COMPILER="/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/bin/mipsel-openwrt-linux-musl-gcc" -DCMAKE_ASM_COMPILER_ARG1="" -DCMAKE_EXE_LINKER_FLAGS:STRING="-L/home/user/lede/staging_dir/target-mipsel_24kc_musl/usr/lib -L/home/user/lede/staging_dir/target-mipsel_24kc_musl/lib -L/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/usr/lib -L/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/lib -znow -zrelro" -DCMAKE_MODULE_LINKER_FLAGS:STRING="-L/home/user/lede/staging_dir/target-mipsel_24kc_musl/usr/lib -L/home/user/lede/staging_dir/target-mipsel_24kc_musl/lib -L/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/usr/lib -L/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/lib -znow -zrelro -Wl,-Bsymbolic-functions" -DCMAKE_SHARED_LINKER_FLAGS:STRING="-L/home/user/lede/staging_dir/target-mipsel_24kc_musl/usr/lib -L/home/user/lede/staging_dir/target-mipsel_24kc_musl/lib -L/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/usr/lib -L/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/lib -znow -zrelro -Wl,-Bsymbolic-functions" -DCMAKE_AR="/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/bin/mipsel-openwrt-linux-musl-gcc-ar" -DCMAKE_NM="/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/bin/mipsel-openwrt-linux-musl-gcc-nm" -DCMAKE_RANLIB="/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/bin/mipsel-openwrt-linux-musl-gcc-ranlib" -DCMAKE_FIND_ROOT_PATH="/home/user/lede/staging_dir/target-mipsel_24kc_musl/usr;/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl" -DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=BOTH -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY -DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY -DCMAKE_STRIP=: -DCMAKE_INSTALL_PREFIX=/usr -DDL_LIBRARY=/home/user/lede/staging_dir/target-mipsel_24kc_musl -DCMAKE_PREFIX_PATH=/home/user/lede/staging_dir/target-mipsel_24kc_musl -DCMAKE_SKIP_RPATH=TRUE  /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6 )
-- The C compiler identification is GNU 7.5.0
-- The CXX compiler identification is GNU 7.5.0
-- Check for working C compiler: /home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/bin/mipsel-openwrt-linux-musl-gcc
-- Check for working C compiler: /home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/bin/mipsel-openwrt-linux-musl-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/bin/mipsel-openwrt-linux-musl-g++
-- Check for working CXX compiler: /home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/bin/mipsel-openwrt-linux-musl-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /home/user/lede/staging_dir/host/bin/pkg-config (found version "0.29.2")
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_ASM_COMPILER
    CMAKE_ASM_COMPILER_ARG1
    CMAKE_MODULE_LINKER_FLAGS
    CMAKE_SHARED_LINKER_FLAGS
    DL_LIBRARY

-- Build files have been written to: /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6
touch /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/.configured_68b329da9893e34099c7d8ad5cb9c940
rm -f /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/.built
touch /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/.built_check
CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -mips16 -minterlink-mips16 -iremap/home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6:urngd-2020-01-21-c7f7b6b6 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/home/user/lede/staging_dir/target-mipsel_24kc_musl/usr/include -I/home/user/lede/staging_dir/target-mipsel_24kc_musl/include -I/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/usr/include -I/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/include/fortify -I/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/include " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -mips16 -minterlink-mips16 -iremap/home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6:urngd-2020-01-21-c7f7b6b6 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/home/user/lede/staging_dir/target-mipsel_24kc_musl/usr/include -I/home/user/lede/staging_dir/target-mipsel_24kc_musl/include -I/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/usr/include -I/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/include/fortify -I/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/include " LDFLAGS="-L/home/user/lede/staging_dir/target-mipsel_24kc_musl/usr/lib -L/home/user/lede/staging_dir/target-mipsel_24kc_musl/lib -L/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/usr/lib -L/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/lib -znow -zrelro " make  -C /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/. AR="mipsel-openwrt-linux-musl-gcc-ar" AS="mipsel-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -iremap/home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6:urngd-2020-01-21-c7f7b6b6 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" LD=mipsel-openwrt-linux-musl-ld NM="mipsel-openwrt-linux-musl-gcc-nm" CC="mipsel-openwrt-linux-musl-gcc" GCC="mipsel-openwrt-linux-musl-gcc" CXX="mipsel-openwrt-linux-musl-g++" RANLIB="mipsel-openwrt-linux-musl-gcc-ranlib" STRIP=mipsel-openwrt-linux-musl-strip OBJCOPY=mipsel-openwrt-linux-musl-objcopy OBJDUMP=mipsel-openwrt-linux-musl-objdump SIZE=mipsel-openwrt-linux-musl-size CROSS="mipsel-openwrt-linux-musl-" ARCH="mipsel" CMAKE_COMMAND='/home/user/lede/staging_dir/host/bin/cmake' CMAKE_DISABLE_cmake_check_build_system=1 ;
make[4]: Entering directory '/home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6'
make[5]: Entering directory '/home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6'
make[6]: Entering directory '/home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6'
Scanning dependencies of target urngd
make[6]: Leaving directory '/home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6'
make[6]: Entering directory '/home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6'
[ 33%] Building C object CMakeFiles/urngd.dir/urngd.c.o
[ 66%] Building C object CMakeFiles/urngd.dir/3rdparty/jitterentropy-rngd/jitterentropy-base.c.o
[100%] Linking C executable urngd
make[6]: Leaving directory '/home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6'
[100%] Built target urngd
make[5]: Leaving directory '/home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6'
make[4]: Leaving directory '/home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6'
CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -mips16 -minterlink-mips16 -iremap/home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6:urngd-2020-01-21-c7f7b6b6 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/home/user/lede/staging_dir/target-mipsel_24kc_musl/usr/include -I/home/user/lede/staging_dir/target-mipsel_24kc_musl/include -I/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/usr/include -I/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/include/fortify -I/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/include " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -mips16 -minterlink-mips16 -iremap/home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6:urngd-2020-01-21-c7f7b6b6 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro  -I/home/user/lede/staging_dir/target-mipsel_24kc_musl/usr/include -I/home/user/lede/staging_dir/target-mipsel_24kc_musl/include -I/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/usr/include -I/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/include/fortify -I/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/include " LDFLAGS="-L/home/user/lede/staging_dir/target-mipsel_24kc_musl/usr/lib -L/home/user/lede/staging_dir/target-mipsel_24kc_musl/lib -L/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/usr/lib -L/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/lib -znow -zrelro " make -C /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/. AR="mipsel-openwrt-linux-musl-gcc-ar" AS="mipsel-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -iremap/home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6:urngd-2020-01-21-c7f7b6b6 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" LD=mipsel-openwrt-linux-musl-ld NM="mipsel-openwrt-linux-musl-gcc-nm" CC="mipsel-openwrt-linux-musl-gcc" GCC="mipsel-openwrt-linux-musl-gcc" CXX="mipsel-openwrt-linux-musl-g++" RANLIB="mipsel-openwrt-linux-musl-gcc-ranlib" STRIP=mipsel-openwrt-linux-musl-strip OBJCOPY=mipsel-openwrt-linux-musl-objcopy OBJDUMP=mipsel-openwrt-linux-musl-objdump SIZE=mipsel-openwrt-linux-musl-size CROSS="mipsel-openwrt-linux-musl-" ARCH="mipsel" CMAKE_COMMAND='/home/user/lede/staging_dir/host/bin/cmake' CMAKE_DISABLE_cmake_check_build_system=1 DESTDIR="/home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/ipkg-install"  install;
make[4]: Entering directory '/home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6'
make[5]: Entering directory '/home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6'
make[6]: Entering directory '/home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6'
make[6]: Leaving directory '/home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6'
[100%] Built target urngd
make[5]: Leaving directory '/home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6'
Install the project...
-- Install configuration: "Release"
-- Installing: /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/ipkg-install/usr/sbin/urngd
make[4]: Leaving directory '/home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6'
touch /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/.built
rm -rf /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/.pkgdir/urngd.installed /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/.pkgdir/urngd
mkdir -p /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/.pkgdir/urngd
install -d -m0755 /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/.pkgdir/urngd/etc/init.d
install -m0755 ./files/urngd.init /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/.pkgdir/urngd/etc/init.d/urngd
install -d -m0755 /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/.pkgdir/urngd/sbin
install -m0755 /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/urngd /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/.pkgdir/urngd/sbin/urngd
touch /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/.pkgdir/urngd.installed
mkdir -p /home/user/lede/staging_dir/target-mipsel_24kc_musl/root-ramips/stamp
SHELL= flock /home/user/lede/tmp/.root-copy.flock -c 'cp -fpR /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/.pkgdir/urngd/. /home/user/lede/staging_dir/target-mipsel_24kc_musl/root-ramips/'
touch /home/user/lede/staging_dir/target-mipsel_24kc_musl/root-ramips/stamp/.urngd_installed
mkdir -p /home/user/lede/bin/targets/ramips/mt7621/packages /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/ipkg-mipsel_24kc/urngd/CONTROL /home/user/lede/staging_dir/target-mipsel_24kc_musl/pkginfo
install -d -m0755 /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/ipkg-mipsel_24kc/urngd/etc/init.d
install -m0755 ./files/urngd.init /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/ipkg-mipsel_24kc/urngd/etc/init.d/urngd
install -d -m0755 /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/ipkg-mipsel_24kc/urngd/sbin
install -m0755 /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/urngd /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/ipkg-mipsel_24kc/urngd/sbin/urngd
find /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/ipkg-mipsel_24kc/urngd -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf
export CROSS="mipsel-openwrt-linux-musl-"  NO_RENAME=1 ; NM="mipsel-openwrt-linux-musl-nm" STRIP="/home/user/lede/staging_dir/host/bin/sstrip" STRIP_KMOD="/home/user/lede/scripts/strip-kmod.sh" PATCHELF="/home/user/lede/staging_dir/host/bin/patchelf" /home/user/lede/scripts/rstrip.sh /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/ipkg-mipsel_24kc/urngd
rstrip.sh: /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/ipkg-mipsel_24kc/urngd/sbin/urngd: executable
(cd /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/ipkg-mipsel_24kc/urngd/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -x "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -x "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm;  )
install -d -m0755 /home/user/lede/bin/packages/mipsel_24kc/base
/home/user/lede/scripts/ipkg-build -c -o 0 -g 0 /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/ipkg-mipsel_24kc/urngd /home/user/lede/bin/packages/mipsel_24kc/base
Packaged contents of /home/user/lede/build_dir/target-mipsel_24kc_musl/urngd-2020-01-21-c7f7b6b6/ipkg-mipsel_24kc/urngd into /home/user/lede/bin/packages/mipsel_24kc/base/urngd_2020-01-21-c7f7b6b6-1_mipsel_24kc.ipk
echo "urngd" >> /home/user/lede/staging_dir/target-mipsel_24kc_musl/pkginfo/urngd.default.install
rm -rf /home/user/lede/tmp/stage-urngd
mkdir -p /home/user/lede/tmp/stage-urngd/host /home/user/lede/staging_dir/target-mipsel_24kc_musl/packages /home/user/lede/staging_dir/host/packages
find /home/user/lede/tmp/stage-urngd -name '*.la' | xargs -r rm -f;
if [ -f /home/user/lede/staging_dir/target-mipsel_24kc_musl/packages/urngd.list ]; then /home/user/lede/scripts/clean-package.sh "/home/user/lede/staging_dir/target-mipsel_24kc_musl/packages/urngd.list" "/home/user/lede/staging_dir/target-mipsel_24kc_musl"; fi
if [ -d /home/user/lede/tmp/stage-urngd ]; then (cd /home/user/lede/tmp/stage-urngd; find ./ > /home/user/lede/tmp/stage-urngd.files);  SHELL= flock /home/user/lede/tmp/.staging-dir.flock -c ' mv /home/user/lede/tmp/stage-urngd.files /home/user/lede/staging_dir/target-mipsel_24kc_musl/packages/urngd.list && cp -fpR /home/user/lede/tmp/stage-urngd/* /home/user/lede/staging_dir/target-mipsel_24kc_musl/; '; fi
rm -rf /home/user/lede/tmp/stage-urngd
touch /home/user/lede/staging_dir/target-mipsel_24kc_musl/stamp/.urngd_installed
make[3]: Leaving directory '/home/user/lede/package/system/urngd'
time: package/system/urngd/compile#1.00#3.62#6.10
make[3]: Entering directory '/home/user/lede/package/utils/busybox'
touch /home/user/lede/build_dir/target-mipsel_24kc_musl/busybox-1.30.0/.prepared_7059b113db8587d49b7ee5904e369f5b_6664517399ebbbc92a37c5bb081b5c53_check
. /home/user/lede/include/shell.sh; bzcat /home/user/lede/dl/busybox-1.30.0.tar.bz2 | tar -C /home/user/lede/build_dir/target-mipsel_24kc_musl/busybox-1.30.0/.. -xf -
[ ! -d ./src/ ] || cp -fpR ./src/. /home/user/lede/build_dir/target-mipsel_24kc_musl/busybox-1.30.0

Applying ./patches/100-trylink_bash.patch using plaintext:
patching file scripts/trylink

Applying ./patches/101-gen_build_files_bash.patch using plaintext:
patching file scripts/gen_build_files.sh

Applying ./patches/110-no_static_libgcc.patch using plaintext:
patching file Makefile.flags

Applying ./patches/120-lto-jobserver.patch using plaintext:
patching file scripts/Kbuild.include

Applying ./patches/130-mconf_missing_sigwinch.patch using plaintext:
patching file scripts/kconfig/mconf.c

Applying ./patches/200-udhcpc_reduce_msgs.patch using plaintext:
patching file networking/udhcp/dhcpc.c

Applying ./patches/201-udhcpc_changed_ifindex.patch using plaintext:
patching file networking/udhcp/dhcpc.c

Applying ./patches/203-udhcpc_renew_no_deconfig.patch using plaintext:
patching file networking/udhcp/dhcpc.c

Applying ./patches/210-add_netmsg_util.patch using plaintext:
patching file networking/netmsg.c

Applying ./patches/220-add_lock_util.patch using plaintext:
patching file miscutils/lock.c

Applying ./patches/230-add_nslookup_lede.patch using plaintext:
patching file Makefile.flags
patching file networking/nslookup_lede.c

Applying ./patches/240-telnetd_intr.patch using plaintext:
patching file networking/telnetd.c

Applying ./patches/250-date-k-flag.patch using plaintext:
patching file coreutils/date.c

Applying ./patches/270-libbb_make_unicode_printable.patch using plaintext:
patching file libbb/printable_string.c

Applying ./patches/301-ip-link-fix-netlink-msg-size.patch using plaintext:
patching file networking/libiproute/iplink.c

Applying ./patches/500-move-traceroute-applets-to-bin.patch using plaintext:
patching file networking/traceroute.c

Applying ./patches/510-move-passwd-applet-to-bin.patch using plaintext:
patching file loginutils/passwd.c

Applying ./patches/900-add-e-f-option-for-docker.patch using plaintext:
patching file procps/ps.c
touch /home/user/lede/build_dir/target-mipsel_24kc_musl/busybox-1.30.0/.prepared_7059b113db8587d49b7ee5904e369f5b_6664517399ebbbc92a37c5bb081b5c53
rm -f /home/user/lede/build_dir/target-mipsel_24kc_musl/busybox-1.30.0/.configured_*
rm -f /home/user/lede/staging_dir/target-mipsel_24kc_musl/stamp/.busybox_installed
grep 'CONFIG_BUSYBOX_DEFAULT' /home/user/lede/.config | sed -e "s,\\(# \)\\?CONFIG_BUSYBOX_DEFAULT_\\(.*\\),\\1CONFIG_\\2,g" > /home/user/lede/build_dir/target-mipsel_24kc_musl/busybox-1.30.0/.config
yes 'n' | make -C /home/user/lede/build_dir/target-mipsel_24kc_musl/busybox-1.30.0 AR="mipsel-openwrt-linux-musl-gcc-ar" AS="mipsel-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -iremap/home/user/lede/build_dir/target-mipsel_24kc_musl/busybox-1.30.0:busybox-1.30.0 -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -flto" LD=mipsel-openwrt-linux-musl-ld NM="mipsel-openwrt-linux-musl-gcc-nm" CC="mipsel-openwrt-linux-musl-gcc" GCC="mipsel-openwrt-linux-musl-gcc" CXX="mipsel-openwrt-linux-musl-g++" RANLIB="mipsel-openwrt-linux-musl-gcc-ranlib" STRIP=mipsel-openwrt-linux-musl-strip OBJCOPY=mipsel-openwrt-linux-musl-objcopy OBJDUMP=mipsel-openwrt-linux-musl-objdump SIZE=mipsel-openwrt-linux-musl-size CROSS="mipsel-openwrt-linux-musl-" ARCH="mipsel" EXTRA_CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -mips16 -minterlink-mips16 -iremap/home/user/lede/build_dir/target-mipsel_24kc_musl/busybox-1.30.0:busybox-1.30.0 -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -flto -I/home/user/lede/staging_dir/target-mipsel_24kc_musl/usr/include -I/home/user/lede/staging_dir/target-mipsel_24kc_musl/include -I/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/usr/include -I/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/include/fortify -I/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/include" EXTRA_LDFLAGS="-L/home/user/lede/staging_dir/target-mipsel_24kc_musl/usr/lib -L/home/user/lede/staging_dir/target-mipsel_24kc_musl/lib -L/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/usr/lib -L/home/user/lede/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/lib -znow -zrelro -flto=jobserver -fuse-linker-plugin" LDLIBS="" LD="mipsel-openwrt-linux-musl-gcc" SKIP_STRIP=y oldconfig
make[4]: Entering directory '/home/user/lede/build_dir/target-mipsel_24kc_musl/busybox-1.30.0'
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/split-include
scripts/basic/split-include.c: In function 'main':
scripts/basic/split-include.c:134:6: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
  134 |      fgets(old_line, buffer_size, fp_target);
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  HOSTCC  scripts/basic/docproc
  GEN     include/applets.h
  GEN     include/usage.h
  GEN     applets/Kbuild
  GEN     archival/Kbuild
  GEN     archival/Config.in
  GEN     archival/libarchive/Kbuild
  GEN     console-tools/Kbuild
  GEN     console-tools/Config.in
  GEN     coreutils/Kbuild
  GEN     coreutils/Config.in
  GEN     coreutils/libcoreutils/Kbuild
  GEN     debianutils/Kbuild
  GEN     debianutils/Config.in
  GEN     e2fsprogs/Kbuild
  GEN     e2fsprogs/Config.in
  GEN     editors/Kbuild
  GEN     editors/Config.in
  GEN     findutils/Kbuild
  GEN     findutils/Config.in
  GEN     init/Kbuild
  GEN     init/Config.in
  GEN     klibc-utils/Kbuild
  GEN     klibc-utils/Config.in
  GEN     libbb/Kbuild
  GEN     libbb/Config.in
  GEN     libpwdgrp/Kbuild
  GEN     loginutils/Kbuild
  GEN     loginutils/Config.in
  GEN     mailutils/Kbuild
  GEN     mailutils/Config.in
  GEN     miscutils/Kbuild
  GEN     miscutils/Config.in
  GEN     modutils/Kbuild
  GEN     modutils/Config.in
  GEN     networking/Kbuild
  GEN     networking/Config.in
  GEN     networking/libiproute/Kbuild
  GEN     networking/udhcp/Kbuild
  GEN     networking/udhcp/Config.in
  GEN     printutils/Kbuild
  GEN     printutils/Config.in
  GEN     procps/Kbuild
  GEN     procps/Config.in
  GEN     runit/Kbuild
  GEN     runit/Config.in
  GEN     scripts/Kbuild
  GEN     selinux/Kbuild
  GEN     selinux/Config.in
  GEN     shell/Kbuild
  GEN     shell/Config.in
  GEN     sysklogd/Kbuild
  GEN     sysklogd/Config.in
  GEN     util-linux/Kbuild
  GEN     util-linux/Config.in
  GEN     util-linux/volume_id/Kbuild
  GEN     util-linux/volume_id/Config.in
  HOSTCC  scripts/kconfig/conf.o
scripts/kconfig/conf.c: In function 'conf_askvalue':
scripts/kconfig/conf.c:145:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
  145 |   fgets(line, 128, stdin);
      |   ^~~~~~~~~~~~~~~~~~~~~~~
scripts/kconfig/conf.c: In function 'conf_choice':
scripts/kconfig/conf.c:393:4: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
  393 |    fgets(line, 128, stdin);
      |    ^~~~~~~~~~~~~~~~~~~~~~~
  HOSTCC  scripts/kconfig/kxgettext.o
  HOSTCC  scripts/kconfig/mconf.o
scripts/kconfig/mconf.c: In function 'show_textbox':
scripts/kconfig/mconf.c:855:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  855 |  write(fd, text, strlen(text));
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
scripts/kconfig/mconf.c: In function 'exec_conf':
scripts/kconfig/mconf.c:489:2: warning: ignoring return value of 'pipe', declared with attribute warn_unused_result [-Wunused-result]
  489 |  pipe(pipefd);
      |  ^~~~~~~~~~~~
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/lex.zconf.c
  SHIPPED scripts/kconfig/zconf.hash.c
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/conf
scripts/kconfig/conf -o Config.in
#
# using defaults found in .config
#
*
* Busybox Configuration
*
*
* Settings
*
Enable compatibility for full-blown desktop systems (DESKTOP) [N/y/?] n
Provide compatible behavior for rare corner cases (bigger code) (EXTRA_COMPAT) [N/y/?] n
Building for Fedora distribution (FEDORA_COMPAT) [N/y/?] n
Enable obsolete features removed before SUSv3 (INCLUDE_SUSv2) [Y/n/?] y
Support --long-options (LONG_OPTS) [Y/n/?] y
Show applet usage messages (SHOW_USAGE) [Y/n/?] y
  Show verbose applet usage messages (FEATURE_VERBOSE_USAGE) [Y/n/?] y
  Store applet usage messages in compressed form (FEATURE_COMPRESS_USAGE) [Y/n/?] y
Support files > 2 GB (LFS) [Y/n/?] y
Support PAM (Pluggable Authentication Modules) (PAM) [N/y/?] n
Use the devpts filesystem for Unix98 PTYs (FEATURE_DEVPTS) [Y/n/?] y
Support utmp file (FEATURE_UTMP) [N/y/?] n
Support writing pidfiles (FEATURE_PIDFILE) [Y/n/?] y
  Directory for pidfiles (PID_FILE_PATH) [/var/run] /var/run
Include busybox applet (BUSYBOX) [N/y/?] n
Don't use /usr (INSTALL_NO_USR) [N/y/?] n
Drop SUID state for most applets (FEATURE_SUID) [Y/n/?] y
  Enable SUID configuration via /etc/busybox.conf (FEATURE_SUID_CONFIG) [N/y/?] n
exec prefers applets (FEATURE_PREFER_APPLETS) [Y/n/?] y
Path to busybox executable (BUSYBOX_EXEC_PATH) [/proc/self/exe] /proc/self/exe
Support NSA Security Enhanced Linux (SELINUX) [N/y/?] n
Clean up all memory before exiting (usually not needed) (FEATURE_CLEAN_UP) [N/y/?] n
*
* Build Options
*
Build static binary (no shared libs) (STATIC) [N/y/?] n
  Build position independent executable (PIE) [N/y/?] n
Force NOMMU build (NOMMU) [N/y/?] n
Cross compiler prefix (CROSS_COMPILER_PREFIX) []
Path to sysroot (SYSROOT) []
Additional CFLAGS (EXTRA_CFLAGS) []
Additional LDFLAGS (EXTRA_LDFLAGS) []
Additional LDLIBS (EXTRA_LDLIBS) []
Avoid using GCC-specific code constructs (USE_PORTABLE_CODE) [N/y/?] n
Use -mpreferred-stack-boundary=2 on i386 arch (STACK_OPTIMIZATION_386) [N/y/?] n
*
* Installation Options ("make install" behavior)
*
What kind of applet links to install
> 1. as soft-links (INSTALL_APPLET_SYMLINKS)
  2. as hard-links (INSTALL_APPLET_HARDLINKS)
  3. as script wrappers (INSTALL_APPLET_SCRIPT_WRAPPERS)
  4. not installed (INSTALL_APPLET_DONT)
choice[1-4?]: 1
Destination path for 'make install' (PREFIX) [./_install] ./_install
*
* Debugging Options
*
Build with debug information (DEBUG) [N/y/?] n
Enable runtime sanitizers (ASAN/LSAN/USAN/etc...) (DEBUG_SANITIZE) [N/y/?] n
Build unit tests (UNIT_TEST) [N/y/?] n
Abort compilation on any warning (WERROR) [N/y/?] n
Additional debugging library
> 1. None (NO_DEBUG_LIB)
  2. Dmalloc (DMALLOC)
  3. Electric-fence (EFENCE)
choice[1-3?]: 1
*
* Library Tuning
*
Use the end of BSS page (FEATURE_USE_BSS_TAIL) [N/y/?] n
Enable fractional duration arguments (FLOAT_DURATION) [N/y/?] n
Support RTMIN[+n] and RTMAX[-n] signal names (FEATURE_RTMINMAX) [N/y/?] n
Buffer allocation policy
  1. Allocate with Malloc (FEATURE_BUFFERS_USE_MALLOC)
> 2. Allocate on the Stack (FEATURE_BUFFERS_GO_ON_STACK)
  3. Allocate in the .bss section (FEATURE_BUFFERS_GO_IN_BSS)
choice[1-3?]: 2
Minimum password length (PASSWORD_MINLEN) [6] 6
MD5: Trade bytes for speed (0:fast, 3:slow) (MD5_SMALL) [1] 1
SHA3: Trade bytes for speed (0:fast, 1:slow) (SHA3_SMALL) [1] 1
Faster /proc scanning code (+100 bytes) (FEATURE_FAST_TOP) [Y/n/?] y
Support /etc/networks (FEATURE_ETC_NETWORKS) [N/y/?] n
Consult /etc/services even for well-known ports (FEATURE_ETC_SERVICES) [N/y/?] n
Command line editing (FEATURE_EDITING) [Y/n/?] y
  Maximum length of input (FEATURE_EDITING_MAX_LEN) [512] 512
  vi-style line editing commands (FEATURE_EDITING_VI) [N/y/?] n
  History size (FEATURE_EDITING_HISTORY) [256] 256
  History saving (FEATURE_EDITING_SAVEHISTORY) [N/y/?] n
  Reverse history search (FEATURE_REVERSE_SEARCH) [N/y/?] n
  Tab completion (FEATURE_TAB_COMPLETION) [Y/n] y
    Username completion (FEATURE_USERNAME_COMPLETION) [N/y] n
  Fancy shell prompts (FEATURE_EDITING_FANCY_PROMPT) [Y/n/?] y
  Enable automatic tracking of window size changes (FEATURE_EDITING_WINCH) [N/y] n
  Query cursor position from terminal (FEATURE_EDITING_ASK_TERMINAL) [N/y/?] n
Enable locale support (system needs locale for this to work) (LOCALE_SUPPORT) [N/y/?] n
Support Unicode (UNICODE_SUPPORT) [N/y/?] n
Non-POSIX, but safer, copying to special nodes (FEATURE_NON_POSIX_CP) [Y/n/?] y
Give more precise messages when copy fails (cp, mv etc) (FEATURE_VERBOSE_CP_MESSAGE) [N/y/?] n
Use sendfile system call (FEATURE_USE_SENDFILE) [Y/n/?] y
Copy buffer size, in kilobytes (FEATURE_COPYBUF_KB) [4] 4
Skip rootfs in mount table (FEATURE_SKIP_ROOTFS) [N/y/?] n
Use clock_gettime(CLOCK_MONOTONIC) syscall (MONOTONIC_SYSCALL) [N/y/?] n
Use ioctl names rather than hex values in error messages (IOCTL_HEX2STR_ERROR) [Y/n/?] y
Support infiniband HW (FEATURE_HWIB) [N/y/?] n
*
* Applets
*
*
* Archival Utilities
*
Make tar, rpm, modprobe etc understand .xz data (FEATURE_SEAMLESS_XZ) [N/y] n
Make tar, rpm, modprobe etc understand .lzma data (FEATURE_SEAMLESS_LZMA) [N/y] n
Make tar, rpm, modprobe etc understand .bz2 data (FEATURE_SEAMLESS_BZ2) [N/y] n
Make tar, rpm, modprobe etc understand .gz data (FEATURE_SEAMLESS_GZ) [Y/n] y
Make tar, rpm, modprobe etc understand .Z data (FEATURE_SEAMLESS_Z) [N/y] n
ar (9.5 kb) (AR) [N/y/?] n
uncompress (7.1 kb) (UNCOMPRESS) [N/y/?] n
gunzip (11 kb) (GUNZIP) [Y/n/?] y
zcat (24 kb) (ZCAT) [Y/n/?] y
  Enable long options (FEATURE_GUNZIP_LONG_OPTIONS) [N/y] n
bunzip2 (8.7 kb) (BUNZIP2) [Y/n/?] y
bzcat (8.7 kb) (BZCAT) [Y/n/?] y
unlzma (7.5 kb) (UNLZMA) [N/y/?] n
lzcat (7.5 kb) (LZCAT) [N/y/?] n
lzma -d (LZMA) [N/y/?] n
unxz (13 kb) (UNXZ) [N/y/?] n
xzcat (13 kb) (XZCAT) [N/y/?] n
xz -d (XZ) [N/y/?] n
bzip2 (16 kb) (BZIP2) [N/y/?] n
  Enable decompression (FEATURE_BZIP2_DECOMPRESS) [Y/?] y
cpio (15 kb) (CPIO) [N/y/?] n
dpkg (43 kb) (DPKG) [N/y/?] n
dpkg-deb (30 kb) (DPKG_DEB) [N/y/?] n
gzip (17 kb) (GZIP) [Y/n/?] y
  Enable long options (FEATURE_GZIP_LONG_OPTIONS) [N/y] n
  Trade memory for speed (0:small,slow - 2:fast,big) (GZIP_FAST) [0] 0
  Enable compression levels (FEATURE_GZIP_LEVELS) [N/y/?] n
  Enable decompression (FEATURE_GZIP_DECOMPRESS) [Y/?] y
lzop (12 kb) (LZOP) [N/y/?] n
unlzop (13 kb) (UNLZOP) [N/y/?] n
lzopcat (13 kb) (LZOPCAT) [N/y/?] n
rpm (32 kb) (RPM) [N/y/?] n
rpm2cpio (21 kb) (RPM2CPIO) [N/y/?] n
tar (39 kb) (TAR) [Y/n/?] y
  Enable long options (FEATURE_TAR_LONG_OPTIONS) [N/y] n
  Enable -c (archive creation) (FEATURE_TAR_CREATE) [Y/n] y
  Autodetect compressed tarballs (FEATURE_TAR_AUTODETECT) [N/y/?] n
  Enable -X (exclude from) and -T (include from) options (FEATURE_TAR_FROM) [Y/n/?] y
  Support old tar header format (FEATURE_TAR_OLDGNU_COMPATIBILITY) [N/y/?] n
  Enable untarring of tarballs with checksums produced by buggy Sun tar (FEATURE_TAR_OLDSUN_COMPATIBILITY) [N/y/?] n
  Support GNU tar extensions (long filenames) (FEATURE_TAR_GNU_EXTENSIONS) [Y/n] y
  Enable use of user and group names (FEATURE_TAR_UNAME_GNAME) [N/y/?] n
  Enable -m (do not preserve time) GNU option (FEATURE_TAR_NOPRESERVE_TIME) [N/y] n
unzip (26 kb) (UNZIP) [N/y/?] n
*
* Coreutils
*
basename (438 bytes) (BASENAME) [Y/n/?] y
cat (5.6 kb) (CAT) [Y/n/?] y
  Enable -n and -b options (FEATURE_CATN) [N/y/?] n
  cat -v[etA] (FEATURE_CATV) [N/y/?] n
chgrp (7.6 kb) (CHGRP) [Y/n/?] y
chmod (5.5 kb) (CHMOD) [Y/n/?] y
chown (7.6 kb) (CHOWN) [Y/n/?] y
  Enable long options (FEATURE_CHOWN_LONG_OPTIONS) [N/y] n
chroot (3.7 kb) (CHROOT) [Y/n/?] y
cksum (4.1 kb) (CKSUM) [N/y/?] n
comm (4.2 kb) (COMM) [N/y/?] n
cp (10 kb) (CP) [Y/n/?] y
  Enable long options (FEATURE_CP_LONG_OPTIONS) [N/y/?] n
cut (5.8 kb) (CUT) [Y/n/?] y
date (7 kb) (DATE) [Y/n/?] y
  Enable ISO date format output (-I) (FEATURE_DATE_ISOFMT) [Y/n/?] y
  Support %[num]N nanosecond format specifier (FEATURE_DATE_NANO) [N/y/?] n
  Support weird 'date MMDDhhmm[[YY]YY][.ss]' format (FEATURE_DATE_COMPAT) [N/y/?] n
dd (7.5 kb) (DD) [Y/n/?] y
  Enable signal handling for status reporting (FEATURE_DD_SIGNAL_HANDLING) [Y/n/?] y
    Enable the third status line upon signal (FEATURE_DD_THIRD_STATUS_LINE) [N/y/?] n
  Enable ibs, obs, iflag, oflag and conv options (FEATURE_DD_IBS_OBS) [Y/n/?] y
  Enable status display options (FEATURE_DD_STATUS) [N/y/?] n
df (6.8 kb) (DF) [Y/n/?] y
  Enable -a, -i, -B (FEATURE_DF_FANCY) [N/y/?] n
dirname (329 bytes) (DIRNAME) [Y/n/?] y
dos2unix (5.2 kb) (DOS2UNIX) [N/y/?] n
unix2dos (5.2 kb) (UNIX2DOS) [N/y/?] n
du (6.3 kb) (DU) [Y/n/?] y
  Use default blocksize of 1024 bytes (else it's 512 bytes) (FEATURE_DU_DEFAULT_BLOCKSIZE_1K) [Y/n] y
echo (1.8 kb) (ECHO) [Y/n/?] y
  Enable -n and -e options (FEATURE_FANCY_ECHO) [Y/n] y
env (4 kb) (ENV) [Y/n/?] y
expand (5.1 kb) (EXPAND) [N/y/?] n
unexpand (5.3 kb) (UNEXPAND) [N/y/?] n
expr (6.6 kb) (EXPR) [Y/n/?] y
  Extend Posix numbers support to 64 bit (EXPR_MATH_SUPPORT_64) [Y/n/?] y
factor (2.7 kb) (FACTOR) [N/y/?] n
false (tiny) (FALSE) [Y/n/?] y
fold (4.6 kb) (FOLD) [N/y/?] n
fsync (3.6 kb) (FSYNC) [Y/n/?] y
head (3.8 kb) (HEAD) [Y/n/?] y
  Enable -c, -q, and -v (FEATURE_FANCY_HEAD) [Y/n] y
hostid (286 bytes) (HOSTID) [N/y/?] n
id (7 kb) (ID) [Y/n/?] y
groups (6.7 kb) (GROUPS) [N/y/?] n
install (12 kb) (INSTALL) [N/y/?] n
link (3.2 kb) (LINK) [N/y/?] n
ln (4.9 kb) (LN) [Y/n/?] y
logname (1.1 kb) (LOGNAME) [N/y/?] n
ls (14 kb) (LS) [Y/n/?] y
  Enable filetyping options (-p and -F) (FEATURE_LS_FILETYPES) [Y/n] y
  Enable symlinks dereferencing (-L) (FEATURE_LS_FOLLOWLINKS) [Y/n] y
  Enable recursion (-R) (FEATURE_LS_RECURSIVE) [Y/n] y
  Enable -w WIDTH and window size autodetection (FEATURE_LS_WIDTH) [Y/n] y
  Sort the file names (FEATURE_LS_SORTFILES) [Y/n/?] y
  Show file timestamps (FEATURE_LS_TIMESTAMPS) [Y/n/?] y
  Show username/groupnames (FEATURE_LS_USERNAME) [Y/n/?] y
  Allow use of color to identify file types (FEATURE_LS_COLOR) [Y/n/?] y
    Produce colored ls output by default (FEATURE_LS_COLOR_IS_DEFAULT) [Y/n/?] y
md5sum (6.5 kb) (MD5SUM) [Y/n/?] y
sha1sum (5.9 kb) (SHA1SUM) [N/y/?] n
sha256sum (7 kb) (SHA256SUM) [Y/n/?] y
sha512sum (7.4 kb) (SHA512SUM) [N/y/?] n
sha3sum (6.1 kb) (SHA3SUM) [N/y/?] n
  *
  * Common options for md5sum, sha1sum, sha256sum, sha512sum, sha3sum
  *
  Enable -c, -s and -w options (FEATURE_MD5_SHA1_SUM_CHECK) [Y/n/?] y
mkdir (4.5 kb) (MKDIR) [Y/n/?] y
mkfifo (3.8 kb) (MKFIFO) [Y/n/?] y
mknod (4.5 kb) (MKNOD) [Y/n/?] y
mktemp (4.2 kb) (MKTEMP) [Y/n/?] y
mv (10 kb) (MV) [Y/n/?] y
nice (2.1 kb) (NICE) [Y/n/?] y
nl (4.6 kb) (NL) [N/y/?] n
nohup (2 kb) (NOHUP) [N/y/?] n
nproc (3.7 kb) (NPROC) [N/y/?] n
od (11 kb) (OD) [N/y/?] n
paste (4.9 kb) (PASTE) [N/y/?] n
printenv (1.3 kb) (PRINTENV) [N/y/?] n
printf (3.8 kb) (PRINTF) [Y/n/?] y
pwd (3.7 kb) (PWD) [Y/n/?] y
readlink (4 kb) (READLINK) [Y/n/?] y
  Enable canonicalization by following all symlinks (-f) (FEATURE_READLINK_FOLLOW) [Y/n/?] y
realpath (1.6 kb) (REALPATH) [N/y/?] n
rm (5.4 kb) (RM) [Y/n/?] y
rmdir (3.5 kb) (RMDIR) [Y/n/?] y
seq (3.8 kb) (SEQ) [Y/n/?] y
shred (4.9 kb) (SHRED) [N/y/?] n
shuf (5.4 kb) (SHUF) [N/y/?] n
sleep (2 kb) (SLEEP) [Y/n/?] y
  Enable multiple arguments and s/m/h/d suffixes (FEATURE_FANCY_SLEEP) [Y/n/?] y
sort (7.7 kb) (SORT) [Y/n/?] y
  Full SuSv3 compliant sort (support -ktcbdfiogM) (FEATURE_SORT_BIG) [N/y/?] n
  Use less memory (but might be slower) (FEATURE_SORT_OPTIMIZE_MEMORY) [N/y/?] n
split (5 kb) (SPLIT) [N/y/?] n
stat (11 kb) (STAT) [N/y/?] n
stty (8.9 kb) (STTY) [N/y/?] n
sum (4 kb) (SUM) [N/y/?] n
sync (3.8 kb) (SYNC) [Y/n/?] y
  Enable -d and -f flags (requires syncfs(2) in libc) (FEATURE_SYNC_FANCY) [N/y/?] n
tac (3.9 kb) (TAC) [N/y/?] n
tail (6.8 kb) (TAIL) [Y/n/?] y
  Enable -q, -s, -v, and -F options (FEATURE_FANCY_TAIL) [Y/n/?] y
tee (4.2 kb) (TEE) [Y/n/?] y
  Enable block I/O (larger/faster) instead of byte I/O (FEATURE_TEE_USE_BLOCK_IO) [Y/n/?] y
test (4.1 kb) (TEST) [Y/n/?] y
test as [ (TEST1) [Y/n/?] y
test as [[ (TEST2) [Y/n/?] y
  Extend test to 64 bit (FEATURE_TEST_64) [Y/n/?] y
timeout (6 kb) (TIMEOUT) [N/y/?] n
touch (5.9 kb) (TOUCH) [Y/n/?] y
  Add support for -h (FEATURE_TOUCH_NODEREF) [N/y/?] n
  Add support for SUSV3 features (-d -t -r) (FEATURE_TOUCH_SUSV3) [Y/n/?] y
tr (5.1 kb) (TR) [Y/n/?] y
  Enable character classes (such as [:upper:]) (FEATURE_TR_CLASSES) [N/y/?] n
  Enable equivalence classes (FEATURE_TR_EQUIV) [N/y/?] n
true (tiny) (TRUE) [Y/n/?] y
truncate (4.2 kb) (TRUNCATE) [N/y/?] n
tty (3.6 kb) (TTY) [N/y/?] n
uname (3.9 kb) (UNAME) [Y/n/?] y
  Operating system name (UNAME_OSNAME) [GNU/Linux] GNU/Linux
arch (1.1 kb) (BB_ARCH) [N/y/?] n
uniq (4.9 kb) (UNIQ) [Y/n/?] y
unlink (3.2 kb) (UNLINK) [N/y/?] n
usleep (1.3 kb) (USLEEP) [N/y/?] n
uudecode (5.8 kb) (UUDECODE) [N/y/?] n
base64 (4.9 kb) (BASE64) [N/y/?] n
uuencode (4.4 kb) (UUENCODE) [N/y/?] n
wc (4.5 kb) (WC) [Y/n/?] y
  Support very large counts (FEATURE_WC_LARGE) [N/y/?] n
whoami (3.2 kb) (WHOAMI) [N/y/?] n
yes (1.2 kb) (YES) [Y/n/?] y
*
* Common options
*
Support verbose options (usually -v) for various applets (FEATURE_VERBOSE) [N/y/?] n
*
* Common options for cp and mv
*
Preserve hard links (FEATURE_PRESERVE_HARDLINKS) [Y/n/?] y
*
* Common options for df, du, ls
*
Support human readable output (example 13k, 23M, 235G) (FEATURE_HUMAN_READABLE) [Y/n/?] y
*
* Console Utilities
*
chvt (2 kb) (CHVT) [N/y/?] n
clear (tiny) (CLEAR) [Y/n/?] y
deallocvt (1.9 kb) (DEALLOCVT) [N/y/?] n
dumpkmap (1.6 kb) (DUMPKMAP) [N/y/?] n
fgconsole (1.5 kb) (FGCONSOLE) [N/y/?] n
kbd_mode (4.1 kb) (KBD_MODE) [N/y/?] n
loadfont (5.2 kb) (LOADFONT) [N/y/?] n
setfont (24 kb) (SETFONT) [N/y/?] n
loadkmap (1.8 kb) (LOADKMAP) [N/y/?] n
openvt (7.2 kb) (OPENVT) [N/y/?] n
reset (345 bytes) (RESET) [Y/n/?] y
resize (903 bytes) (RESIZE) [N/y/?] n
setconsole (3.6 kb) (SETCONSOLE) [N/y/?] n
setkeycodes (2.1 kb) (SETKEYCODES) [N/y/?] n
setlogcons (1.8 kb) (SETLOGCONS) [N/y/?] n
showkey (4.7 kb) (SHOWKEY) [N/y/?] n
*
* Debian Utilities
*
pipe_progress (275 bytes) (PIPE_PROGRESS) [N/y/?] n
run-parts (6.1 kb) (RUN_PARTS) [N/y/?] n
start-stop-daemon (12 kb) (START_STOP_DAEMON) [Y/n/?] y
  Enable long options (FEATURE_START_STOP_DAEMON_LONG_OPTIONS) [N/y] n
  Support additional arguments (FEATURE_START_STOP_DAEMON_FANCY) [N/y/?] n
which (3.8 kb) (WHICH) [Y/n/?] y
*
* klibc-utils
*
minips (11 kb) (MINIPS) [N/y/?] n
nuke (2.9 kb) (NUKE) [N/y/?] n
resume (3.2 kb) (RESUME) [N/y/?] n
run-init (7.7 kb) (RUN_INIT) [N/y/?] n
*
* Editors
*
awk (23 kb) (AWK) [Y/n/?] y
  Enable math functions (requires libm) (FEATURE_AWK_LIBM) [Y/n/?] y
  Enable a few GNU extensions (FEATURE_AWK_GNU_EXTENSIONS) [Y/n/?] y
cmp (4.9 kb) (CMP) [Y/n/?] y
diff (13 kb) (DIFF) [N/y/?] n
ed (21 kb) (ED) [N/y/?] n
patch (9.4 kb) (PATCH) [N/y/?] n
sed (12 kb) (SED) [Y/n/?] y
vi (23 kb) (VI) [Y/n/?] y
  Maximum screen width (FEATURE_VI_MAX_LEN) [1024] 1024
  Allow to display 8-bit chars (otherwise shows dots) (FEATURE_VI_8BIT) [N/y/?] n
  Enable ":" colon commands (no "ex" mode) (FEATURE_VI_COLON) [Y/n/?] y
  Enable yank/put commands and mark cmds (FEATURE_VI_YANKMARK) [Y/n/?] y
  Enable search and replace cmds (FEATURE_VI_SEARCH) [Y/n/?] y
    Enable regex in search and replace (FEATURE_VI_REGEX_SEARCH) [N/y/?] n
  Catch signals (FEATURE_VI_USE_SIGNALS) [Y/n/?] y
  Remember previous cmd and "." cmd (FEATURE_VI_DOT_CMD) [Y/n/?] y
  Enable -R option and "view" mode (FEATURE_VI_READONLY) [Y/n/?] y
  Enable settable options, ai ic showmatch (FEATURE_VI_SETOPTS) [Y/n/?] y
  Support :set (FEATURE_VI_SET) [Y/n] y
  Handle window resize (FEATURE_VI_WIN_RESIZE) [Y/n/?] y
  Use 'tell me cursor position' ESC sequence to measure window (FEATURE_VI_ASK_TERMINAL) [Y/n/?] y
  Support undo command "u" (FEATURE_VI_UNDO) [N/y/?] n
  Allow vi and awk to execute shell commands (FEATURE_ALLOW_EXEC) [Y/n/?] y
*
* Finding Utilities
*
find (14 kb) (FIND) [Y/n/?] y
  Enable -print0: NUL-terminated output (FEATURE_FIND_PRINT0) [Y/n/?] y
  Enable -mtime: modified time matching (FEATURE_FIND_MTIME) [Y/n/?] y
  Enable -mmin: modified time matching by minutes (FEATURE_FIND_MMIN) [N/y/?] n
  Enable -perm: permissions matching (FEATURE_FIND_PERM) [Y/n] y
  Enable -type: file type matching (file/dir/link/...) (FEATURE_FIND_TYPE) [Y/n/?] y
  Enable -executable: file is executable (FEATURE_FIND_EXECUTABLE) [N/y] n
  Enable -xdev: 'stay in filesystem' (FEATURE_FIND_XDEV) [Y/n] y
  Enable -mindepth N and -maxdepth N (FEATURE_FIND_MAXDEPTH) [Y/n] y
  Enable -newer: compare file modification times (FEATURE_FIND_NEWER) [Y/n/?] y
  Enable -inum: inode number matching (FEATURE_FIND_INUM) [N/y] n
  Enable -exec: execute commands (FEATURE_FIND_EXEC) [Y/n/?] y
    Enable -exec ... {} + (FEATURE_FIND_EXEC_PLUS) [N/y/?] n
  Enable -user: username/uid matching (FEATURE_FIND_USER) [Y/n] y
  Enable -group: group/gid matching (FEATURE_FIND_GROUP) [Y/n] y
  Enable the 'not' (!) operator (FEATURE_FIND_NOT) [Y/n/?] y
  Enable -depth (FEATURE_FIND_DEPTH) [Y/n/?] y
  Enable parens in options (FEATURE_FIND_PAREN) [Y/n/?] y
  Enable -size: file size matching (FEATURE_FIND_SIZE) [Y/n] y
  Enable -prune: exclude subdirectories (FEATURE_FIND_PRUNE) [Y/n/?] y
  Enable -quit: exit (FEATURE_FIND_QUIT) [N/y/?] n
  Enable -delete: delete files/dirs (FEATURE_FIND_DELETE) [N/y/?] n
  Enable -path: match pathname with shell pattern (FEATURE_FIND_PATH) [Y/n/?] y
  Enable -regex: match pathname with regex (FEATURE_FIND_REGEX) [Y/n/?] y
  Enable -links: link count matching (FEATURE_FIND_LINKS) [N/y/?] n
grep (8.6 kb) (GREP) [Y/n/?] y
egrep (7.8 kb) (EGREP) [Y/n/?] y
fgrep (7.8 kb) (FGREP) [Y/n/?] y
  Enable before and after context flags (-A, -B and -C) (FEATURE_GREP_CONTEXT) [Y/n/?] y
xargs (7.2 kb) (XARGS) [Y/n/?] y
  Enable -p: prompt and confirmation (FEATURE_XARGS_SUPPORT_CONFIRMATION) [Y/n/?] y
  Enable single and double quotes and backslash (FEATURE_XARGS_SUPPORT_QUOTES) [Y/n/?] y
  Enable -x: exit if -s or -n is exceeded (FEATURE_XARGS_SUPPORT_TERMOPT) [Y/n/?] y
  Enable -0: NUL-terminated input (FEATURE_XARGS_SUPPORT_ZERO_TERM) [Y/n/?] y
  Enable -I STR: string to replace (FEATURE_XARGS_SUPPORT_REPL_STR) [N/y/?] n
  Enable -P N: processes to run in parallel (FEATURE_XARGS_SUPPORT_PARALLEL) [N/y] n
  Enable -a FILE: use FILE instead of stdin (FEATURE_XARGS_SUPPORT_ARGS_FILE) [N/y] n
*
* Init Utilities
*
bootchartd (10 kb) (BOOTCHARTD) [N/y/?] n
halt (4 kb) (HALT) [Y/n/?] y
poweroff (4 kb) (POWEROFF) [Y/n/?] y
reboot (4 kb) (REBOOT) [Y/n/?] y
  Before signaling init, make sure it is ready for it (FEATURE_WAIT_FOR_INIT) [N/y/?] n
  Call telinit on shutdown and reboot (FEATURE_CALL_TELINIT) [N/y/?] n
init (10 kb) (INIT) [N/y/?] n
linuxrc: support running init from initrd (not initramfs) (LINUXRC) [N/y/?] n
*
* Login/Password Management Utilities
*
Support shadow passwords (FEATURE_SHADOWPASSWDS) [Y/n/?] y
Use internal password and group functions rather than system functions (USE_BB_PWD_GRP) [N/y/?] n
Use internal crypt functions (USE_BB_CRYPT) [N/y/?] n
add-shell (3.1 kb) (ADD_SHELL) [N/y/?] n
remove-shell (3 kb) (REMOVE_SHELL) [N/y/?] n
addgroup (8.6 kb) (ADDGROUP) [N/y/?] n
adduser (15 kb) (ADDUSER) [N/y/?] n
chpasswd (18 kb) (CHPASSWD) [N/y/?] n
  Default encryption method (passwd -a, cryptpw -m, chpasswd -c ALG) (FEATURE_DEFAULT_PASSWD_ALGO) [md5] md5
cryptpw (14 kb) (CRYPTPW) [N/y/?] n
mkpasswd (15 kb) (MKPASSWD) [N/y/?] n
deluser (9.1 kb) (DELUSER) [N/y/?] n
delgroup (6.4 kb) (DELGROUP) [N/y/?] n
getty (10 kb) (GETTY) [N/y/?] n
login (24 kb) (LOGIN) [Y/n/?] y
  Run logged in session in a child process (LOGIN_SESSION_AS_CHILD) [Y/n/?] y
  Support login scripts (LOGIN_SCRIPTS) [N/y/?] n
  Support /etc/nologin (FEATURE_NOLOGIN) [N/y/?] n
  Support /etc/securetty (FEATURE_SECURETTY) [N/y/?] n
passwd (21 kb) (PASSWD) [Y/n/?] y
  Check new passwords for weakness (FEATURE_PASSWD_WEAK_CHECK) [Y/n/?] y
su (19 kb) (SU) [N/y/?] n
sulogin (17 kb) (SULOGIN) [N/y/?] n
vlock (17 kb) (VLOCK) [N/y/?] n
*
* Linux Ext2 FS Progs
*
chattr (3.8 kb) (CHATTR) [N/y/?] n
fsck (7.4 kb) (FSCK) [N/y/?] n
lsattr (5.5 kb) (LSATTR) [N/y/?] n
tune2fs (4.4 kb) (TUNE2FS) [N/y/?] n
*
* Linux Module Utilities
*
Simplified modutils (MODPROBE_SMALL) [N/y/?] n
depmod (27 kb) (DEPMOD) [N/y/?] n
insmod (22 kb) (INSMOD) [N/y/?] n
lsmod (1.9 kb) (LSMOD) [N/y/?] n
modinfo (24 kb) (MODINFO) [N/y/?] n
modprobe (28 kb) (MODPROBE) [N/y/?] n
rmmod (3.3 kb) (RMMOD) [N/y/?] n
*
* Options common to multiple modutils
*
*
* Linux System Utilities
*
acpid (9 kb) (ACPID) [N/y/?] n
blkdiscard (4.3 kb) (BLKDISCARD) [N/y/?] n
blkid (12 kb) (BLKID) [N/y/?] n
blockdev (2.3 kb) (BLOCKDEV) [N/y/?] n
cal (5.8 kb) (CAL) [N/y/?] n
chrt (4.7 kb) (CHRT) [N/y/?] n
dmesg (3.7 kb) (DMESG) [Y/n/?] y
  Pretty output (FEATURE_DMESG_PRETTY) [Y/n/?] y
eject (4 kb) (EJECT) [N/y/?] n
fallocate (4.1 kb) (FALLOCATE) [N/y/?] n
fatattr (1.9 kb) (FATATTR) [N/y/?] n
fbset (5.9 kb) (FBSET) [N/y/?] n
fdformat (4.4 kb) (FDFORMAT) [N/y/?] n
fdisk (37 kb) (FDISK) [N/y/?] n
findfs (12 kb) (FINDFS) [N/y/?] n
flock (6.3 kb) (FLOCK) [Y/n/?] y
fdflush (1.3 kb) (FDFLUSH) [N/y/?] n
freeramdisk (1.3 kb) (FREERAMDISK) [N/y/?] n
fsck.minix (13 kb) (FSCK_MINIX) [N/y/?] n
fsfreeze (3.5 kb) (FSFREEZE) [N/y/?] n
fstrim (4.4 kb) (FSTRIM) [N/y/?] n
getopt (5.8 kb) (GETOPT) [N/y/?] n
hexdump (8.6 kb) (HEXDUMP) [Y/n/?] y
  Support -R, reverse of 'hexdump -Cv' (FEATURE_HEXDUMP_REVERSE) [N/y/?] n
hd (7.8 kb) (HD) [N/y/?] n
xxd (8.9 kb) (XXD) [N/y/?] n
hwclock (5.8 kb) (HWCLOCK) [Y/n/?] y
  Use FHS /var/lib/hwclock/adjtime (FEATURE_HWCLOCK_ADJTIME_FHS) [N/y/?] n
ionice (3.8 kb) (IONICE) [N/y/?] n
ipcrm (3.2 kb) (IPCRM) [N/y/?] n
ipcs (11 kb) (IPCS) [N/y/?] n
losetup (5.5 kb) (LOSETUP) [N/y/?] n
lspci (6.3 kb) (LSPCI) [N/y/?] n
lsusb (4.2 kb) (LSUSB) [N/y/?] n
mdev (17 kb) (MDEV) [N/y/?] n
mesg (1.4 kb) (MESG) [N/y/?] n
mke2fs (10 kb) (MKE2FS) [N/y/?] n
mkfs.ext2 (10 kb) (MKFS_EXT2) [N/y/?] n
mkfs.minix (10 kb) (MKFS_MINIX) [N/y/?] n
mkfs_reiser (MKFS_REISER) [N/y/?] n
mkdosfs (7.2 kb) (MKDOSFS) [N/y/?] n
mkfs.vfat (7.2 kb) (MKFS_VFAT) [N/y/?] n
mkswap (6.3 kb) (MKSWAP) [Y/n/?] y
  UUID support (FEATURE_MKSWAP_UUID) [N/y/?] n
more (7 kb) (MORE) [N/y/?] n
mount (23 kb) (MOUNT) [Y/n/?] y
  Support -f (fake mount) (FEATURE_MOUNT_FAKE) [N/y/?] n
  Support -v (verbose) (FEATURE_MOUNT_VERBOSE) [N/y/?] n
  Support mount helpers (FEATURE_MOUNT_HELPERS) [Y/n/?] y
  Support specifying devices by label or UUID (FEATURE_MOUNT_LABEL) [N/y/?] n
  Support mounting NFS file systems on Linux < 2.6.23 (FEATURE_MOUNT_NFS) [N/y/?] n
  Support mounting CIFS/SMB file systems (FEATURE_MOUNT_CIFS) [Y/n/?] y
  Support lots of -o flags (FEATURE_MOUNT_FLAGS) [Y/n/?] y
  Support /etc/fstab and -a (mount all) (FEATURE_MOUNT_FSTAB) [Y/n/?] y
    Support -T <alt_fstab> (FEATURE_MOUNT_OTHERTAB) [N/y/?] n
mountpoint (4.9 kb) (MOUNTPOINT) [N/y/?] n
nsenter (6.5 kb) (NSENTER) [N/y/?] n
pivot_root (1.1 kb) (PIVOT_ROOT) [Y/n/?] y
rdate (5.6 kb) (RDATE) [N/y/?] n
rdev (1.8 kb) (RDEV) [N/y/?] n
readprofile (7.1 kb) (READPROFILE) [N/y/?] n
renice (4.2 kb) (RENICE) [N/y/?] n
rev (4.4 kb) (REV) [N/y/?] n
rtcwake (6.8 kb) (RTCWAKE) [N/y/?] n
script (8.6 kb) (SCRIPT) [N/y/?] n
scriptreplay (2.4 kb) (SCRIPTREPLAY) [N/y/?] n
setarch (3.6 kb) (SETARCH) [N/y/?] n
linux32 (3.3 kb) (LINUX32) [N/y/?] n
linux64 (3.3 kb) (LINUX64) [N/y/?] n
setpriv (6.6 kb) (SETPRIV) [N/y/?] n
setsid (3.6 kb) (SETSID) [N/y/?] n
swapon (15 kb) (SWAPON) [N/y/?] n
swapoff (14 kb) (SWAPOFF) [N/y] n
switch_root (5.5 kb) (SWITCH_ROOT) [Y/n/?] y
taskset (4.2 kb) (TASKSET) [N/y/?] n
uevent (3.1 kb) (UEVENT) [N/y/?] n
umount (5.1 kb) (UMOUNT) [Y/n/?] y
  Support -a (unmount all) (FEATURE_UMOUNT_ALL) [Y/n/?] y
unshare (7.2 kb) (UNSHARE) [N/y/?] n
*
* Common options for mount/umount
*
Support loopback mounts (FEATURE_MOUNT_LOOP) [Y/n/?] y
  Create new loopback devices if needed (FEATURE_MOUNT_LOOP_CREATE) [N/y/?] n
Support old /etc/mtab file (FEATURE_MTAB_SUPPORT) [N/y/?] n
*
* Miscellaneous Utilities
*
adjtimex (4.7 kb) (ADJTIMEX) [N/y/?] n
bbconfig (9.7 kb) (BBCONFIG) [N/y/?] n
bc (45 kb) (BC) [N/y/?] n
dc (36 kb) (DC) [N/y/?] n
beep (2.4 kb) (BEEP) [N/y/?] n
chat (6.3 kb) (CHAT) [N/y/?] n
conspy (10 kb) (CONSPY) [N/y/?] n
crond (14 kb) (CROND) [Y/n/?] y
  Support -d (redirect output to stderr) (FEATURE_CROND_D) [N/y/?] n
  Report command output via email (using sendmail) (FEATURE_CROND_CALL_SENDMAIL) [N/y/?] n
  Support special times (@reboot, @daily, etc) in crontabs (FEATURE_CROND_SPECIAL_TIMES) [N/y/?] n
  crond spool directory (FEATURE_CROND_DIR) [/etc] /etc
crontab (10 kb) (CRONTAB) [Y/n/?] y
devfsd (obsolete) (DEVFSD) [N/y/?] n
Use devfs names for all devices (obsolete) (FEATURE_DEVFS) [N/y/?] n
devmem (2.5 kb) (DEVMEM) [N/y/?] n
fbsplash (26 kb) (FBSPLASH) [N/y/?] n
flash_eraseall (5.9 kb) (FLASH_ERASEALL) [N/y/?] n
flash_lock (2.1 kb) (FLASH_LOCK) [N/y/?] n
flash_unlock (1.3 kb) (FLASH_UNLOCK) [N/y/?] n
flashcp (5.3 kb) (FLASHCP) [N/y/?] n
hdparm (25 kb) (HDPARM) [N/y/?] n
hexedit (21 kb) (HEXEDIT) [N/y/?] n
i2cget (5.5 kb) (I2CGET) [N/y/?] n
i2cset (6.7 kb) (I2CSET) [N/y/?] n
i2cdump (7.1 kb) (I2CDUMP) [N/y/?] n
i2cdetect (7.1 kb) (I2CDETECT) [N/y/?] n
inotifyd (3.6 kb) (INOTIFYD) [N/y/?] n
less (16 kb) (LESS) [Y/n/?] y
  Max number of input lines less will try to eat (FEATURE_LESS_MAXLINES) [9999999] 9999999
  Enable bracket searching (FEATURE_LESS_BRACKETS) [N/y/?] n
  Enable -m/-M (FEATURE_LESS_FLAGS) [N/y/?] n
  Enable -S (FEATURE_LESS_TRUNCATE) [N/y/?] n
  Enable marks (FEATURE_LESS_MARKS) [N/y/?] n
  Enable regular expressions (FEATURE_LESS_REGEXP) [N/y/?] n
  Enable automatic resizing on window size changes (FEATURE_LESS_WINCH) [N/y/?] n
  Enable flag changes ('-' command) (FEATURE_LESS_DASHCMD) [N/y/?] n
lock (LOCK) [Y/n/?] y
lsscsi (2.5 kb) (LSSCSI) [N/y/?] n
makedevs (9.2 kb) (MAKEDEVS) [N/y/?] n
man (26 kb) (MAN) [N/y/?] n
microcom (5.7 kb) (MICROCOM) [N/y/?] n
mt (2.5 kb) (MT) [N/y/?] n
nandwrite (4.8 kb) (NANDWRITE) [N/y/?] n
nanddump (5.2 kb) (NANDDUMP) [N/y/?] n
partprobe (3.5 kb) (PARTPROBE) [N/y/?] n
raidautorun (1.3 kb) (RAIDAUTORUN) [N/y/?] n
readahead (1.5 kb) (READAHEAD) [N/y/?] n
rfkill (4.4 kb) (RFKILL) [N/y/?] n
rx (2.9 kb) (RX) [N/y/?] n
setfattr (3.7 kb) (SETFATTR) [N/y/?] n
setserial (6.9 kb) (SETSERIAL) [N/y/?] n
strings (4.6 kb) (STRINGS) [Y/n/?] y
time (6.8 kb) (TIME) [Y/n/?] y
ttysize (432 bytes) (TTYSIZE) [N/y/?] n
ubiattach (4.2 kb) (UBIATTACH) [N/y/?] n
ubidetach (4.1 kb) (UBIDETACH) [N/y/?] n
ubimkvol (5.3 kb) (UBIMKVOL) [N/y/?] n
ubirmvol (4.9 kb) (UBIRMVOL) [N/y/?] n
ubirsvol (4.2 kb) (UBIRSVOL) [N/y/?] n
ubiupdatevol (5.2 kb) (UBIUPDATEVOL) [N/y/?] n
ubirename (2.4 kb) (UBIRENAME) [N/y/?] n
volname (1.6 kb) (VOLNAME) [N/y/?] n
watchdog (5.3 kb) (WATCHDOG) [N/y/?] n
*
* Networking Utilities
*
Enable IPv6 support (FEATURE_IPV6) [Y/n/?] y
Enable Unix domain socket support (usually not needed) (FEATURE_UNIX_LOCAL) [N/y/?] n
Prefer IPv4 addresses from DNS queries (FEATURE_PREFER_IPV4_ADDRESS) [Y/n/?] y
Verbose resolution errors (VERBOSE_RESOLUTION_ERRORS) [Y/n/?] y
arp (10 kb) (ARP) [N/y/?] n
arping (9 kb) (ARPING) [N/y/?] n
brctl (4.7 kb) (BRCTL) [Y/n/?] y
  Fancy options (FEATURE_BRCTL_FANCY) [Y/n/?] y
    Support show (FEATURE_BRCTL_SHOW) [Y/n/?] y
dnsd (9.8 kb) (DNSD) [N/y/?] n
ether-wake (4.9 kb) (ETHER_WAKE) [N/y/?] n
ftpd (30 kb) (FTPD) [N/y/?] n
ftpget (7.8 kb) (FTPGET) [N/y/?] n
ftpput (7.5 kb) (FTPPUT) [N/y/?] n
hostname (5.5 kb) (HOSTNAME) [N/y/?] n
dnsdomainname (3.6 kb) (DNSDOMAINNAME) [N/y/?] n
httpd (32 kb) (HTTPD) [N/y/?] n
ifconfig (12 kb) (IFCONFIG) [Y/n/?] y
  Enable status reporting output (+7k) (FEATURE_IFCONFIG_STATUS) [Y/n/?] y
  Enable slip-specific options "keepalive" and "outfill" (FEATURE_IFCONFIG_SLIP) [N/y/?] n
  Enable options "mem_start", "io_addr", and "irq" (FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ) [N/y/?] n
  Enable option "hw" (ether only) (FEATURE_IFCONFIG_HW) [Y/n/?] y
  Set the broadcast automatically (FEATURE_IFCONFIG_BROADCAST_PLUS) [Y/n/?] y
ifenslave (13 kb) (IFENSLAVE) [N/y/?] n
ifplugd (10 kb) (IFPLUGD) [N/y/?] n
ifup (14 kb) (IFUP) [N/y/?] n
ifdown (13 kb) (IFDOWN) [N/y/?] n
inetd (18 kb) (INETD) [N/y/?] n
ip (35 kb) (IP) [Y/n/?] y
ipaddr (14 kb) (IPADDR) [N/y/?] n
iplink (17 kb) (IPLINK) [N/y/?] n
iproute (15 kb) (IPROUTE) [N/y/?] n
iptunnel (9.6 kb) (IPTUNNEL) [N/y/?] n
iprule (10 kb) (IPRULE) [N/y/?] n
ipneigh (8.3 kb) (IPNEIGH) [N/y/?] n
ip address (FEATURE_IP_ADDRESS) [Y/n/?] y
ip link (FEATURE_IP_LINK) [Y/n/?] y
ip route (FEATURE_IP_ROUTE) [Y/n/?] y
  ip route configuration directory (FEATURE_IP_ROUTE_DIR) [/etc/iproute2] /etc/iproute2
ip tunnel (FEATURE_IP_TUNNEL) [N/y/?] n
ip rule (FEATURE_IP_RULE) [Y/n/?] y
ip neighbor (FEATURE_IP_NEIGH) [Y/n/?] y
Support displaying rarely used link types (FEATURE_IP_RARE_PROTOCOLS) [N/y/?] n
ipcalc (4.4 kb) (IPCALC) [N/y/?] n
fakeidentd (8.7 kb) (FAKEIDENTD) [N/y/?] n
nameif (6.6 kb) (NAMEIF) [N/y/?] n
nbd-client (6 kb) (NBDCLIENT) [N/y/?] n
nc (11 kb) (NC) [Y/n/?] y
netcat (11 kb) (NETCAT) [N/y/?] n
  Netcat server options (-l) (NC_SERVER) [N/y/?] n
  Netcat extensions (-eiw and -f FILE) (NC_EXTRA) [N/y/?] n
  Netcat 1.10 compatibility (+2.5k) (NC_110_COMPAT) [N/y/?] n
netmsg (NETMSG) [Y/n/?] y
netstat (10 kb) (NETSTAT) [Y/n/?] y
  Enable wide output (FEATURE_NETSTAT_WIDE) [Y/n/?] y
  Enable PID/Program name output (FEATURE_NETSTAT_PRG) [Y/n/?] y
nslookup (9.7 kb) (NSLOOKUP) [N/y/?] n
  nslookup_openwrt (NSLOOKUP_OPENWRT) [Y/n/?] y
    Enable long options (FEATURE_NSLOOKUP_OPENWRT_LONG_OPTIONS) [N/y/?] n
ntpd (22 kb) (NTPD) [Y/n/?] y
  Make ntpd usable as a NTP server (FEATURE_NTPD_SERVER) [Y/n/?] y
  Make ntpd understand /etc/ntp.conf (FEATURE_NTPD_CONF) [N/y/?] n
  Support md5/sha1 message authentication codes (FEATURE_NTP_AUTH) [N/y] n
ping (10 kb) (PING) [Y/n/?] y
ping6 (11 kb) (PING6) [Y/n/?] y
Enable fancy ping output (FEATURE_FANCY_PING) [Y/n/?] y
pscan (6 kb) (PSCAN) [N/y/?] n
route (8.7 kb) (ROUTE) [Y/n/?] y
slattach (6.2 kb) (SLATTACH) [N/y/?] n
ssl_client (25 kb) (SSL_CLIENT) [N/y/?] n
tc (8.3 kb) (TC) [N/y/?] n
tcpsvd (14 kb) (TCPSVD) [N/y/?] n
udpsvd (13 kb) (UDPSVD) [N/y/?] n
telnet (8.8 kb) (TELNET) [N/y/?] n
telnetd (12 kb) (TELNETD) [N/y/?] n
tftp (11 kb) (TFTP) [N/y/?] n
tftpd (10 kb) (TFTPD) [N/y/?] n
traceroute (11 kb) (TRACEROUTE) [Y/n/?] y
traceroute6 (13 kb) (TRACEROUTE6) [Y/n/?] y
Enable verbose output (FEATURE_TRACEROUTE_VERBOSE) [Y/n/?] y
Enable -I option (use ICMP instead of UDP) (FEATURE_TRACEROUTE_USE_ICMP) [N/y] n
tunctl (6.2 kb) (TUNCTL) [N/y/?] n
vconfig (2.3 kb) (VCONFIG) [N/y/?] n
wget (38 kb) (WGET) [N/y/?] n
whois (6.3 kb) (WHOIS) [N/y/?] n
zcip (8.4 kb) (ZCIP) [N/y/?] n
udhcpd (21 kb) (UDHCPD) [N/y/?] n
dumpleases (5.1 kb) (DUMPLEASES) [N/y/?] n
dhcprelay (5.2 kb) (DHCPRELAY) [N/y/?] n
udhcpc (24 kb) (UDHCPC) [Y/n/?] y
  Verify that the offered address is free, using ARP ping (FEATURE_UDHCPC_ARPING) [N/y/?] n
  Do not pass malformed host and domain names (FEATURE_UDHCPC_SANITIZEOPT) [N/y/?] n
  Absolute path to config script (UDHCPC_DEFAULT_SCRIPT) [/usr/share/udhcpc/default.script] /usr/share/udhcpc/default.script
udhcpc6 (21 kb) (UDHCPC6) [N/y/?] n
*
* Common options for DHCP applets
*
Enable '-P port' option for udhcpd and udhcpc (FEATURE_UDHCP_PORT) [N/y/?] n
Maximum verbosity level (0..9) (UDHCP_DEBUG) [0] 0
DHCP options slack buffer size (UDHCPC_SLACK_FOR_BUGGY_SERVERS) [80] 80
Support RFC 3397 domain search options (FEATURE_UDHCP_RFC3397) [Y/n/?] y
Support 802.1Q VLAN parameters options (FEATURE_UDHCP_8021Q) [N/y/?] n
*
* Print Utilities
*
lpd (5.5 kb) (LPD) [N/y/?] n
lpr (9.9 kb) (LPR) [N/y/?] n
lpq (9.9 kb) (LPQ) [N/y/?] n
*
* Mail Utilities
*
makemime (5.4 kb) (MAKEMIME) [N/y/?] n
popmaildir (10 kb) (POPMAILDIR) [N/y/?] n
reformime (7.5 kb) (REFORMIME) [N/y/?] n
sendmail (14 kb) (SENDMAIL) [N/y/?] n
*
* Process Utilities
*
free (3.1 kb) (FREE) [Y/n/?] y
fuser (7 kb) (FUSER) [N/y/?] n
iostat (7.6 kb) (IOSTAT) [N/y/?] n
kill (3.1 kb) (KILL) [Y/n/?] y
killall (5.6 kb) (KILLALL) [Y/n/?] y
killall5 (5.3 kb) (KILLALL5) [N/y/?] n
lsof (3.4 kb) (LSOF) [N/y/?] n
mpstat (9.8 kb) (MPSTAT) [N/y/?] n
nmeter (11 kb) (NMETER) [N/y/?] n
pgrep (6.5 kb) (PGREP) [Y/n/?] y
pkill (7.5 kb) (PKILL) [N/y/?] n
pidof (6.3 kb) (PIDOF) [Y/n/?] y
  Enable single shot (-s) (FEATURE_PIDOF_SINGLE) [N/y/?] n
  Enable omitting pids (-o PID) (FEATURE_PIDOF_OMIT) [N/y/?] n
pmap (6 kb) (PMAP) [N/y/?] n
powertop (9.6 kb) (POWERTOP) [N/y/?] n
ps (11 kb) (PS) [Y/n/?] y
  Enable wide output (-w) (FEATURE_PS_WIDE) [Y/n/?] y
  Enable long output (-l) (FEATURE_PS_LONG) [N/y/?] n
pstree (9.3 kb) (PSTREE) [N/y/?] n
pwdx (3.7 kb) (PWDX) [N/y/?] n
smemcap (2.5 kb) (SMEMCAP) [N/y/?] n
sysctl (7.4 kb) (BB_SYSCTL) [Y/n/?] y
top (18 kb) (TOP) [Y/n/?] y
  Accept keyboard commands (FEATURE_TOP_INTERACTIVE) [N/y/?] n
  Show CPU per-process usage percentage (FEATURE_TOP_CPU_USAGE_PERCENTAGE) [Y/n/?] y
    Show CPU global usage percentage (FEATURE_TOP_CPU_GLOBAL_PERCENTS) [Y/n/?] y
      SMP CPU usage display ('c' key) (FEATURE_TOP_SMP_CPU) [N/y/?] n
    Show 1/10th of a percent in CPU/mem statistics (FEATURE_TOP_DECIMALS) [N/y/?] n
  Show CPU process runs on ('j' field) (FEATURE_TOP_SMP_PROCESS) [N/y/?] n
  Topmem command ('s' key) (FEATURE_TOPMEM) [N/y/?] n
uptime (3.7 kb) (UPTIME) [Y/n/?] y
watch (4.4 kb) (WATCH) [N/y/?] n
Support thread display in ps/pstree/top (FEATURE_SHOW_THREADS) [N/y/?] n
*
* Runit Utilities
*
chpst (9 kb) (CHPST) [N/y/?] n
setuidgid (4 kb) (SETUIDGID) [N/y/?] n
envuidgid (3.9 kb) (ENVUIDGID) [N/y/?] n
envdir (2.5 kb) (ENVDIR) [N/y/?] n
softlimit (4.5 kb) (SOFTLIMIT) [N/y/?] n
runsv (7.8 kb) (RUNSV) [N/y/?] n
runsvdir (6.3 kb) (RUNSVDIR) [N/y/?] n
sv (8.5 kb) (SV) [N/y/?] n
svc (8.4 kb) (SVC) [N/y/?] n
svok (1.5 kb) (SVOK) [N/y/?] n
svlogd (16 kb) (SVLOGD) [N/y/?] n
*
* Shells
*
Choose which shell is aliased to 'sh' name
> 1. ash (SH_IS_ASH)
  2. hush (SH_IS_HUSH)
  3. none (SH_IS_NONE)
choice[1-3?]: 1
Choose which shell is aliased to 'bash' name
  1. ash (BASH_IS_ASH)
  2. hush (BASH_IS_HUSH)
> 3. none (BASH_IS_NONE)
choice[1-3?]: 3
ash (78 kb) (ASH) [Y/n/?] y
  Optimize for size instead of speed (ASH_OPTIMIZE_FOR_SIZE) [N/y] n
  Use internal glob() implementation (ASH_INTERNAL_GLOB) [Y/n/?] y
  bash-compatible extensions (ASH_BASH_COMPAT) [Y/n] y
    'source' and '.' builtins search current directory after $PATH (ASH_BASH_SOURCE_CURDIR) [N/y/?] n
    command_not_found_handle hook support (ASH_BASH_NOT_FOUND_HOOK) [N/y/?] n
  Job control (ASH_JOB_CONTROL) [Y/n] y
  Alias support (ASH_ALIAS) [Y/n] y
  Pseudorandom generator and $RANDOM variable (ASH_RANDOM_SUPPORT) [N/y/?] n
  Expand prompt string (ASH_EXPAND_PRMT) [Y/n/?] y
  Idle timeout variable $TMOUT (ASH_IDLE_TIMEOUT) [N/y/?] n
  Check for new mail in interactive shell (ASH_MAIL) [N/y/?] n
  echo builtin (ASH_ECHO) [Y/n] y
  printf builtin (ASH_PRINTF) [Y/n] y
  test builtin (ASH_TEST) [Y/n] y
  help builtin (ASH_HELP) [N/y] n
  getopts builtin (ASH_GETOPTS) [Y/n] y
  command builtin (ASH_CMDCMD) [Y/n/?] y
cttyhack (2.4 kb) (CTTYHACK) [N/y/?] n
hush (68 kb) (HUSH) [N/y/?] n
*
* Options common to all shells
*
POSIX math support (FEATURE_SH_MATH) [Y/n/?] y
  Extend POSIX math support to 64 bit (FEATURE_SH_MATH_64) [Y/n/?] y
Hide message on interactive shell startup (FEATURE_SH_EXTRA_QUIET) [N/y/?] n
Standalone shell (FEATURE_SH_STANDALONE) [N/y/?] n
Run 'nofork' applets directly (FEATURE_SH_NOFORK) [Y/n/?] y
read -t N.NNN support (+110 bytes) (FEATURE_SH_READ_FRAC) [N/y/?] n
Use $HISTFILESIZE (FEATURE_SH_HISTFILESIZE) [N/y/?] n
Embed scripts in the binary (FEATURE_SH_EMBEDDED_SCRIPTS) [N/y/?] n
*
* System Logging Utilities
*
klogd (5.7 kb) (KLOGD) [N/y/?] n
logger (6.3 kb) (LOGGER) [Y/n/?] y
logread (4.8 kb) (LOGREAD) [N/y/?] n
syslogd (13 kb) (SYSLOGD) [N/y/?] n
sleep: cannot read realtime clock: Invalid argument
make[5]: *** [/home/user/lede/build_dir/target-mipsel_24kc_musl/busybox-1.30.0/scripts/kconfig/Makefile:37: oldconfig] Error 1
make[4]: *** [Makefile:444: oldconfig] Error 2
make[4]: Leaving directory '/home/user/lede/build_dir/target-mipsel_24kc_musl/busybox-1.30.0'
make[3]: *** [Makefile:133: /home/user/lede/build_dir/target-mipsel_24kc_musl/busybox-1.30.0/.configured_68b329da9893e34099c7d8ad5cb9c940_68bcc60892ef01f30ea83ed50d912b87] Error 2
make[3]: Leaving directory '/home/user/lede/package/utils/busybox'
time: package/utils/busybox/compile#2.92#5.46#12.61
make[2]: *** [package/Makefile:113: package/utils/busybox/compile] Error 2
make[2]: Leaving directory '/home/user/lede'
make[1]: *** [package/Makefile:107: /home/user/lede/staging_dir/target-mipsel_24kc_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/user/lede'
make: *** [/home/user/lede/include/toplevel.mk:227: world] Error 2
aizhouyi commented 4 years ago

实体机编译,真的很多莫名奇妙问题,成功率低的可怕,试试github的action吧,用了action我已经彻底放弃实体机编译了

pmxEr5lZwZ commented 4 years ago

@aizhouyi 非常感谢,不过有个疑问,第一次编译的config没有ssrplus,如果我想第二次注释HELLOWORLD+勾选后,我应该这么做?有没有workflow的模板可以分享一下呢?谢谢

aizhouyi commented 4 years ago

@aizhouyi 非常感谢,不过有个疑问,第一次编译的config没有ssrplus,如果我想第二次注释HELLOWORLD+勾选后,我应该这么做?有没有workflow的模板可以分享一下呢?谢谢

一一解答 第一,可以通过修改feeds文件实现,确实可以。但我用的不是这种方法。 第二,我是直接下载科学源码,再去feeds。 云action推荐 https://github.com/P3TERX/Actions-OpenWr 这个写的非常完善了,文档十分详细。 第三,模板很多了,很多定时编译的大佬一直更新,比如 https://github.com/SuLingGG/OpenWrt-Rpi 你也可以点进我的仓库可以看到我的, https://github.com/aizhouyi/openwrt_compile.git 主要修改是workflow文件(只是我开启了国内上传固件,其他全是默认)和diy-part1.sh(这个就是增加你想要的功能),把本地的配置文件推上去,自动就开始编译了。

Jack-s-cmd commented 4 years ago

到这里的报错基本就快编译好了,我自己遇到的是冲突造成的,你检查一下,我之前不知道已经集成了wifi驱动,自己又装了一个,最后冲突了。我建议,git下来后,什么都不要改,直接满线程跑一遍代码,一切正常,后面都好解决了,编译错了重新再来,后面再编译我用VPS跑10分钟不到就可以跑完,美滋滋。