diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2008-10-16 01:32:27 +0200 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2008-10-16 01:32:27 +0200 |
commit | d211081be3c71e2152e7797a6420295144d17964 (patch) | |
tree | f5302a46460379bb4ea90ae698a97361d3d46929 /packages/linux/linux-wrt_2.4.30.bb | |
parent | 04c3feecc847c9a4d12bfd2acdfc7a94e93d9ff8 (diff) |
linux-*.bb: use KERNELORG_MIRROR consistently (fixes checksum errors)
* remove trailing slash in KERNELORG_MIRROR definition
* add slash after KERNELORG_MIRROR in *.bb where needed
Diffstat (limited to 'packages/linux/linux-wrt_2.4.30.bb')
-rw-r--r-- | packages/linux/linux-wrt_2.4.30.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux-wrt_2.4.30.bb b/packages/linux/linux-wrt_2.4.30.bb index 7428a2b710..20466f73c6 100644 --- a/packages/linux/linux-wrt_2.4.30.bb +++ b/packages/linux/linux-wrt_2.4.30.bb @@ -5,7 +5,7 @@ DEPENDS = "lzma-native" LICENSE = "GPL" FILE_PR = "r2" -SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.4/linux-2.4.30.tar.bz2 \ +SRC_URI = "${KERNELORG_MIRROR}/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/sources/kernel-binary-wl-0.2.tar.gz \ http://downloads.openwrt.org/sources/kernel-source-et-0.6.tar.gz \ |