diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2017-01-17 22:50:40 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-02-01 15:53:20 +0100 |
commit | 718c201b8275368fdc728671ac9d18a99701e0cb (patch) | |
tree | 515dec953fc9fbdf92967da3eadba5103a7fda9d /package/base-files/Makefile | |
parent | 754f474568118e124b27f80cb44a82f3a97c6ea1 (diff) | |
download | upstream-718c201b8275368fdc728671ac9d18a99701e0cb.tar.gz upstream-718c201b8275368fdc728671ac9d18a99701e0cb.tar.bz2 upstream-718c201b8275368fdc728671ac9d18a99701e0cb.zip |
base-files: add /etc/iproute2/rt_protos
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 4586f8189d..78c3dc9390 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/version.mk PKG_NAME:=base-files -PKG_RELEASE:=171 +PKG_RELEASE:=172 PKG_FLAGS:=nonshared PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ @@ -57,6 +57,7 @@ define Package/base-files/conffiles /etc/sysctl.d/local.conf /etc/sysctl.d/ /etc/iproute2/rt_tables +/etc/iproute2/rt_protos $(call $(TARGET)/conffiles) endef |