[Solved] Build minimal image for dumb AP

cd openwrt
git checkout -b v19.07.4
make distclean
./scripts/feeds update -a
./scripts/feeds install -a
make menuconfig

Isn't it from building from scratch?
I'm using image builder.

So i face my fear and flash the image. That's nice. 802.11r working on all devices, even the olds 4/32. And both have 348KB of free space.

Thank's everyone, specially @eduperez

Just to register, maybe could help some other newbie, i used:

make image PROFILE=tl-wr841-v8 PACKAGES="uhttpd uhttpd-mod-ubus libiwinfo-lua luci-base luci-mod-admin-full luci-theme-bootstrap wpad -luci-app-firewall -ppp -ppp-mod-pppoe -ip6tables -odhcp6c -kmod-ipv6 -kmod-ip6tables -odhcpd -iptables -odhcpd-ipv6only -wpad-mini -wpad-basic-wolfssl -dnsmasq -firewall -kmod-ipt-conntrack -kmod-ipt-core -kmod-ipt-nat -kmod-ipt-offload -dnsmasq -firewall -kmod-nf-conntrack -kmod-nf-conntrack6 -kmod-nf-flow -kmod-nf-ipt -kmod-nf-nat -kmod-nf-reject -ca-bundle -libwolfssl24"

May not be the best option, but as a dumb AP, worked fine.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.