diff options
-rw-r--r-- | package/utils/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile index 0734b522ca..4b1bbed67b 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 |