diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2005-07-21 14:21:28 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-21 14:21:28 +0000 |
commit | c0a250728e6985d545e336fe82df3918e6c5a442 (patch) | |
tree | c8f435ec69fd68750ff530deaabad2c9df989250 /packages/linux/linux-wrt_2.4.30.bb | |
parent | 06a7a3e0cdf0c08f25cb3dc4ce5ae57f416c31a7 (diff) | |
parent | e445bbb501bc1eb0725dfb65d73c4438f1991f2e (diff) |
merge of f5dd78fd37750576d502b8124f093d45ca992ca6
and f9869d372bd0705706ba5562f7a5b7bb25208ff3
Diffstat (limited to 'packages/linux/linux-wrt_2.4.30.bb')
-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 \ |