|
@@ -16,7 +16,7 @@ define NET_TOOLS_CONFIGURE_CMDS
|
|
(cd $(@D); yes "" | ./configure.sh config.in )
|
|
(cd $(@D); yes "" | ./configure.sh config.in )
|
|
endef
|
|
endef
|
|
|
|
|
|
-# Enable I18N when appropiate
|
|
|
|
|
|
+# Enable I18N when appropriate
|
|
ifeq ($(BR2_SYSTEM_ENABLE_NLS),y)
|
|
ifeq ($(BR2_SYSTEM_ENABLE_NLS),y)
|
|
define NET_TOOLS_ENABLE_I18N
|
|
define NET_TOOLS_ENABLE_I18N
|
|
$(SED) 's:I18N 0:I18N 1:' $(@D)/config.h
|
|
$(SED) 's:I18N 0:I18N 1:' $(@D)/config.h
|