summaryrefslogtreecommitdiff
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
commitb1edd2ac6ecae0ec7c43313c8f66ea96d2a8938c (patch)
tree49527e035ba0d81d9113ffaa677f4e02f0aeba21 /package/opkg/Makefile
parent72d4242263ed73f66c166b2d853a8765d05bdd69 (diff)
downloadmtk-20170518-b1edd2ac6ecae0ec7c43313c8f66ea96d2a8938c.zip
mtk-20170518-b1edd2ac6ecae0ec7c43313c8f66ea96d2a8938c.tar.gz
mtk-20170518-b1edd2ac6ecae0ec7c43313c8f66ea96d2a8938c.tar.bz2
opkg: add --force-run-hooks option to run postinstall scripts in offline root mode, utilize it for host package install
SVN-Revision: 22960
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 442f90c..180f84b 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)