Browse Source

convert addon patch to default patch

Waldemar Brodkorb 10 years ago
parent
commit
6dad6b4c80

+ 0 - 4
target/linux/config/Config.in.addons

@@ -12,7 +12,3 @@ config ADK_KERNEL_ADDON_GRSEC
 config ADK_KERNEL_ADDON_MPTCP
 	bool
 	depends on ADK_KERNEL_VERSION_3_14
-
-config ADK_KERNEL_ADDON_LINUXRT
-	bool
-	depends on ADK_KERNEL_VERSION_3_18

+ 6 - 6
target/linux/config/Config.in.kernel

@@ -248,12 +248,6 @@ config ADK_KERNEL_PREEMPT
 	help
 	  Enable preemptive mode.
 
-config ADK_KERNEL_PREEMPT_RT_FULL
-        bool "Enable Realtime support"
-        select ADK_KERNEL_ADDON_LINUXRT
-        help
-	  https://www.kernel.org/pub/linux/kernel/projects/rt/3.18/
-
 
 choice
 prompt "tick configuration"
@@ -288,6 +282,12 @@ config ADK_KERNEL_HIGH_RES_TIMERS
 	bool "Enable high resolution timers"
 	help
 
+comment "uses experimental external patch"
+config ADK_KERNEL_PREEMPT_RT_FULL
+        bool "Enable Realtime support"
+	depends on ADK_KERNEL_VERSION_3_18
+        help
+	  https://www.kernel.org/pub/linux/kernel/projects/rt/3.18/
 
 choice
 prompt "Page size"

File diff suppressed because it is too large
+ 234 - 234
target/linux/patches/3.18.9/realtime.patch


Some files were not shown because too many files changed in this diff