forked from Sysdeploy/openwrt
Disable ext4 images. Fixes #13.
This commit is contained in:
parent
2f3be6009c
commit
c5d9f4329a
|
@ -46,6 +46,8 @@ make info
|
|||
|
||||
# Double the size of the root partition
|
||||
echo "CONFIG_TARGET_ROOTFS_PARTSIZE=208" >> .config
|
||||
# Disable ext4 images
|
||||
echo "CONFIG_TARGET_ROOTFS_EXT4FS=n" >> .config
|
||||
|
||||
# Setup files
|
||||
mkdir -p files/root/.ssh
|
||||
|
|
Loading…
Reference in New Issue
Block a user