aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2006-01-06 20:02:07 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2006-01-06 20:02:07 +0000
commit07b90e711d5388200fb4eb1b5a8dbd810f8e02dc (patch)
treee8f944eada48eebecf9abcfdbbf29b5f462208dc /target
parent244a8cb9377840265186ee96364e362c8e7e2e08 (diff)
downloadupstream-07b90e711d5388200fb4eb1b5a8dbd810f8e02dc.tar.gz
upstream-07b90e711d5388200fb4eb1b5a8dbd810f8e02dc.tar.bz2
upstream-07b90e711d5388200fb4eb1b5a8dbd810f8e02dc.zip
small fix for Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2847 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/package/ueagle-atm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/package/ueagle-atm/Makefile b/target/linux/package/ueagle-atm/Makefile
index 696fdbb2d1..66f03f6a45 100644
--- a/target/linux/package/ueagle-atm/Makefile
+++ b/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 $@