diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-06 19:58:05 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-06 19:58:05 +0000 |
commit | b1edd2ac6ecae0ec7c43313c8f66ea96d2a8938c (patch) | |
tree | 49527e035ba0d81d9113ffaa677f4e02f0aeba21 /package/opkg/Makefile | |
parent | 72d4242263ed73f66c166b2d853a8765d05bdd69 (diff) | |
download | upstream-b1edd2ac6ecae0ec7c43313c8f66ea96d2a8938c.tar.gz upstream-b1edd2ac6ecae0ec7c43313c8f66ea96d2a8938c.tar.bz2 upstream-b1edd2ac6ecae0ec7c43313c8f66ea96d2a8938c.zip |
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/Makefile | 2 |
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) |