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

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-03-09 01:16:38 +01:00
parent d59d4af64e
commit ad69a9260e
2 changed files with 0 additions and 6 deletions

View File

@ -76,8 +76,6 @@ 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,10 +22,6 @@
. 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