projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0388bb
)
fix trailing backslash error introduced in r13115 - fixes kernel config issues
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 6 Nov 2008 13:21:43 +0000
(13:21 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 6 Nov 2008 13:21:43 +0000
(13:21 +0000)
SVN-Revision: 13131
package/kernel/modules/network.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/network.mk
b/package/kernel/modules/network.mk
index 4419f1b8441f952d3d74af9d3c5e39b863c8e3fb..238478ff8890e96bcb742aa1c30008b172d671f3 100644
(file)
--- a/
package/kernel/modules/network.mk
+++ b/
package/kernel/modules/network.mk
@@
-323,7
+323,7
@@
define KernelPackage/ppp
KCONFIG:= \
CONFIG_PPP \
CONFIG_PPP_ASYNC \
- CONFIG_SLHC
\
+ CONFIG_SLHC
FILES:= \
$(LINUX_DIR)/drivers/net/ppp_async.$(LINUX_KMOD_SUFFIX) \
$(LINUX_DIR)/drivers/net/ppp_generic.$(LINUX_KMOD_SUFFIX) \