I already have them, and might even consider to get some more.
And I simply haven't found yet any narrow beam directional outdoor AP below 300 € - other than the CPE210.
Might rent an excavator instead and dig a ditch to the middle of the area and place an ordinary round beam AP there.
Or do modern Mu-Mimo a similiar job in automagically focussing narrow beams toward devices far away? (the CPE 210 has Mu-Mimo already)
Testing my build, if found that I forgot some packages
- for https (dont like luci without) I missed
libev libuhttpd-mbedtls px5g-mbedtls
- for my Q-BRIDGE-MIB script I forgot
ip-bridge
- for scripted remote syncing of
hostapd.WPA_PSK
(and may be vlan-related config of network
and wireless
as well) by inwards scp
, I need openssh-sftp-server
After installing those, I'm left with 56 k free on / aka /overlay
.
I'd like to have diff
at hand as well, but opkg refuses with pkg diffutils needs 109
.
I don't see any other problems yet to run that short on flash space.
However, with dynamic management of dozens of vlans, may be we end up in not being able to edit config files at some at some point?
df doesn't really report space used but an estimate of how much more can be stored and it errors on the side of caution
Ah, that's what I have seen when I installed the packages for https: The figure for free space was falling slower than the amount of kB installed.
root@OpenWrt:/overlay/upper/usr/lib/opkg/info$ du -s -d1 /overlay/upper/
28 /overlay/upper/etc
435 /overlay/upper/usr
463 /overlay/upper/
df ....
/dev/mtdblock6 448 392 56 88% /overlay
Since this was my initial question, you earned the "solution" tag 
But now, towards 'the end', empty space and pkg size installed move in parallel, again.
So either I manage to strip out the unused firewall stuff, or I have to sacrify luci.
Searching the forum, I found many reports of the problem, but not really a solution beyond manual checking of package dependencies.
As it seems, the imagebuilder does evaluate these dependencies, so it might be nice to find some debug output of this process, instead of tedious and error prone manual evaluation.