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 | be563b8702d4be49a6dc180f5c272d0771f7b8e5 (patch) | |
tree | 6cc1c24fbaf736dbdf43662352d603be7cb0af30 /package | |
parent | c1378fe9f1592c0dba0459f6aecd7931dc07ad6b (diff) | |
download | upstream-be563b8702d4be49a6dc180f5c272d0771f7b8e5.tar.gz upstream-be563b8702d4be49a6dc180f5c272d0771f7b8e5.tar.bz2 upstream-be563b8702d4be49a6dc180f5c272d0771f7b8e5.zip |
opkg: move the build dir to KERNEL_BUILD_DIR, as compilation is target dependent
SVN-Revision: 17820
Diffstat (limited to 'package')
-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 |