aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-07-16 12:56:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-07-16 12:56:21 +0000
commite01ccf1480a9b72dbead9b1fd9864b00023a533a (patch)
treed2597e643f130555f87c6c26008dae4402e9a5bb /target/linux/package
parent02b89aa9c7edd73edac0ba401d30cea93143d538 (diff)
downloadmaster-187ad058-e01ccf1480a9b72dbead9b1fd9864b00023a533a.tar.gz
master-187ad058-e01ccf1480a9b72dbead9b1fd9864b00023a533a.tar.bz2
master-187ad058-e01ccf1480a9b72dbead9b1fd9864b00023a533a.zip
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')
-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 fd66e5a973..d1fc25d13b 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)" \