build: fix opkg flags in rootfs
authorJustin Klaassen <justin@tidylabs.app>
Thu, 18 Jan 2024 15:36:22 +0000 (15:36 +0000)
committerRobert Marko <robimarko@gmail.com>
Fri, 16 Feb 2024 09:01:19 +0000 (10:01 +0100)
commitbe9023ed4311c89fedad17c9d8b821828565903e
tree167dfa19e03e7b64e1e496d69c5dd40de9974ba9
parentd5e2177a6b67a980f240302fc7d9ba59307af464
build: fix opkg flags in rootfs

By default opkg sets the "user" flag when a package is installed,
which resulted in most packages in the rootfs having this flag
set incorrectly. This patch removes the "user" flag from all
installed packages when preparing the rootfs image.

Fixes: #14427
Signed-off-by: Justin Klaassen <justin@tidylabs.app>
include/rootfs.mk