diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2019-07-02 16:10:57 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-09-04 13:25:46 +0200 |
commit | a074ed29333dbb71d40da2f0b4ad9a8e6e781bfd (patch) | |
tree | 3adb21a3fea5d923abf368163d46bd7d9f052da6 /package/base-files/Makefile | |
parent | e98eab1b6b775afaec2c62071ca703ea75c6358a (diff) | |
download | upstream-a074ed29333dbb71d40da2f0b4ad9a8e6e781bfd.tar.gz upstream-a074ed29333dbb71d40da2f0b4ad9a8e6e781bfd.tar.bz2 upstream-a074ed29333dbb71d40da2f0b4ad9a8e6e781bfd.zip |
base-files: drop support for NAND upgrade in platform_pre_upgrade()
With bcm53xx switched to the new procedure there is no more need for
keeping that backward compatibility code.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
(cherry picked from commit ea4e1dac71dfa015c0da10e68149478fa25878f9)
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 551ef71be5..44aef87a20 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:=202 +PKG_RELEASE:=203 PKG_FLAGS:=nonshared PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |