2025-05-10 21:49:39 +08:00

15 lines
312 B
Plaintext

config BR2_PACKAGE_OEM
bool "OEM splitted rootfs"
depends on !BR2_PER_PACKAGE_DIRECTORIES
help
Install specified packages to $(TARGET_DIR)/oem instead.
if BR2_PACKAGE_OEM
config BR2_PACKAGE_OEM_PACKAGES
string "OEM packages"
help
Packages which would be installed to the OEM splitted rootfs.
endif