diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-12 21:53:58 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-12 21:53:58 +0000 |
commit | 14e390bdfbe988863da737fc4fca4e02cce8b70f (patch) | |
tree | 20f8f442f2216f65351b79944cf210e8c9a3cb7c /openwrt/target | |
parent | 2caec95207443c9225710256cd5f681360ddef5a (diff) |
fix kernel virtual package install
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2943 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target')
-rw-r--r-- | openwrt/target/linux/kernel.mk | 1 | ||||
-rw-r--r-- | openwrt/target/linux/rules.mk | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/kernel.mk b/openwrt/target/linux/kernel.mk index edb53e19ae..78c1a24a04 100644 --- a/openwrt/target/linux/kernel.mk +++ b/openwrt/target/linux/kernel.mk @@ -4,7 +4,6 @@ LINUX_SITE=http://www.fi.kernel.org/pub/linux/kernel/v$(KERNEL) \ http://www.kernel.org/pub/linux/kernel/v$(KERNEL) \ http://www.de.kernel.org/pub/linux/kernel/v$(KERNEL) -KERNEL_IPKG:=$(LINUX_BUILD_DIR)/kernel_$(LINUX_VERSION)-$(BOARD)-$(LINUX_RELEASE)_$(ARCH).ipk KERNEL_IDIR:=$(LINUX_BUILD_DIR)/kernel-ipkg $(TARGETS): $(PACKAGE_DIR) diff --git a/openwrt/target/linux/rules.mk b/openwrt/target/linux/rules.mk index b921f153c1..c9cf9c5e5f 100644 --- a/openwrt/target/linux/rules.mk +++ b/openwrt/target/linux/rules.mk @@ -81,6 +81,7 @@ endif endef +KERNEL_IPKG:=$(LINUX_BUILD_DIR)/kernel_$(LINUX_VERSION)-$(BOARD)-$(LINUX_RELEASE)_$(ARCH).ipk INSTALL_TARGETS := $(KERNEL_IPKG) TARGETS := |