summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/rules.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-07-04 20:18:35 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-07-04 20:18:35 +0000
commitdcef53bba25d27067d444c6e70af84ee718aadf4 (patch)
tree884f06586a5127f12bb9116fc592ed7d89abdc92 /openwrt/target/linux/rules.mk
parent600414fa8b8cbda29f8ad9cb4e4f4284d52c09c0 (diff)
downloadmtk-20170518-dcef53bba25d27067d444c6e70af84ee718aadf4.zip
mtk-20170518-dcef53bba25d27067d444c6e70af84ee718aadf4.tar.gz
mtk-20170518-dcef53bba25d27067d444c6e70af84ee718aadf4.tar.bz2
change kernel package name to kernel-VERSION-BOARD to work around ipkg bug
SVN-Revision: 1340
Diffstat (limited to 'openwrt/target/linux/rules.mk')
-rw-r--r--openwrt/target/linux/rules.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/rules.mk b/openwrt/target/linux/rules.mk
index 9446c34..75a96b4 100644
--- a/openwrt/target/linux/rules.mk
+++ b/openwrt/target/linux/rules.mk
@@ -6,9 +6,9 @@ KDEPEND_$(1):=$($(4))
endif
ifeq ($$(strip $(5)),)
-IDEPEND_$(1):=kernel ($(LINUX_VERSION)-$(BOARD)-$(PKG_RELEASE))
+IDEPEND_$(1):=kernel-$(LINUX_VERSION)-$(BOARD) ($(PKG_RELEASE))
else
-IDEPEND_$(1):=kernel ($(LINUX_VERSION)-$(BOARD)-$(PKG_RELEASE)), $(5)
+IDEPEND_$(1):=kernel-$(LINUX_VERSION)-$(BOARD) ($(PKG_RELEASE)), $(5)
endif
PKG_$(1) := $(PACKAGE_DIR)/kmod-$(2)_$(LINUX_VERSION)-$(BOARD)-$(PKG_RELEASE)_$(ARCH).ipk