15 lines
312 B
Plaintext
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
|