aboutsummaryrefslogtreecommitdiffstats
path: root/package/opkg/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-09-06 19:58:05 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-09-06 19:58:05 +0000
commitd9386d548bf985d9acaf6895fb8f283d89f068fd (patch)
tree70f1c389e7a0d8a52e2a4411132ad643f789af0e /package/opkg/Makefile
parent989d1dc93cec9375ded092ebd77985f8a2c8beec (diff)
downloadupstream-d9386d548bf985d9acaf6895fb8f283d89f068fd.tar.gz
upstream-d9386d548bf985d9acaf6895fb8f283d89f068fd.tar.bz2
upstream-d9386d548bf985d9acaf6895fb8f283d89f068fd.zip
[package] opkg: add --force-run-hooks option to run postinstall scripts in offline root mode, utilize it for host package install
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22960 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/opkg/Makefile')
-rw-r--r--package/opkg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/opkg/Makefile b/package/opkg/Makefile
index 442f90cd1a..180f84b283 100644
--- a/package/opkg/Makefile
+++ b/package/opkg/Makefile
@@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=opkg
PKG_REV:=528
PKG_VERSION:=$(PKG_REV)
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE_PROTO:=svn
PKG_SOURCE_VERSION:=$(PKG_REV)