summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package/utils/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile
index 0734b52..4b1bbed 100644
--- a/package/utils/busybox/Makefile
+++ b/package/utils/busybox/Makefile
@@ -101,7 +101,7 @@ ifdef CONFIG_BUSYBOX_CONFIG_PAM
LDLIBS += pam pam_misc pthread
endif
-ifdef CONFIG_BUSYBOX_DEFAULT_NSLOOKUP_LEDE
+ifdef CONFIG_BUSYBOX_DEFAULT_NSLOOKUP_OPENWRT
ifeq ($(CONFIG_USE_GLIBC),y)
LDLIBS += resolv
endif