aboutsummaryrefslogtreecommitdiffstats
path: root/package/opkg/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-09-12 21:16:02 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-09-12 21:16:02 +0000
commit9bb6f3b5f35d244e633811de63905a64e4dbd449 (patch)
treeec9e0fff57e69216076ae61d37a7711012b160e2 /package/opkg/Makefile
parent21fe52a7363ba95fa55f68e0c6702ad07a0cfe95 (diff)
downloadupstream-9bb6f3b5f35d244e633811de63905a64e4dbd449.tar.gz
upstream-9bb6f3b5f35d244e633811de63905a64e4dbd449.tar.bz2
upstream-9bb6f3b5f35d244e633811de63905a64e4dbd449.zip
opkg: - implement --add-dest and --add-arch commandline options, this allows to run entirely without configuration - tweak default config location patch to not require a config in offline root mode - rename --force-run-hooks option to --force-postinstall, its a more appropriate name - utilize new opkg commandline options in package-ipkg.mk and remove config file generation
SVN-Revision: 23032
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 180f84b283..a3a1da6024 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:=2
+PKG_RELEASE:=3
PKG_SOURCE_PROTO:=svn
PKG_SOURCE_VERSION:=$(PKG_REV)