Browse Source

kirkwood: enable initramfs images by default

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 8 years ago
parent
commit
9c402d03e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/kirkwood/Makefile

+ 1 - 1
target/linux/kirkwood/Makefile

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=arm
 BOARD:=kirkwood
 BOARDNAME:=Marvell Kirkwood
-FEATURES:=usb nand squashfs
+FEATURES:=usb nand squashfs ramdisk
 CPU_TYPE:=xscale
 MAINTAINER:=Luka Perkov <[email protected]>