Hi,

I downloaded the image builder for my Atheros Ar7161 (ar7xx) with i686.

First of all i have set more packages with:

make image PACKAGES="pkg1 .."

But i was getting this error:

Error: file ~/openwrt/OpenWrt-ImageBuilder-ar71xx-for-Linux-i686/build_dir/linux-ar71xx/root.squashfs is too big
make[2]: [install] Error 1 (ignored)
/bin/tar -zcf ~/openwrt/OpenWrt-ImageBuilder-ar71xx-for-Linux-i686/bin/openwrt-ar71xx-rootfs.tgz --numeric-owner --owner=0 --group=0 -C ~/openwrt/OpenWrt-ImageBuilder-ar71xx-for-Linux-i686/build_dir/mips/root-ar71xx/ .
( cd ~/openwrt/OpenWrt-ImageBuilder-ar71xx-for-Linux-i686/bin ; ~/openwrt/OpenWrt-ImageBuilder-ar71xx-for-Linux-i686/staging_dir/host/bin/find -maxdepth 1 -type f \! -name 'md5sums'  -printf "%P\n" | xargs md5sum > md5sums )
make[2]: Leaving directory `~/openwrt/OpenWrt-ImageBuilder-ar71xx-for-Linux-i686/target/linux/ar71xx/image'
make[1]: Leaving directory `~/openwrt/OpenWrt-ImageBuilder-ar71xx-for-Linux-i686'

So then I removed all packages to install the custom image:

make image

And I get the same error.

My question is: Are the images valids or this error ends the building process (as you can see Error (ignored))?

This is the du:

~/openwrt/OpenWrt-ImageBuilder-ar71xx-for-Linux-i686$ du -hs bin/*
4,0K    bin/md5sums
1,6M    bin/openwrt-ar71xx-rootfs.tgz
1,4M    bin/openwrt-ar71xx-root.squashfs
1,1M    bin/openwrt-ar71xx-uImage.gz
2,3M    bin/openwrt-ar71xx-vmlinux.bin
2,3M    bin/openwrt-ar71xx-vmlinux.elf
1,1M    bin/openwrt-ar71xx-vmlinux.gz
768K    bin/openwrt-ar71xx-vmlinux.lzma

Any ideas?

Regards,

(Last edited by lapacho on 13 Jan 2010, 03:20)