diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2019-07-02 13:16:08 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-09-04 13:24:56 +0200 |
commit | ebef2c27eb8a2840ae64ff51785a61f9752e59b1 (patch) | |
tree | a83017ce34328f9261d62080cc673f0f6f8f4e47 /package/base-files/Makefile | |
parent | 1d68badbb3c10da3b70cac6a2768f7b86e49de86 (diff) | |
download | upstream-ebef2c27eb8a2840ae64ff51785a61f9752e59b1.tar.gz upstream-ebef2c27eb8a2840ae64ff51785a61f9752e59b1.tar.bz2 upstream-ebef2c27eb8a2840ae64ff51785a61f9752e59b1.zip |
base-files: drop unused jffs2_copy_config()
Its last usage was dropped back in 2013 in the commit b95bdc8ab56e
("kernel/base-files: clean up old code related to refreshing mtd
partitions, it is no longer used anywhere").
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
(cherry picked from commit f58ca6ee57b77350c69639defdceacb2e77e2249)
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 e2794f9ced..551ef71be5 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/version.mk include $(INCLUDE_DIR)/feeds.mk PKG_NAME:=base-files -PKG_RELEASE:=201 +PKG_RELEASE:=202 PKG_FLAGS:=nonshared PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |