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 | f8a2b54bb830f211877f2ea2f0678b8e7264cdcd (patch) | |
| tree | dc376934ced2ec7e73af1b9447403da082b08b5e | |
| parent | 06c808041bc9a4a1aff87dd20d72cfa698917a59 (diff) | |
fix kernel virtual package install
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2943 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | target/linux/kernel.mk | 1 | ||||
| -rw-r--r-- | target/linux/rules.mk | 1 | 
2 files changed, 1 insertions, 1 deletions
| diff --git a/target/linux/kernel.mk b/target/linux/kernel.mk index edb53e19a..78c1a24a0 100644 --- a/target/linux/kernel.mk +++ b/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/target/linux/rules.mk b/target/linux/rules.mk index b921f153c..c9cf9c5e5 100644 --- a/target/linux/rules.mk +++ b/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 :=  | 
