1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 17:55:55 +02:00

linux/generic: add kernel mppc/mppe for 2.6.37. http://yablochkin.net.ru/mppc/ (not enabled by default)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24014 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acoul 2010-11-16 13:42:21 +00:00
parent 6dfcae994b
commit 1723896745
3 changed files with 1747 additions and 2 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)
FILES:=$(LINUX_DIR)/drivers/net/ppp_mppe*.ko
AUTOLOAD:=$(call AutoLoad,31,ppp_mppe ppp_mppe_mppc)
endef
define KernelPackage/mppe/description

View File

@ -1820,6 +1820,7 @@ CONFIG_PPC_4K_PAGES=y
# CONFIG_PPP_DEFLATE is not set
CONFIG_PPP_FILTER=y
# CONFIG_PPP_MPPE is not set
# CONFIG_PPP_MPPE_MPPC is not set
CONFIG_PPP_MULTILINK=y
# CONFIG_PPP_SYNC_TTY is not set
# CONFIG_PPS is not set

File diff suppressed because it is too large Load Diff