projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd21d64
)
Add autoload for PPP (#412)
author
Florian Fainelli
<
[email protected]
>
Sun, 11 Mar 2007 10:56:21 +0000
(10:56 +0000)
committer
Florian Fainelli
<
[email protected]
>
Sun, 11 Mar 2007 10:56:21 +0000
(10:56 +0000)
SVN-Revision: 6551
openwrt/target/linux/linux-2.4/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/target/linux/linux-2.4/Makefile
b/openwrt/target/linux/linux-2.4/Makefile
index d155788f192798bddf001d3a6c8f518b443db6c4..593f0a626395fc0872161d4fe9370b5a69935daa 100644
(file)
--- a/
openwrt/target/linux/linux-2.4/Makefile
+++ b/
openwrt/target/linux/linux-2.4/Makefile
@@
-241,7
+241,7
@@
$(eval $(call KMOD_template,PPP,ppp,\
$(MODULES_DIR)/kernel/drivers/net/ppp_async.o \
$(MODULES_DIR)/kernel/drivers/net/ppp_generic.o \
$(MODULES_DIR)/kernel/drivers/net/slhc.o \
-,CONFIG_PPP))
+,CONFIG_PPP
,,10,slhc ppp_generic ppp_async
))
$(eval $(call KMOD_template,MPPE,mppe,\
$(MODULES_DIR)/kernel/drivers/net/ppp_mppe_mppc.o \
,CONFIG_PPP_MPPE_MPPC,,30,ppp_mppe_mppc))