|
@@ -37,7 +37,8 @@ USERS_TABLE = $(BUILD_DIR)/_users_table.txt
|
|
define ROOTFS_TARGET_INTERNAL
|
|
define ROOTFS_TARGET_INTERNAL
|
|
|
|
|
|
# extra deps
|
|
# extra deps
|
|
-ROOTFS_$(2)_DEPENDENCIES += host-fakeroot host-makedevs
|
|
|
|
|
|
+ROOTFS_$(2)_DEPENDENCIES += host-fakeroot host-makedevs \
|
|
|
|
+ $(if $(PACKAGES_USERS),host-mkpasswd)
|
|
|
|
|
|
ifeq ($$(BR2_TARGET_ROOTFS_$(2)_GZIP),y)
|
|
ifeq ($$(BR2_TARGET_ROOTFS_$(2)_GZIP),y)
|
|
ROOTFS_$(2)_COMPRESS_EXT = .gz
|
|
ROOTFS_$(2)_COMPRESS_EXT = .gz
|