projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added support for the H323 connection tracking module
[openwrt.git]
/
target
/
linux
/
package
/
spca5xx
/
Makefile
diff --git
a/target/linux/package/spca5xx/Makefile
b/target/linux/package/spca5xx/Makefile
index
95a48a9
..
cb08957
100644
(file)
--- a/
target/linux/package/spca5xx/Makefile
+++ b/
target/linux/package/spca5xx/Makefile
@@
-1,4
+1,4
@@
-# $Id
: Makefile,v 1.2 2005/06/11 15:36:31 nbd Exp
$
+# $Id$
include $(TOPDIR)/rules.mk
include ../../rules.mk
include $(TOPDIR)/rules.mk
include ../../rules.mk
@@
-18,6
+18,7
@@
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
ifeq ($(KERNEL_DIR),)
KERNEL_DIR:=$(LINUX_DIR)
endif
ifeq ($(KERNEL_DIR),)
KERNEL_DIR:=$(LINUX_DIR)
endif
+KERNEL_VERSION=$(shell echo "$(LINUX_VERSION)" | cut -d. -f1,2)
include $(TOPDIR)/package/rules.mk
include $(TOPDIR)/package/rules.mk
This page took
0.018244 seconds
and
4
git commands to generate.