diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-10-02 15:18:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-10-02 15:18:38 +0000 |
commit | 11ea08ec3c96bb7ca438301bf6892059d3530cb1 (patch) | |
tree | 46636fdffdb7ca3826735cdcd94629c9b81ee9dc /package/opkg | |
parent | c7d739f41d4263027ac577c6339c6449e15df28b (diff) | |
download | upstream-11ea08ec3c96bb7ca438301bf6892059d3530cb1.tar.gz upstream-11ea08ec3c96bb7ca438301bf6892059d3530cb1.tar.bz2 upstream-11ea08ec3c96bb7ca438301bf6892059d3530cb1.zip |
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
Diffstat (limited to 'package/opkg')
-rw-r--r-- | package/opkg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |