summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2006-01-06 20:02:07 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2006-01-06 20:02:07 +0000
commit50a15f8dfcf2baecfb92e9aed890e13508c2b0c3 (patch)
treec8206779955a5627cfccb5ca9ed369fb5f81ffe0 /openwrt/target/linux/package
parent72117f8cce7975db9b1edb071fe088f7274e99d6 (diff)
downloadmtk-20170518-50a15f8dfcf2baecfb92e9aed890e13508c2b0c3.zip
mtk-20170518-50a15f8dfcf2baecfb92e9aed890e13508c2b0c3.tar.gz
mtk-20170518-50a15f8dfcf2baecfb92e9aed890e13508c2b0c3.tar.bz2
small fix for Makefile
SVN-Revision: 2847
Diffstat (limited to 'openwrt/target/linux/package')
-rw-r--r--openwrt/target/linux/package/ueagle-atm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/ueagle-atm/Makefile b/openwrt/target/linux/package/ueagle-atm/Makefile
index 696fdbb..66f03f6 100644
--- a/openwrt/target/linux/package/ueagle-atm/Makefile
+++ b/openwrt/target/linux/package/ueagle-atm/Makefile
@@ -22,7 +22,7 @@ KERNEL_VERSION=$(shell echo "$(LINUX_VERSION)" | cut -d. -f1,2)
include $(TOPDIR)/package/rules.mk
-$(eval $(call PKG_template,KMOD_UEAGLE_ATM,kmod-ueagle-atm,$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE),$(ARCH),kernel ($(LINUX_VERSION)-$(BOARD)-$(KERNEL_RELEASE))))
+$(eval $(call PKG_template,KMOD_UEAGLE_ATM,kmod-ueagle-atm,$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE),$(ARCH),kernel-$(LINUX_VERSION)-$(BOARD) ($(KERNEL_RELEASE))))
$(PKG_BUILD_DIR)/.configured:
touch $@