diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-07-30 16:42:05 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-07-30 16:42:05 +0000 |
commit | 2771edf6477617dfff7c8f89bd1662bc96ae496c (patch) | |
tree | 25c7000d2ca28babcc450906569b514744defde5 /package/base-files/Makefile | |
parent | 28d03a9983e9877e1c09bb0747bba0dfc08c6dc8 (diff) | |
download | mtk-20170518-2771edf6477617dfff7c8f89bd1662bc96ae496c.zip mtk-20170518-2771edf6477617dfff7c8f89bd1662bc96ae496c.tar.gz mtk-20170518-2771edf6477617dfff7c8f89bd1662bc96ae496c.tar.bz2 |
base-files: implement -T (--test) sysupgrade parameter to verify image without actually flashing it
SVN-Revision: 37620
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 9c226c4..dcae920 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/version.mk PKG_NAME:=base-files -PKG_RELEASE:=143 +PKG_RELEASE:=144 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |