diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-12-05 21:52:38 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-15 16:00:22 +0100 |
commit | ad5031cc229ab2a3e0dbc7c3ca2f7303bb7e2735 (patch) | |
tree | 51c3f7cbae6bcd2327fc6bd1b312f907ce384782 /configs/at91sam9263ek_defconfig | |
parent | 8008007ca67548fb93a185572eb3deb34a8255d5 (diff) | |
download | buildroot-novena-ad5031cc229ab2a3e0dbc7c3ca2f7303bb7e2735.tar.gz buildroot-novena-ad5031cc229ab2a3e0dbc7c3ca2f7303bb7e2735.zip |
Use the new BR2_ROOTFS_SKELETON_CUSTOM options
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs/at91sam9263ek_defconfig')
-rw-r--r-- | configs/at91sam9263ek_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/at91sam9263ek_defconfig b/configs/at91sam9263ek_defconfig index a2e6181d7..d75c6fd86 100644 --- a/configs/at91sam9263ek_defconfig +++ b/configs/at91sam9263ek_defconfig @@ -888,6 +888,8 @@ BR2_PACKAGE_LIBXSLT=y # filesystem for target device # BR2_ROOTFS_DEVICE_TABLE="target/device/Atmel/root/device_table.txt" +BR2_ROOTFS_SKELETON_CUSTOM=y +BR2_ROOTFS_SKELETON_CUSTOM_PATH="target/device/Atmel/root/target_skeleton" # BR2_TARGET_ROOTFS_CRAMFS is not set # BR2_TARGET_ROOTFS_CLOOP is not set BR2_TARGET_ROOTFS_EXT2=y |