diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2020-05-14 18:19:35 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2020-05-18 18:24:06 +0200 |
commit | 8339f8d95ebb9b6ca8084d8979948107bcf5411c (patch) | |
tree | 44cad67bda19710cfb1efcf107774ddff8905248 /package/base-files/Makefile | |
parent | 4a61a88f9006f70444e00699f76551c75f73c14e (diff) | |
download | upstream-8339f8d95ebb9b6ca8084d8979948107bcf5411c.tar.gz upstream-8339f8d95ebb9b6ca8084d8979948107bcf5411c.tar.bz2 upstream-8339f8d95ebb9b6ca8084d8979948107bcf5411c.zip |
base-files: switch_to_ramfs: add nand-utils
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
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 d8e7c31878..5fb275533d 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:=220 +PKG_RELEASE:=221 PKG_FLAGS:=nonshared PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |