target/linux: revert r24014 (further testing is needed)

SVN-Revision: 24015
This commit is contained in:
Alexandros C. Couloumbis
2010-11-16 14:07:40 +00:00
parent 4cf92fbdf7
commit 79a2f2debc
3 changed files with 2 additions and 1747 deletions

View File

@@ -511,8 +511,8 @@ define KernelPackage/mppe
KCONFIG:= \
CONFIG_PPP_MPPE_MPPC \
CONFIG_PPP_MPPE
FILES:=$(LINUX_DIR)/drivers/net/ppp_mppe*.ko
AUTOLOAD:=$(call AutoLoad,31,ppp_mppe ppp_mppe_mppc)
FILES:=$(LINUX_DIR)/drivers/net/ppp_mppe.ko
AUTOLOAD:=$(call AutoLoad,31,ppp_mppe)
endef
define KernelPackage/mppe/description