From 982e75bdf63b13aa009f301b98c81a756b7d15c6 Mon Sep 17 00:00:00 2001 From: nbd 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17820 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/opkg/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/opkg/Makefile b/package/opkg/Makefile index e67584764..d72cc0ce4 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 -- 2.35.1