diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-12-22 11:46:49 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-12-22 11:46:49 +0000 |
commit | e528ed80da2a55026cc8ad814468549e4aacca86 (patch) | |
tree | 478d5c71297c217bb625129e1d6da6e825e2d3f1 /package/opkg/Makefile | |
parent | 66eee451b94242b8ec72e0c7a3e3b49a06643bc2 (diff) | |
download | upstream-e528ed80da2a55026cc8ad814468549e4aacca86.tar.gz upstream-e528ed80da2a55026cc8ad814468549e4aacca86.tar.bz2 upstream-e528ed80da2a55026cc8ad814468549e4aacca86.zip |
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
SVN-Revision: 18884
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 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) |