diff options
author | 2018-06-19 14:30:52 +0300 | |
---|---|---|
committer | 2018-06-19 13:52:12 +0200 | |
commit | 2cdfa6c84951b25e805d329cb7bae833d333538f (patch) | |
tree | d648f4a79b1a2a0a03ab9527906cacbdcf8f19b0 /configs/snps_arc700_axs101_defconfig | |
parent | 8733193e6b744295f0f955b78a9323fb2615416c (diff) | |
download | buildroot-2cdfa6c84951b25e805d329cb7bae833d333538f.tar.gz buildroot-2cdfa6c84951b25e805d329cb7bae833d333538f.tar.bz2 |
synopsys/axs10x: Update /etc/inittab by post-build
To not maintain custom copy of inittab file lets adopt approach
used in raspberrypi adding post-build script for synopsys/axs10x
boards.
Signed-off-by: Evgeniy Didin <didin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: arc-buildroot@synopsys.com
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/snps_arc700_axs101_defconfig')
-rw-r--r-- | configs/snps_arc700_axs101_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/snps_arc700_axs101_defconfig b/configs/snps_arc700_axs101_defconfig index 2a71ff3896..4f796b438b 100644 --- a/configs/snps_arc700_axs101_defconfig +++ b/configs/snps_arc700_axs101_defconfig @@ -6,7 +6,7 @@ BR2_TARGET_GENERIC_HOSTNAME="axs101" BR2_TARGET_GENERIC_ISSUE="Welcome to the ARC Software Development Platform" BR2_TARGET_ROOTFS_INITRAMFS=y BR2_SYSTEM_DHCP="eth0" -BR2_ROOTFS_OVERLAY="board/synopsys/axs10x/fs-overlay" +BR2_ROOTFS_POST_BUILD_SCRIPT="board/synopsys/axs10x/post-build.sh" # Linux headers same as kernel, a 4.16 series BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_16=y |