diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2019-07-14 19:00:00 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-09-04 13:29:37 +0200 |
commit | 6ac62c4b6cae9f92d8d631ad1aca3b822e24901a (patch) | |
tree | 603aff0fe2f6a37c8591c60ce5e47009e585a699 /package/base-files/Makefile | |
parent | adec8aa291034e7df5a87960bdfbdf4c6f566fd6 (diff) | |
download | upstream-6ac62c4b6cae9f92d8d631ad1aca3b822e24901a.tar.gz upstream-6ac62c4b6cae9f92d8d631ad1aca3b822e24901a.tar.bz2 upstream-6ac62c4b6cae9f92d8d631ad1aca3b822e24901a.zip |
base-files: don't set ARGV and ARGC
Those are not used by any image check function anymore.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
(cherry picked from commit 3f4c785a6bbde87296e362c315f10b55c98843e3)
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 44aef87a20..7c63d3ef44 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:=203 +PKG_RELEASE:=204 PKG_FLAGS:=nonshared PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |