diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-06-17 04:01:15 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-06-17 04:01:15 +0000 |
commit | a37d6de53c738d7875a6346f1d71a2d9a524deef (patch) | |
tree | 4fb7233b48a0dfa1d78f1dd62cb2c85a75c69371 /packages/wrt/wrt-imagetools-native.bb | |
parent | 098731b381f6b5d35da29381a201b269dc679aa7 (diff) | |
parent | a01260fee1469285b60132bef06c31f5e6aa0090 (diff) |
merge of '33019e0e6235ec885c91256837a062fa55cae440'
and 'a61aba8a057f0b182431d754bb7d4798c75ebd37'
Diffstat (limited to 'packages/wrt/wrt-imagetools-native.bb')
-rw-r--r-- | packages/wrt/wrt-imagetools-native.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/wrt/wrt-imagetools-native.bb b/packages/wrt/wrt-imagetools-native.bb index cd5d802765..f9f459eea6 100644 --- a/packages/wrt/wrt-imagetools-native.bb +++ b/packages/wrt/wrt-imagetools-native.bb @@ -1,4 +1,5 @@ -SRC_URI = "cvs://anonymous@openwrt.org/openwrt;module=openwrt/target/utils/src;tag=TESTED" +#SRC_URI = "svn://svn.openwrt.org/openwrt;module=trunk/tools/firmware-utils/src;proto=https" +SRC_URI = ${SOURCEFORGE_MIRROR}/gakusei/openwrt-imagetools-svn-rev7641.tar.bz2 S = "${WORKDIR}/src/" inherit native @@ -13,4 +14,4 @@ do_stage() { install -m 0755 ${S}/trx ${STAGING_BINDIR} install -m 0755 ${S}/motorola-bin ${STAGING_BINDIR} install -m 0755 ${S}/addpattern ${STAGING_BINDIR} -}
\ No newline at end of file +} |