wok-next rev 15781
linux: remove kmod dep
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 13 00:02:35 2014 +0100 (2014-01-13) |
parents | 8cd1011dc633 |
children | a248ba6ee79d |
files | linux/receipt |
line diff
1.1 --- a/linux/receipt Mon Jan 13 00:00:03 2014 +0100 1.2 +++ b/linux/receipt Mon Jan 13 00:02:35 2014 +0100 1.3 @@ -12,7 +12,7 @@ 1.4 WGET_URL="ftp://ftp.kernel.org/pub/linux/kernel/v3.0/$TARBALL" 1.5 HOST_ARCH="i486 arm x86_64" 1.6 1.7 -DEPENDS="kmod" 1.8 +DEPENDS="" 1.9 BUILD_DEPENDS="slitaz-toolchain perl git xz lzma patch \ 1.10 uclibc-cross-compiler-x86_64 busybox-boot" 1.11 1.12 @@ -37,12 +37,6 @@ 1.13 # TODO: slitaz.conf provide SLITAZ_ARCH and must be handled by tazpkg/spk 1.14 [ -f "$root/etc/slitaz/slitaz.conf" ] && . $root/etc/slitaz/slitaz.conf 1.15 1.16 -# Handle multiarch installation. ARM use Busybox modutils, so avoid any 1.17 -# deps on kmod 1.18 -case "$SLITAZ_ARCH" in 1.19 - arm) DEPENDS="" ;; 1.20 -esac 1.21 - 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 {