diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-02 15:18:38 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-02 15:18:38 +0000 |
commit | 982e75bdf63b13aa009f301b98c81a756b7d15c6 (patch) | |
tree | 46636fdffdb7ca3826735cdcd94629c9b81ee9dc | |
parent | 6d5918487d06c85c193d01c12f2297ca3d9f6433 (diff) |
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
-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 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 |