summaryrefslogtreecommitdiffstats
path: root/target/linux/package
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-06 20:02:07 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-06 20:02:07 +0000
commit7ac98081c51d4fcd56a40a7d005ea757ff7f8822 (patch)
treee8f944eada48eebecf9abcfdbbf29b5f462208dc /target/linux/package
parentcc5443f243f57c1a427e0985cf7c86c37f026985 (diff)
small fix for Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2847 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package')
-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 696fdbb2d..66f03f6a4 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 $@