From be563b8702d4be49a6dc180f5c272d0771f7b8e5 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Fri, 2 Oct 2009 15:18:38 +0000
Subject: [PATCH] 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(+)

diff --git a/package/opkg/Makefile b/package/opkg/Makefile
index e67584764a..d72cc0ce41 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
-- 
GitLab