xref: /OK3568_Linux_fs/buildroot/package/oem/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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