From e528ed80da2a55026cc8ad814468549e4aacca86 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 22 Dec 2009 11:46:49 +0000 Subject: 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 --- package/opkg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/opkg/Makefile') 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) -- cgit v1.2.3