1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24015 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acoul
2010-11-16 14:07:40 +00:00
parent 1723896745
commit 3fc5f9de73
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