summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2006-04-25 22:44:46 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-25 22:44:46 +0000
commit1cf22f7e5a6b828b374463d4c22e0213f88e703d (patch)
tree39e60bc985ab264febbf027a19a4440ef2fe3652
parent426a27dea384b826ff32915ea8c963f9dcfe60b8 (diff)
parent3d8ff3fad84c5b270f8b5a74f995b71ce85a1306 (diff)
merge of f0d5a9cad37301a7b5305db122880b04aa6a20b7
and fd10e7e7e2425da1310503d4f79c27673a6294f0
-rw-r--r--packages/linux-libc-headers/linux-libc-headers-2.6.15.99/linux-netdevice.patch11
-rw-r--r--packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb1
2 files changed, 12 insertions, 0 deletions
diff --git a/packages/linux-libc-headers/linux-libc-headers-2.6.15.99/linux-netdevice.patch b/packages/linux-libc-headers/linux-libc-headers-2.6.15.99/linux-netdevice.patch
new file mode 100644
index 0000000000..588aea4ba8
--- /dev/null
+++ b/packages/linux-libc-headers/linux-libc-headers-2.6.15.99/linux-netdevice.patch
@@ -0,0 +1,11 @@
+--- linux-libc-headers-2.6.15.99/include/linux/netdevice.h.orig 2006-04-29 14:10:39.245687500 +0200
++++ linux-libc-headers-2.6.15.99/include/linux/netdevice.h 2006-04-29 14:11:08.819535750 +0200
+@@ -100,8 +100,6 @@
+ unsigned long tx_compressed;
+ };
+
+-extern int __init netdev_boot_setup(char *str);
+-
+ /* Media selection options. */
+ enum {
+ IF_PORT_UNKNOWN = 0,
diff --git a/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb b/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb
index 9012e0f454..5a0ebaafe1 100644
--- a/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb
+++ b/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb
@@ -19,6 +19,7 @@ PR = "r3"
SRC_URI = "http://ewi546.ewi.utwente.nl/OE/eabi/linux-libc-headers-${PV}.tar.bz2 \
file://keyboard.patch;patch=1 \
file://asm-arch-irqs.patch;patch=1 \
+ file://linux-netdevice.patch;patch=1 \
file://linux-netfilter_ipv4.patch;patch=1 \
file://linux-rtc.patch;patch=1 \
file://linux-videodev2.patch;patch=1"