Skip to content
Snippets Groups Projects
Commit f4925e6c authored by Jo-Philipp Wich's avatar Jo-Philipp Wich Committed by Jonas Höglund
Browse files

base-files: add /etc/hosts entries for ::1, ff02::1 and ff02::2


Signed-off-by: default avatarJo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 46771
parent ca43cdc7
No related branches found
No related tags found
No related merge requests found
# #
# Copyright (C) 2007-2014 OpenWrt.org # Copyright (C) 2007-2015 OpenWrt.org
# Copyright (C) 2010 Vertical Communications # Copyright (C) 2010 Vertical Communications
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
...@@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk ...@@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk
include $(INCLUDE_DIR)/version.mk include $(INCLUDE_DIR)/version.mk
PKG_NAME:=base-files PKG_NAME:=base-files
PKG_RELEASE:=157 PKG_RELEASE:=158
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
PKG_BUILD_DEPENDS:=opkg/host usign/host PKG_BUILD_DEPENDS:=opkg/host usign/host
......
127.0.0.1 localhost 127.0.0.1 localhost
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment