From: wbx Date: Fri, 6 Jan 2006 20:02:07 +0000 (+0000) Subject: small fix for Makefile X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=c9f792c391a3918c5ec36c7014830559c392793f;p=openwrt.git small fix for Makefile git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2847 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/target/linux/package/ueagle-atm/Makefile b/openwrt/target/linux/package/ueagle-atm/Makefile index 696fdbb2d1..66f03f6a45 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 $@