Displaying 1 result from an estimated 1 matches for "wongsyron".
Did you mean:
wongsyrone
2016 Mar 11
4
The sad state of samba 4 adaption for home/small business routers.
...vram and problematic for 16/32 MB more recent routers,
depending on what other packages are added to the firmware.
The smallest samba 4.3 package we could manage to build is around 9-12MB or
4.9MB lzma compressed using this makefile + some multicall/static linking
hacks/patches:
https://github.com/wongsyrone/openwrt-1/tree/master/package/external
/samba43related/samba43
In contrast Samba 3.6 can be stripped down to around 900kb (lzma), which is
not a problem for 8MB nvram targets.
I tried to base my build on the buildroot example and create a normal shared
lib package, since i don't like to main...