summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/package/ueagle-atm/Makefile
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
commitc9f792c391a3918c5ec36c7014830559c392793f (patch)
tree0ae977f9acf40922a5ffde811d74f0df9c227255 /openwrt/target/linux/package/ueagle-atm/Makefile
parent4a1f65ed043a5439c3e1b99410267d4b8b4cf1b3 (diff)
small fix for Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2847 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/ueagle-atm/Makefile')
-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 696fdbb2d..66f03f6a4 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 $@