Buildroot config fragment to separate file

This commit is contained in:
Ciro Santilli
2017-05-20 07:53:24 +01:00
parent 3cb4d0bf28
commit c886a85f58
2 changed files with 5 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="../kernel_config_fragment"
BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="../busybox_config_fragment"
BR2_PACKAGE_KERNEL_MODULE=y
BR2_ROOTFS_OVERLAY="../rootfs_overlay"