# HG changeset patch # User Pascal Bellard # Date 1389567755 -3600 # Node ID de8cd706512ca56829b8fcc9d3263a33028c1651 # Parent 8cd1011dc63387d8881e6e66c9ea77d54274532a linux: remove kmod dep diff -r 8cd1011dc633 -r de8cd706512c linux/receipt --- a/linux/receipt Mon Jan 13 00:00:03 2014 +0100 +++ b/linux/receipt Mon Jan 13 00:02:35 2014 +0100 @@ -12,7 +12,7 @@ WGET_URL="ftp://ftp.kernel.org/pub/linux/kernel/v3.0/$TARBALL" HOST_ARCH="i486 arm x86_64" -DEPENDS="kmod" +DEPENDS="" BUILD_DEPENDS="slitaz-toolchain perl git xz lzma patch \ uclibc-cross-compiler-x86_64 busybox-boot" @@ -37,12 +37,6 @@ # TODO: slitaz.conf provide SLITAZ_ARCH and must be handled by tazpkg/spk [ -f "$root/etc/slitaz/slitaz.conf" ] && . $root/etc/slitaz/slitaz.conf -# Handle multiarch installation. ARM use Busybox modutils, so avoid any -# deps on kmod -case "$SLITAZ_ARCH" in - arm) DEPENDS="" ;; -esac - # Rules to configure and make the package. compile_rules() {