projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
244a8cb
)
small fix for Makefile
author
Waldemar Brodkorb
<wbx@openwrt.org>
Fri, 6 Jan 2006 20:02:07 +0000
(20:02 +0000)
committer
Waldemar Brodkorb
<wbx@openwrt.org>
Fri, 6 Jan 2006 20:02:07 +0000
(20:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2847
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/package/ueagle-atm/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/package/ueagle-atm/Makefile
b/target/linux/package/ueagle-atm/Makefile
index
696fdbb
..
66f03f6
100644
(file)
--- 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 $@