diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-07-17 09:27:14 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-07-17 09:27:14 +0000 |
commit | 1e34c02e3ea774c1818fa17d75095b6efcdc8a02 (patch) | |
tree | 7bf3ceed0676ed2ee69bce929491dd1a599a5336 /package/base-files/Makefile | |
parent | 53a5beaca89e78028495eaf8320f0b5a5d0edfab (diff) | |
download | upstream-1e34c02e3ea774c1818fa17d75095b6efcdc8a02.tar.gz upstream-1e34c02e3ea774c1818fa17d75095b6efcdc8a02.tar.bz2 upstream-1e34c02e3ea774c1818fa17d75095b6efcdc8a02.zip |
base-files: add -h and --help options to sysupgrade (#9728)
SVN-Revision: 27630
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 75883d869c..d537ed3c17 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=74 +PKG_RELEASE:=75 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |