wok diff linux/receipt @ rev 15807

Up: aria2 to 1.18.3.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Jan 24 01:44:34 2014 +0000 (2014-01-24)
parents a1084fda7f23
children db5b03f42dd9
line diff
     1.1 --- a/linux/receipt	Thu Jan 02 15:04:05 2014 +0100
     1.2 +++ b/linux/receipt	Fri Jan 24 01:44:34 2014 +0000
     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  {