mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 19:37:10 +02:00
[package] base-files: Add /etc/nsswitch.conf to targets running glibc/eglibc, otherwise name resolution fails
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25568 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b0c913d609
commit
9c5c489cfe
@ -416,6 +416,7 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
|
|||||||
use_nsswitch=$(if $(CONFIG_USE_GLIBC)$(CONFIG_EGLIBC_OPTION_EGLIBC_NSSWITCH),libnss_dns libnss_files)
|
use_nsswitch=$(if $(CONFIG_USE_GLIBC)$(CONFIG_EGLIBC_OPTION_EGLIBC_NSSWITCH),libnss_dns libnss_files)
|
||||||
|
|
||||||
define Package/glibc/install
|
define Package/glibc/install
|
||||||
|
$(CP) ./glibc-files/* $(1)/
|
||||||
$(INSTALL_DIR) $(1)/lib
|
$(INSTALL_DIR) $(1)/lib
|
||||||
$(CP) \
|
$(CP) \
|
||||||
$(TOOLCHAIN_DIR)/lib/ld*.so.* \
|
$(TOOLCHAIN_DIR)/lib/ld*.so.* \
|
||||||
|
13
package/base-files/glibc-files/etc/nsswitch.conf
Normal file
13
package/base-files/glibc-files/etc/nsswitch.conf
Normal 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
|
Loading…
Reference in New Issue
Block a user