Browse Source

toybox: enhanced build to not include files in e2fsprogs.

master
Nagy Karoly Gabriel 11 years ago
parent
commit
7f0f60a6c9
  1. 8
      base/toybox/toybox.conf

8
base/toybox/toybox.conf

@ -33,9 +33,11 @@ toybox_config() {
if pkginstalled patch; then if pkginstalled patch; then
sed -i -e "s,^CONFIG_PATCH=y,CONFIG_PATCH=n," .config sed -i -e "s,^CONFIG_PATCH=y,CONFIG_PATCH=n," .config
fi fi
# always disable what e2fsprogs includes
sed -i -e "s,^CONFIG_CHATTR=y,CONFIG_CHATTR=n," .config
sed -i -e "s,^CONFIG_LSATTR=y,CONFIG_LSATTR=n," .config
eval $MAKE oldconfig CPUS=$CPUS eval $MAKE oldconfig CPUS=$CPUS
} }
var_append makeopt ' ' 'toybox' var_append makeopt ' ' 'CPUS=$CPUS toybox'
var_append makeinstopt ' ' "PREFIX=$root/" var_append makeinstopt ' ' "CPUS=$CPUS PREFIX=$root/"

Loading…
Cancel
Save