summaryrefslogtreecommitdiffstats
path: root/target/linux/package/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-16 12:56:21 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-16 12:56:21 +0000
commit21b0f0832b926e4627f394c1c2232502100f66b3 (patch)
treed2597e643f130555f87c6c26008dae4402e9a5bb /target/linux/package/Makefile
parent21cf13b7422a7bac945d52d7ca317e5668277ad3 (diff)
install externally compiled kernel-specific packages into the kernel-specific root
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1459 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/Makefile')
-rw-r--r--target/linux/package/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/package/Makefile b/target/linux/package/Makefile
index fd66e5a97..d1fc25d13 100644
--- a/target/linux/package/Makefile
+++ b/target/linux/package/Makefile
@@ -14,6 +14,7 @@ compile: $(patsubst %,%-compile,$(package-y) $(package-m))
install: $(patsubst %,%-install,$(package-y))
MAKEOPTS:= BOARD="$(BOARD)" \
+ IPKG="$(IPKG)" \
TARGET_DIR="$(TARGET_DIR)" \
BUILD_DIR="$(BUILD_DIR)" \
KERNEL_DIR="$(KERNEL_DIR)" \