1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 00:21:51 +02:00

fix trailing backslash error introduced in r13115 - fixes kernel config issues

SVN-Revision: 13131
This commit is contained in:
Felix Fietkau 2008-11-06 13:21:43 +00:00
parent d0388bbe5c
commit 03daa9a28d

@ -323,7 +323,7 @@ define KernelPackage/ppp
KCONFIG:= \
CONFIG_PPP \
CONFIG_PPP_ASYNC \
CONFIG_SLHC \
CONFIG_SLHC
FILES:= \
$(LINUX_DIR)/drivers/net/ppp_async.$(LINUX_KMOD_SUFFIX) \
$(LINUX_DIR)/drivers/net/ppp_generic.$(LINUX_KMOD_SUFFIX) \