wok diff linux/receipt @ rev 11621

busybox-static: slitaz-boot-script needs CONFIG_SCRIPT
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 24 12:22:58 2012 +0100 (2012-01-24)
parents 24a7f347ef17
children 41cee386ada1
line diff
     1.1 --- a/linux/receipt	Fri Jan 20 18:06:34 2012 +0100
     1.2 +++ b/linux/receipt	Tue Jan 24 12:22:58 2012 +0100
     1.3 @@ -7,11 +7,11 @@
     1.4  MAINTAINER="devel@slitaz.org"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WEB_SITE="http://www.kernel.org/"
     1.7 -WGET_URL="http://www.eu.kernel.org/pub/linux/kernel/v${VERSION:0:3}/$TARBALL"
     1.8 +WGET_URL="http://www.kernel.org/pub/linux/kernel/v${VERSION:0:3}/$TARBALL"
     1.9  CONFIG_FILES="/lib/modules/$VERSION-slitaz/modules.dep"
    1.10  
    1.11  DEPENDS="depmod"
    1.12 -BUILD_DEPENDS="slitaz-toolchain perl git lzma patch xz"
    1.13 +BUILD_DEPENDS="slitaz-toolchain perl git lzma patch"
    1.14  
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()