projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ff45c5
)
fix kmod-atmtcp compile
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 21 Jul 2007 00:21:34 +0000
(
00:21
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 21 Jul 2007 00:21:34 +0000
(
00:21
+0000)
SVN-Revision: 8087
package/kernel/modules/network.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/network.mk
b/package/kernel/modules/network.mk
index d030080d609c2777c173c2a0432f6b3566355889..619dc37704e5723ff1890ced527849674b599a37 100644
(file)
--- a/
package/kernel/modules/network.mk
+++ b/
package/kernel/modules/network.mk
@@
-28,7
+28,7
@@
define KernelPackage/atmtcp
Kernel module for ATM over TCP support
DEPENDS:=@LINUX_2_6 kmod-atm
FILES:=$(LINUX_DIR)/drivers/atm/atmtcp.$(LINUX_KMOD_SUFFIX)
- KCONFIG:=CONFIG_ATM_TCP
+ KCONFIG:=CONFIG_ATM_TCP
CONFIG_ATM_DRIVERS=y
SUBMENU:=$(NSMENU)
AUTOLOAD:=$(call AutoLoad,40,atmtcp)
endef