thanks for the answer.
I deleted my folder and tried to compile everything from scratch again, but sadly it does not work out:
make[3]: Leaving directory `/home/openwrt/openwrt/raspberrypi-openwrt/raspberrypi-openwrt/package/block-mount'
make[3]: Entering directory `/home/openwrt/openwrt/raspberrypi-openwrt/raspberrypi-openwrt/package/brcm2708-gpu-fw'
mkdir -p /home/openwrt/openwrt/raspberrypi-openwrt/raspberrypi-openwrt/dl
echo "Checking out files from the git repository..."; mkdir -p /home/openwrt/openwrt/raspberrypi-openwrt/raspberrypi-openwrt/tmp/dl && cd /home/openwrt/openwrt/raspberrypi-openwrt/raspberrypi-openwrt/tmp/dl && rm -rf brcm2708-gpu-fw-20121030 && [ \! -d brcm2708-gpu-fw-20121030 ] && git clone git://
github.com/raspberrypi/firmware.git brcm2708-gpu-fw-20121030 --recursive && (cd brcm2708-gpu-fw-20121030 && git checkout 537c78b113d06e37e2cca90a0b3d3f39a129ee23) && echo "Packing checkout..." && rm -rf brcm2708-gpu-fw-20121030/.git && /bin/tar cfj /home/openwrt/openwrt/raspberrypi-openwrt/raspberrypi-openwrt/tmp/dl/brcm2708-gpu-fw-20121030.tar.bz2 brcm2708-gpu-fw-20121030 && mv /home/openwrt/openwrt/raspberrypi-openwrt/raspberrypi-openwrt/tmp/dl/brcm2708-gpu-fw-20121030.tar.bz2 /home/openwrt/openwrt/raspberrypi-openwrt/raspberrypi-openwrt/dl/ && rm -rf brcm2708-gpu-fw-20121030;
Checking out files from the git repository...
Initialized empty Git repository in /home/openwrt/openwrt/raspberrypi-openwrt/raspberrypi-openwrt/tmp/dl/brcm2708-gpu-fw-20121030/.git/
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
make[3]: *** [/home/openwrt/openwrt/raspberrypi-openwrt/raspberrypi-openwrt/dl/brcm2708-gpu-fw-20121030.tar.bz2] Error 128
make[3]: Leaving directory `/home/openwrt/openwrt/raspberrypi-openwrt/raspberrypi-openwrt/package/brcm2708-gpu-fw'
make[2]: *** [package/brcm2708-gpu-fw/compile] Error 2
make[2]: Leaving directory `/home/openwrt/openwrt/raspberrypi-openwrt/raspberrypi-openwrt'
make[1]: *** [/home/openwrt/openwrt/raspberrypi-openwrt/raspberrypi-openwrt/staging_dir/target-arm_v6_eglibc-2.15_eabi/stamp/.package_compile] Error 2
make[1]: Leaving directory `/home/openwrt/openwrt/raspberrypi-openwrt/raspberrypi-openwrt'
make: *** [world] Error 2
Seems like it can't fetch the gpu fw?
The folder tmp/dl is empty... :(
Any ideas on that?
Greetings,
Nico