diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-07-16 12:56:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-16 12:56:21 +0000 |
commit | e01ccf1480a9b72dbead9b1fd9864b00023a533a (patch) | |
tree | d2597e643f130555f87c6c26008dae4402e9a5bb /target/linux/package/Makefile | |
parent | 02b89aa9c7edd73edac0ba401d30cea93143d538 (diff) | |
download | upstream-e01ccf1480a9b72dbead9b1fd9864b00023a533a.tar.gz upstream-e01ccf1480a9b72dbead9b1fd9864b00023a533a.tar.bz2 upstream-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/Makefile')
-rw-r--r-- | target/linux/package/Makefile | 1 |
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)" \ |