summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/rules.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-05-31 20:29:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-05-31 20:29:11 +0000
commit0bd782addd3e989cd22aef27d7a81907ea3b5847 (patch)
tree0fe7b6d5605d689d6ea4067a0332b1ae14d3d720 /openwrt/target/linux/rules.mk
parentc417ce482d2124ae5ec462e1fbccb1222a64f447 (diff)
downloadmtk-20170518-0bd782addd3e989cd22aef27d7a81907ea3b5847.zip
mtk-20170518-0bd782addd3e989cd22aef27d7a81907ea3b5847.tar.gz
mtk-20170518-0bd782addd3e989cd22aef27d7a81907ea3b5847.tar.bz2
fix install of in-tree modules ipkgs
SVN-Revision: 3872
Diffstat (limited to 'openwrt/target/linux/rules.mk')
-rw-r--r--openwrt/target/linux/rules.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/openwrt/target/linux/rules.mk b/openwrt/target/linux/rules.mk
index 092b81b..1b40ab7 100644
--- a/openwrt/target/linux/rules.mk
+++ b/openwrt/target/linux/rules.mk
@@ -13,7 +13,6 @@ LINUX_DIR := $(LINUX_BUILD_DIR)/linux-$(LINUX_VERSION)
LINUX_KERNEL:=$(LINUX_BUILD_DIR)/vmlinux
LINUX_TARGET_DIR:=$(LINUX_BUILD_DIR)/root
-IPKG_KERNEL:=IPKG_TMP=$(BUILD_DIR)/tmp IPKG_INSTROOT=$(LINUX_TARGET_DIR) IPKG_CONF_DIR=$(LINUX_BUILD_DIR) $(SCRIPT_DIR)/ipkg -force-defaults -force-depends
LINUX_KARCH:=$(shell echo $(ARCH) | sed -e 's/i[3-9]86/i386/' \
-e 's/mipsel/mips/' \
@@ -75,7 +74,6 @@ ifneq ($(6),)
endif
$(8)
$(IPKG_BUILD) $$(I_$(1)) $(PACKAGE_DIR)
-
endef
KERNEL_IPKG:=$(LINUX_BUILD_DIR)/kernel_$(LINUX_VERSION)-$(BOARD)-$(LINUX_RELEASE)_$(ARCH).ipk