packaging: spec: add module-init-tools as Requires 97/203397/3
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 12 Apr 2019 07:26:33 +0000 (16:26 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 15 Apr 2019 06:34:42 +0000 (15:34 +0900)
module-init-tools is provieded commands likes lsmod, insmod, etc.
To enable WiFi device, it needs to include them in image.

Change-Id: Ic4603deb3489ba30582579b839d3a69323f6caa9
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
packaging/initrd-flash.spec
scripts/41-flash.list

index 84d57f4..0a510ca 100644 (file)
@@ -13,6 +13,7 @@ Requires: util-linux
 Requires: bash
 Requires: initrd-recovery
 Requires: fm-data
+Requires: module-init-tools
 
 %description
 Provide kernel-based target image downloader.
index 1c1dde0..3bd15ad 100755 (executable)
@@ -14,6 +14,9 @@ WITHLIBS="
 /sbin/ip
 /usr/sbin/ifconfig
 /bin/grep
+/bin/kmod
+/sbin/insmod
+/bin/find
 "
 
 # LinkFileName:Target