diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-07-21 11:56:17 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-21 11:56:17 +0000 |
commit | 7ff7c964e027b86c67f7eb738bdfb9f2bc102a59 (patch) | |
tree | 3655b262c8e22e619c3f996b2246ff077ac91c6a /packages/linux | |
parent | f7f75893eb029ffec166c6db9c0749b317246e5c (diff) |
linux-wrt: fix SRC_URI
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-wrt_2.4.30.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/linux/linux-wrt_2.4.30.bb b/packages/linux/linux-wrt_2.4.30.bb index e17bfdfe6a..444fb5b7ea 100644 --- a/packages/linux/linux-wrt_2.4.30.bb +++ b/packages/linux/linux-wrt_2.4.30.bb @@ -1,15 +1,14 @@ SECTION = "kernel" DESCRIPTION = "Linux kernel for the Linksys WRT54 devices" HOMEPAGE = "http://openwrt.org" +DEPENDS = "lzma-native" LICENSE = "GPL" PR = "r2" -DEPENDS = "lzma-native" - SRC_URI = "http://www.fi.kernel.org/pub/linux/kernel/v2.4/linux-2.4.30.tar.bz2 \ cvs://anonymous@openwrt.org/openwrt;module=openwrt/package/linux/kernel-source;tag=TESTED \ - http://downloads.openwrt.org/kernel-binary-wl-0.2.tar.gz \ - http://downloads.openwrt.org/kernel-source-et-0.6.tar.gz \ + http://downloads.openwrt.org/sources/kernel-binary-wl-0.2.tar.gz \ + http://downloads.openwrt.org/sources/kernel-source-et-0.6.tar.gz \ file://000-linux-mips-2_4_30.patch;patch=1 \ file://001-Makefile;patch=1 \ file://002-Rules_make;patch=1 \ |