Hi, Thanks for the feedback posts you have sent on the rpi patch. On 7 June 2012 13:33, Benjamin Henrion <[email protected]> wrote: <snip> >> =================================================================== > > Also it fails to download those files: > > =================================================================== > # Raspberry Pi has no bootloader, instead the GPU loads and starts the kernel > make -w -C GPU compile > make[6]: Entering directory > `/home/zoobab/openwrt/git/openwrt/target/linux/raspberrypi/image/GPU' > mkdir -p /home/zoobab/openwrt/git/openwrt/dl > --2012-06-07 12:30:59-- > http://mirror2.openwrt.org/sources/raspberrypi_gpu_fw-20120529.tar.bz2 > Resolving mirror2.openwrt.org... 46.4.11.11 > Connecting to mirror2.openwrt.org|46.4.11.11|:80... connected. > HTTP request sent, awaiting response... 404 Not Found > 2012-06-07 12:30:59 ERROR 404: Not Found. > > Download failed. > --2012-06-07 12:30:59-- > http://downloads.openwrt.org/sources/raspberrypi_gpu_fw-20120529.tar.bz2 > Resolving downloads.openwrt.org... 78.24.191.177 > Connecting to downloads.openwrt.org|78.24.191.177|:80... connected. > HTTP request sent, awaiting response... 404 Not Found > 2012-06-07 12:30:59 ERROR 404: Not Found. > > Download failed. > No more mirrors to try - giving up. > =================================================================== > <snip>
I'm not sure if this is an issue? The target build requests some files for the GPU from a revision of a git archive. I'm guessing openwrt build is first checking mirrors for an archive version of the files to reduce the amount of downloading. When it can't find this it gives up and goes on to clone the entire git archive to get the revision of files needed. I did not specify mirror checking in the makefile (at least not deliberately), but perhaps this is normal. Regards Ian _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
