build: disable generation of ramdisk images

Our build process works similarly to the image builder and doesn't support
the generation of initramfs-based images.

Fixes #616
This commit is contained in:
Matthias Schiffer 2016-01-08 11:04:31 +01:00
parent bbdc334b43
commit c69587fba4
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
CONFIG_IMAGEOPT=y
# CONFIG_PER_FEED_REPO is not set
# CONFIG_TARGET_ROOTFS_INITRAMFS is not set
CONFIG_DEVEL=y
CONFIG_ALL_KMODS=y