From e01ccf1480a9b72dbead9b1fd9864b00023a533a 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1459 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/package/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/package') 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)" \ -- cgit v1.2.3