mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/net-tools: fix appropriate typo
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 0353d68482)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user