From 790d22d8824f0b156da9985664ebc0bd6fa2c93d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 16 Jul 2005 12:56:21 +0000 Subject: install externally compiled kernel-specific packages into the kernel-specific root SVN-Revision: 1459 --- openwrt/target/linux/package/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'openwrt/target/linux/package') diff --git a/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile index fd66e5a..d1fc25d 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)" \ -- cgit v1.1