Minimalistic version of luci with imagebuilder

As described here https://openwrt.org/docs/guide-user/luci/luci.essentials it is possible to install luci without some dependencies (offline).

Is there any possibility to build an image with the imagebuilder including the package "luci" but without "firewall"?

For an access point the firewall is useless and I would disable it anyway.

Well was easier than expected:

make image PROFILE=ex2700 PACKAGES="-dnsmasq -firewall -ip6tables -iptables -odhcpd-ipv6only -ppp -ppp-mod-pppoe -opkg -uclient-fetch -odhcp6c -luci -kmod-ipt-offload uhttpd luci-mod-admin-full luci-base libiwinfo-lua luci-theme-bootstrap"

There is only one catch, it's not really elegant...Cool would be for example a package called "luci-minimal".

1 Like

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