Include .ipk by default with Image Builder

So I want to include this:

https://github.com/apollo-ng/luci-theme-darkmatter

The question is how to add it in the build.

I'm using this:

make image PROFILE=tl-wr941nd-v6 PACKAGES="uhttpd uhttpd-mod-ubus libiwinfo-lua luci-base luci-app-firewall luci-mod-admin-full luci-app-sqm luci-app-upnp luci-app-uhttpd -ppp -ppp-mod-pppoe"

So, by default, I don't install any theme, I want to include this one in the build. How can I do it. And if you explain it in idiot-proof way, I would be happy.

Place the ipk file into packages directory of the Image Builder and add luci-theme-darkmatter to the list of packages in the command line.

old post, but when you say : add to list of packages in comand line, you mean?
thanks

usage, iirc that thing be borked?

1 Like

for now, I just added in my package directory (openwrt/bin/%T/packages)

and build image after, dont know yet if the ipk will be there