# kmod/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.45 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.47 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] build = default license = See "license*.txt" in installed tree licfile = COPYING master = glibc smp = no uscheck = C210611, R210520, active #--------------------------------------------------------------------- [depends] actools gawk grep make sed xzutils zlib #--------------------------------------------------------------------- [configure] BINDIR=$PKGDIR_PROD/bin ETCDIR=$PKGDIR_PROD/etc SBINDIR=$PKGDIR_PROD/sbin MANBASE=$PKGDIR_PROD/man mkdir -p $BINDIR $ETCDIR $MANBASE $SBINDIR bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --mandir=$MANBASE \ --sysconfdir=$ETCDIR \ --with-xz \ --with-zlib #--------------------------------------------------------------------- [postbuild] BINDIR=$PKGDIR_PROD/bin ETCDIR=$PKGDIR_PROD/etc SBINDIR=$PKGDIR_PROD/sbin ln -nsf $BINDIR/kmod $SBINDIR/ cd $SBINDIR for x in depmod insmod lsmod modinfo modprobe rmmod do ln -s kmod $x done ln -nsf $SBINDIR/lsmod $BINDIR/ cp -p $PKGDIR_SPECIAL/modprobe.conf $ETCDIR/ #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = TBD url_home = TBD url_lfs = TBD url_tarball = https://www.kernel.org/pub/linux/utils/\ kernel/kmod/kmod-29.tar.xz #--------------------------------------------------------------------- [history] 170502 Updated from 22 to 24 180430 Updated to 25 180625 Added a "buildroot" patch 180629 Added an Alpine patch 190513 Updated to 26 210611 Updated to 29