Explorar el Código

octeon: fix feature flag for initramfs support

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau hace 9 años
padre
commit
16faf4aeaa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      target/linux/octeon/Makefile

+ 1 - 1
target/linux/octeon/Makefile

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=mips64
 BOARD:=octeon
 BOARDNAME:=Cavium Networks Octeon
-FEATURES:=squashfs ext4 initramfs pci usb
+FEATURES:=squashfs ext4 ramdisk pci usb
 CPU_TYPE:=octeon
 MAINTAINER:=John Crispin <[email protected]>