diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-16 12:56:21 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-16 12:56:21 +0000 |
commit | 1c79b1465da207c0d60b866b7fe991a5e1a7b8ce (patch) | |
tree | 03074afb07b2027202649f8c1b29ef2339879112 /openwrt/target/linux/package | |
parent | 0ba0ace5d1e8673c7519fdd76bb719333ca4ef5b (diff) |
install externally compiled kernel-specific packages into the kernel-specific root
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1459 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package')
-rw-r--r-- | openwrt/target/linux/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile index fd66e5a973..d1fc25d13b 100644 --- a/openwrt/target/linux/package/Makefile +++ b/openwrt/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)" \ |