1config BR2_PACKAGE_OEM 2 bool "OEM splitted rootfs" 3 depends on !BR2_PER_PACKAGE_DIRECTORIES 4 help 5 Install specified packages to $(TARGET_DIR)/oem instead. 6 7if BR2_PACKAGE_OEM 8 9config BR2_PACKAGE_OEM_PACKAGES 10 string "OEM packages" 11 help 12 Packages which would be installed to the OEM splitted rootfs. 13 14endif 15