Re: [OpenWrt-Devel] Bloated size netifd (688K)

2013-12-05 Thread cmsv
I have found the problem and "some package" was broken on the system used to compile the images. I also upgraded cmake and the problem seems to be gone now as netifd is back to 45k size. -rw-r--r-- 1 cmsv cmsv 45K Dec 5 20:59 netifd_2013-07-16-2674941b06c1ec67f1aff1bff9212e1372106641_ar71xx.ipk

Re: [OpenWrt-Devel] Bloated size netifd (688K)

2013-12-04 Thread cmsv
On 12/04/2013 06:07 PM, Felix Fietkau wrote: > On 2013-12-04 23:57, cmsv wrote: >> Inline: >> >> On 12/04/2013 06:39 AM, Felix Fietkau wrote: >>> Please send me your bloated .ipk. >> >> http://wirelesspt.net/arquivos/firmware/tmp/netifd_2013-07-16-2674941b06c1ec67f1aff1bff9212e1372106641_ar71xx.i

Re: [OpenWrt-Devel] Bloated size netifd (688K)

2013-12-04 Thread Felix Fietkau
On 2013-12-04 23:57, cmsv wrote: > Inline: > > On 12/04/2013 06:39 AM, Felix Fietkau wrote: >> Please send me your bloated .ipk. > > http://wirelesspt.net/arquivos/firmware/tmp/netifd_2013-07-16-2674941b06c1ec67f1aff1bff9212e1372106641_ar71xx.ipk > > Also send me a log of the following >> comma

Re: [OpenWrt-Devel] Bloated size netifd (688K)

2013-12-04 Thread cmsv
Inline: On 12/04/2013 06:39 AM, Felix Fietkau wrote: > On 2013-12-04 11:47, cmsv wrote: >> Here is what i did: >> >> svn co svn://svn.openwrt.org/openwrt/branches/attitude_adjustment >> cd ~/attitude_adjustment >> ./scripts/feeds update -a >> ./scripts/feeds install -a >> make defconfig >> make pr

Re: [OpenWrt-Devel] Bloated size netifd (688K)

2013-12-04 Thread Felix Fietkau
On 2013-12-04 11:47, cmsv wrote: > Here is what i did: > > svn co svn://svn.openwrt.org/openwrt/branches/attitude_adjustment > cd ~/attitude_adjustment > ./scripts/feeds update -a > ./scripts/feeds install -a > make defconfig > make prereq > make menuconfig > (did not change the default config jus

Re: [OpenWrt-Devel] Bloated size netifd (688K)

2013-12-04 Thread cmsv
Here is what i did: svn co svn://svn.openwrt.org/openwrt/branches/attitude_adjustment cd ~/attitude_adjustment ./scripts/feeds update -a ./scripts/feeds install -a make defconfig make prereq make menuconfig (did not change the default config just checked, saved and exit) make result: (689K) /att

Re: [OpenWrt-Devel] Bloated size netifd (688K)

2013-12-03 Thread John Vogel
Sounds like you have turned on CONFIG_NO_STRIP or something else like CONFIG_BUILD_NLS, that would considerably increase the size of pkgs. Just a guess. Would be much easier to tell looking at your dot config. On Tue, 03 Dec 2013 18:58:54 -0500 cmsv wrote: > Recently while trying to compile an i

[OpenWrt-Devel] Bloated size netifd (688K)

2013-12-03 Thread cmsv
Recently while trying to compile an image i am only able to get images for 8 mb flash routers because netifd_2013-07-16 ends up by being 688K size when it used to be 45K This happens with AA and i even downloaded new sources just to make sure. My image is pretty simple. Does anyone know what can