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 | 68e0aebc344f8c0fff66e0f885e092fc57e7b634 (patch) | |
tree | f3678011bd099c6553a8721e601284877df2c194 /package/base-files/Makefile | |
parent | 4e7f4a35b5ec7e59eae8ec3ad1fd4fdaa80af8bf (diff) | |
download | upstream-68e0aebc344f8c0fff66e0f885e092fc57e7b634.tar.gz upstream-68e0aebc344f8c0fff66e0f885e092fc57e7b634.tar.bz2 upstream-68e0aebc344f8c0fff66e0f885e092fc57e7b634.zip |
[package] base-files: add -h and --help options to sysupgrade (#9728)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27630 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |