List packages to include them in snapshot build

Hi,

i heard there are an openwrt package that can help to list all the added package of an runing openwrt,
in order to automatically include them in a snapshot build.
Could you point my this package name?

1 Like
1 Like

i have already read this wiki but i was thinking there are already a package to do that.
Thanks

1 Like

opkg list-installed | awk -F' - ' '{printf $1 " "}'

1 Like

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