diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-09 18:30:47 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-09 18:30:47 +0000 |
commit | 86c37ab542f35902815d0b778129e8db62c35ec5 (patch) | |
tree | 0262a0d47d6dcf2f2336369e37d5b05e6df78429 /package/base-files/Makefile | |
parent | f1a4e36531adf2ae9ece443236096c4eebcb16f4 (diff) | |
download | upstream-86c37ab542f35902815d0b778129e8db62c35ec5.tar.gz upstream-86c37ab542f35902815d0b778129e8db62c35ec5.tar.bz2 upstream-86c37ab542f35902815d0b778129e8db62c35ec5.zip |
[package] base-files: fix option parsing of -F/--force parameter
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33075 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 27b5e33dd3..bb88d5d32d 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:=113 +PKG_RELEASE:=114 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |