From eac1d0b868858f560cd06d49a9b7f85e6f498e69 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Mon, 2 Sep 2019 13:33:59 +0000 Subject: Add /etc/openwrt_manifest --- scripts/build_rootfs.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/build_rootfs.sh b/scripts/build_rootfs.sh index ac31541..b7ee533 100755 --- a/scripts/build_rootfs.sh +++ b/scripts/build_rootfs.sh @@ -154,6 +154,10 @@ disable_services() { done } +create_manifest() { + $OPKG list-installed > $instroot/etc/openwrt_manifest +} + unpack disable_root if test -n "$metadata"; then @@ -170,5 +174,6 @@ add_files $files_dir $instroot if test -n "$files"; then add_files $files $instroot fi +create_manifest pack #pack_squashfs -- cgit v1.2.3