From: wbx Date: Fri, 6 Jan 2006 20:02:07 +0000 (+0000) Subject: small fix for Makefile X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=7ac98081c51d4fcd56a40a7d005ea757ff7f8822;hp=cc5443f243f57c1a427e0985cf7c86c37f026985;p=openwrt-10.03%2F.git small fix for Makefile git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2847 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 $@