I'm trying to get initramfs images to build by default (e.g. the Fritz!Box 7362 SL needs an initramfs image to flash OpenWrt from stock but that image is not built by default). As such, enabling CONFIG_TARGET_ROOTFS_INITRAMFS=y in ~/.openwrt/defconfig won't do, since I'd like to send in a patch for inclusion in master.
I know some targets are having initramfs images built by default, so it should be possible.
I was told to enable the ramdisk flag in FEATURES in target/linux/lantiq/xrx200/target.mk but that does not enable CONFIG_TARGET_ROOTFS_INITRAMFS. Ideally, the ramdisk should be LZMA compressed as well (as per the commit's flashing instructions).
Can someone tell me where which nuts and bolts I need to turn?