Browse Source

octeon: fix feature flag for initramfs support

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 9 năm trước cách đây
mục cha
commit
16faf4aeaa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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]>