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:
3db862b
)
Fix kmod-ppp generation (#2337)
author
Florian Fainelli
<florian@openwrt.org>
Sat, 8 Sep 2007 16:20:02 +0000
(16:20 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sat, 8 Sep 2007 16:20:02 +0000
(16:20 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8691
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/network.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/network.mk
b/package/kernel/modules/network.mk
index
c04829f
..
5dc520d
100644
(file)
--- a/
package/kernel/modules/network.mk
+++ b/
package/kernel/modules/network.mk
@@
-226,7
+226,7
@@
define KernelPackage/ppp/2.6
KCONFIG+= \
CONFIG_SLHC \
CONFIG_CRC_CCITT
- FILES
:
= \
+ FILES
+
= \
$(LINUX_DIR)/lib/crc-ccitt.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,30,crc-ccitt slhc ppp_generic ppp_async)
endef