Revert "util-linux: dont build 'mount' and 'umount' anymore, replaced by busybox's applets"

This reverts commit ad69a9260e989445750be8f50c51bdd470ae816e.
This commit is contained in:
Stephan Raue 2011-04-02 12:32:53 +02:00
parent f76faf0c8c
commit 0b39f59a30
2 changed files with 6 additions and 0 deletions

View File

@ -76,6 +76,8 @@ gt_cv_func_gnugettext1_libintl=no \
--without-selinux \
--without-audit
make -C mount mount
make -C mount umount
make -C mount swapon
make -C misc-utils blkid
make -C sys-utils fstrim

View File

@ -22,6 +22,10 @@
. config/options $1
mkdir -p $INSTALL/bin
cp $PKG_BUILD/mount/.libs/mount $INSTALL/bin
cp $PKG_BUILD/mount/.libs/umount $INSTALL/bin
mkdir -p $INSTALL/sbin
cp $PKG_BUILD/misc-utils/.libs/blkid $INSTALL/sbin
cp $PKG_BUILD/sys-utils/fstrim $INSTALL/sbin