1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-20 15:48:26 +02:00

base-files: Add /etc/nsswitch.conf to targets running glibc/eglibc, otherwise name resolution fails

SVN-Revision: 25568
This commit is contained in:
Hamish Guthrie 2011-02-18 10:37:26 +00:00
parent 57be27f340
commit 090c042089
2 changed files with 14 additions and 0 deletions

View File

@ -416,6 +416,7 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
use_nsswitch=$(if $(CONFIG_USE_GLIBC)$(CONFIG_EGLIBC_OPTION_EGLIBC_NSSWITCH),libnss_dns libnss_files)
define Package/glibc/install
$(CP) ./glibc-files/* $(1)/
$(INSTALL_DIR) $(1)/lib
$(CP) \
$(TOOLCHAIN_DIR)/lib/ld*.so.* \

View File

@ -0,0 +1,13 @@
passwd:files
shadow:files
group:files
hosts:dns files
bootparams:files
ethers:files
netmasks:files
networks:files
protocols:files
rpc:files
services:files
automount:files
aliases:files