X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/91c9f2c7d5206d28039256d9e5edd221035f8d35..5e10b16d95550d4656d8b594f3cbb6a3892db688:/package/mac80211/patches/030-disable_tty_set_termios.patch?ds=inline diff --git a/package/mac80211/patches/030-disable_tty_set_termios.patch b/package/mac80211/patches/030-disable_tty_set_termios.patch index fc5d4d63f..654c2a8bc 100644 --- a/package/mac80211/patches/030-disable_tty_set_termios.patch +++ b/package/mac80211/patches/030-disable_tty_set_termios.patch @@ -1,14 +1,14 @@ --- a/compat/compat-2.6.39.c +++ b/compat/compat-2.6.39.c -@@ -12,6 +12,7 @@ +@@ -11,6 +11,7 @@ + #include #include - #include +#ifdef CONFIG_COMPAT_BLUETOOTH #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27)) /* * Termios Helper Methods -@@ -111,4 +112,4 @@ int tty_set_termios(struct tty_struct *t +@@ -110,4 +111,4 @@ int tty_set_termios(struct tty_struct *t } EXPORT_SYMBOL_GPL(tty_set_termios); #endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27)) */