diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-02-11 00:39:11 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-02-11 00:39:11 +0000 |
commit | 875ff445925ff10df5bf7c491c007de661248003 (patch) | |
tree | c116d9d00d1efc4e120937f8310ba31888861998 /package/base-files/Makefile | |
parent | 4e34fc521c3711c736c16c385f232fcd28408fc3 (diff) | |
download | upstream-875ff445925ff10df5bf7c491c007de661248003.tar.gz upstream-875ff445925ff10df5bf7c491c007de661248003.tar.bz2 upstream-875ff445925ff10df5bf7c491c007de661248003.zip |
base-files: - properly disable IPv6 on bridge ports - introduce accept_ra option, defaults to true for dhcp interfaces, false for others - introduce send_rs option, defaults to true for static interfaces, false for others
SVN-Revision: 25454
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 68d9e18ed2..90a65d61de 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=65 +PKG_RELEASE:=66 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |