diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2019-07-14 19:00:00 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2019-07-17 08:10:40 +0200 |
commit | 3f4c785a6bbde87296e362c315f10b55c98843e3 (patch) | |
tree | c136b3bbd9716b52ed9986ed8c03057998c735c7 /package/base-files/Makefile | |
parent | 76e43c82b55518b794ac24f9acfb3888c638f99b (diff) | |
download | upstream-3f4c785a6bbde87296e362c315f10b55c98843e3.tar.gz upstream-3f4c785a6bbde87296e362c315f10b55c98843e3.tar.bz2 upstream-3f4c785a6bbde87296e362c315f10b55c98843e3.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>
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/ |