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)

/attitude_adjustment $ ls -lah
bin/ar71xx/packages/netifd_2013-07-16-2674941b06c1ec67f1aff1bff9212e1372106641_ar71xx.ipk

-rw-r--r-- 1 cmsv cmsv 689K Dec  4 01:54
bin/ar71xx/packages/netifd_2013-07-16-2674941b06c1ec67f1aff1bff9212e1372106641_ar71xx.ipk

$ cat .config | grep NLS
# CONFIG_BUILD_NLS is not set

$ cat .config | grep CONFIG_NO_STRIP
# CONFIG_NO_STRIP is not set

The config is the default one that AA generates.
http://wirelesspt.net/arquivos/firmware/tmp/config

On 12/03/2013 11:31 PM, John Vogel wrote:
> 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 <c...@wirelesspt.net> wrote:
> 
>> 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 be causing this ?
>>
> -- snip
> 
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to