diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-06-26 20:42:18 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-06-26 20:42:18 +0000 |
commit | eb81d2d1629a0ecc62066ca593d55e97485d1408 (patch) | |
tree | 9264d2b913f480a708714830608dc5615c016ecc /target/linux/generic-2.4/patches/804-watchdog_include.patch | |
parent | 4b7db99798885095b033f783fc43fd05f35ce99d (diff) |
remove generic linux 2.4 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21948 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.4/patches/804-watchdog_include.patch')
-rw-r--r-- | target/linux/generic-2.4/patches/804-watchdog_include.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/generic-2.4/patches/804-watchdog_include.patch b/target/linux/generic-2.4/patches/804-watchdog_include.patch deleted file mode 100644 index c85ef22d3a..0000000000 --- a/target/linux/generic-2.4/patches/804-watchdog_include.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/include/linux/watchdog.h -+++ b/include/linux/watchdog.h -@@ -10,6 +10,7 @@ - #define _LINUX_WATCHDOG_H - - #include <linux/ioctl.h> -+#include <linux/types.h> - - #define WATCHDOG_IOCTL_BASE 'W' - |