diff options
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index a230b1bf06..b22e6b308b 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -516,8 +516,8 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),) use_libnsl=$(if $(CONFIG_USE_GLIBC)$(CONFIG_EGLIBC_OPTION_EGLIBC_NIS),libnsl) use_nsswitch=$(if $(CONFIG_USE_GLIBC)$(CONFIG_EGLIBC_OPTION_EGLIBC_NSSWITCH),libnss_dns libnss_files) - define Package/glibc/install - $(CP) ./glibc-files/* $(1)/ + define Package/eglibc/install + $(CP) ./eglibc-files/* $(1)/ rm -f $(1)/etc/localtime ln -sf /tmp/localtime $(1)/etc/localtime $(INSTALL_DIR) $(1)/lib @@ -534,10 +534,6 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),) done endef - define Package/eglibc/install - $(call Package/glibc/install,$1) - endef - define Package/uClibc/install $(INSTALL_DIR) $(1)/lib $(CP) \ |