Explorar o código

Fix typos in jffs2 summary support

Hamish Moffatt %!s(int64=17) %!d(string=hai) anos
pai
achega
72a85109f3
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      target/jffs2/jffs2root.mk

+ 2 - 2
target/jffs2/jffs2root.mk

@@ -13,7 +13,7 @@ JFFS2_OPTS += --pad=$(strip $(BR2_TARGET_ROOTFS_JFFS2_PADSIZE))
 else
 JFFS2_OPTS += -p
 endif
-SUMTOOLS_OPTS += -p
+SUMTOOL_OPTS += -p
 endif
 
 ifeq ($(BR2_TARGET_ROOTFS_JFFS2_SQUASH),y)
@@ -22,7 +22,7 @@ endif
 
 ifeq ($(BR2_TARGET_ROOTFS_JFFS2_LE),y)
 JFFS2_OPTS += -l
-SUMTOOLS_OPTS += -l
+SUMTOOL_OPTS += -l
 endif
 
 ifeq ($(BR2_TARGET_ROOTFS_JFFS2_BE),y)