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:
75f1024
)
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)
SVN-Revision: 8691
package/kernel/modules/network.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/network.mk
b/package/kernel/modules/network.mk
index c04829fa9eb375c625438641597d4b9531f7d04d..5dc520db844e71af39dfc3420e5283577aa1d442 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