diff options
| author | Florian Fainelli <florian@openwrt.org> | 2007-09-08 16:20:02 +0000 |
|---|---|---|
| committer | Florian Fainelli <florian@openwrt.org> | 2007-09-08 16:20:02 +0000 |
| commit | 9647361f814667b536160d416666bd25ab4b82fa (patch) | |
| tree | 7605b40017520fdae3b600cae559caeaa21a528d /package/kernel/modules | |
| parent | 3db862b60e62c7547285914a24d9460992e21f7f (diff) | |
| download | upstream-9647361f814667b536160d416666bd25ab4b82fa.tar.gz upstream-9647361f814667b536160d416666bd25ab4b82fa.tar.bz2 upstream-9647361f814667b536160d416666bd25ab4b82fa.zip | |
Fix kmod-ppp generation (#2337)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8691 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/modules')
| -rw-r--r-- | package/kernel/modules/network.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/network.mk b/package/kernel/modules/network.mk index c04829fa9eb..5dc520db844 100644 --- 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 |
