aboutsummaryrefslogtreecommitdiffstats
path: root/package/opkg/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-12-22 11:46:49 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-12-22 11:46:49 +0000
commite1aabea527c5b45d2a3998e55f43acda0b36aa78 (patch)
tree7e320259dcdf9a0a3415ab9830b4b907a4c08a07 /package/opkg/Makefile
parentb2cbc0fc5934971dc21c9c20d2ff03555a71b55b (diff)
downloadupstream-e1aabea527c5b45d2a3998e55f43acda0b36aa78.tar.gz
upstream-e1aabea527c5b45d2a3998e55f43acda0b36aa78.tar.bz2
upstream-e1aabea527c5b45d2a3998e55f43acda0b36aa78.zip
[package] opkg: only select overlay_root if the install destination is root, this eliminates the need for force_space when using external destinations like usb disks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18884 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 6cabdec305..491d52e432 100644
--- a/package/opkg/Makefile
+++ b/package/opkg/Makefile
@@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=opkg
PKG_REV:=503
PKG_VERSION:=$(PKG_REV)
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE_PROTO:=svn
PKG_SOURCE_VERSION:=$(PKG_REV)