projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[x86] Remove support for older kernels (patch by Acinonyx)
[openwrt.git]
/
target
/
linux
/
atheros
/
patches-2.6.33
/
100-board.patch
diff --git
a/target/linux/atheros/patches-2.6.33/100-board.patch
b/target/linux/atheros/patches-2.6.33/100-board.patch
index
014ea44
..
8ecce33
100644
(file)
--- a/
target/linux/atheros/patches-2.6.33/100-board.patch
+++ b/
target/linux/atheros/patches-2.6.33/100-board.patch
@@
-30,7
+30,7
@@
source "arch/mips/jazz/Kconfig"
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
source "arch/mips/jazz/Kconfig"
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
-@@ -3
08,6 +308
,13 @@ cflags-$(CONFIG_SOC_AU1X00) += -I$(srctr
+@@ -3
10,6 +310
,13 @@ cflags-$(CONFIG_SOC_AU1X00) += -I$(srctr
#
#
@@
-94,7
+94,7
@@
+ * Copyright (C) 2006-2009 Felix Fietkau <nbd@openwrt.org>
+ */
+
+ * Copyright (C) 2006-2009 Felix Fietkau <nbd@openwrt.org>
+ */
+
-+#include <
linux
/autoconf.h>
++#include <
generated
/autoconf.h>
+#include <linux/init.h>
+#include <linux/module.h>
+#include <linux/types.h>
+#include <linux/init.h>
+#include <linux/module.h>
+#include <linux/types.h>
@@
-354,7
+354,7
@@
+ */
+
+#include <linux/init.h>
+ */
+
+#include <linux/init.h>
-+#include <
linux
/autoconf.h>
++#include <
generated
/autoconf.h>
+#include <linux/kernel.h>
+#include <linux/string.h>
+#include <linux/mm.h>
+#include <linux/kernel.h>
+#include <linux/string.h>
+#include <linux/mm.h>
@@
-1573,7
+1573,7
@@
+ * Platform devices for Atheros SoCs
+ */
+
+ * Platform devices for Atheros SoCs
+ */
+
-+#include <
linux
/autoconf.h>
++#include <
generated
/autoconf.h>
+#include <linux/init.h>
+#include <linux/module.h>
+#include <linux/types.h>
+#include <linux/init.h>
+#include <linux/module.h>
+#include <linux/types.h>
@@
-2123,7
+2123,7
@@
+ * Platform devices for Atheros SoCs
+ */
+
+ * Platform devices for Atheros SoCs
+ */
+
-+#include <
linux
/autoconf.h>
++#include <
generated
/autoconf.h>
+#include <linux/init.h>
+#include <linux/module.h>
+#include <linux/types.h>
+#include <linux/init.h>
+#include <linux/module.h>
+#include <linux/types.h>
This page took
0.023874 seconds
and
4
git commands to generate.