From be563b8702d4be49a6dc180f5c272d0771f7b8e5 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 2 Oct 2009 15:18:38 +0000 Subject: opkg: move the build dir to KERNEL_BUILD_DIR, as compilation is target dependent SVN-Revision: 17820 --- package/opkg/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'package/opkg') diff --git a/package/opkg/Makefile b/package/opkg/Makefile index e675847..d72cc0c 100644 --- a/package/opkg/Makefile +++ b/package/opkg/Makefile @@ -5,6 +5,7 @@ # See /LICENSE for more information. include $(TOPDIR)/rules.mk +include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=opkg PKG_REV:=215 -- cgit v1.1