summaryrefslogtreecommitdiffstats
path: root/package/ltq-tapidemo/patches/100-ifxmips.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-10-11 10:05:13 +0000
committerJohn Crispin <john@openwrt.org>2012-10-11 10:05:13 +0000
commita95775e4b2a9831decbc7f37a2e47985ea2ac222 (patch)
tree2a188f047a7da8e3868f734b26756551c9f7ec8e /package/ltq-tapidemo/patches/100-ifxmips.patch
parent06218a992e0ffa234d8c180f9a24415b2fb5fe62 (diff)
downloadmaster-31e0f0ae-a95775e4b2a9831decbc7f37a2e47985ea2ac222.tar.gz
master-31e0f0ae-a95775e4b2a9831decbc7f37a2e47985ea2ac222.tar.bz2
master-31e0f0ae-a95775e4b2a9831decbc7f37a2e47985ea2ac222.zip
drop unmaintained packages
SVN-Revision: 33723
Diffstat (limited to 'package/ltq-tapidemo/patches/100-ifxmips.patch')
-rw-r--r--package/ltq-tapidemo/patches/100-ifxmips.patch61
1 files changed, 0 insertions, 61 deletions
diff --git a/package/ltq-tapidemo/patches/100-ifxmips.patch b/package/ltq-tapidemo/patches/100-ifxmips.patch
deleted file mode 100644
index 3dde8304f3..0000000000
--- a/package/ltq-tapidemo/patches/100-ifxmips.patch
+++ /dev/null
@@ -1,61 +0,0 @@
---- a/src/board_easy50712.c
-+++ b/src/board_easy50712.c
-@@ -32,7 +32,9 @@
- #ifdef OLD_BSP
- #include "asm/danube/port.h"
- #else
-- #include "asm/ifx/ifx_gpio.h"
-+#ifdef FXO
-+# include "asm/ifx/ifx_gpio.h"
-+#endif
- #endif
-
- /* ============================= */
---- a/src/board_easy508xx.c
-+++ b/src/board_easy508xx.c
-@@ -32,8 +32,6 @@
- #endif /* FXO */
- #include "pcm.h"
-
--#include "asm/ifx/ifx_gpio.h"
--
- #ifdef TD_DECT
- #include "td_dect.h"
- #endif /* TD_DECT */
---- a/src/common.c
-+++ b/src/common.c
-@@ -7117,7 +7117,7 @@ IFX_return_t Common_GPIO_ClosePort(IFX_c
- IFX_return_t Common_GPIO_ReservePin(IFX_int32_t nFd, IFX_int32_t nPort,
- IFX_int32_t nPin, IFX_int32_t nModule)
- {
--#ifndef OLD_BSP
-+#if !defined(OLD_BSP) && defined(IFX_GPIO_IOC_PIN_RESERVE)
- TD_PARAMETER_CHECK((NO_GPIO_FD >= nFd), nFd, IFX_ERROR);
-
- IFX_return_t nRet;
-@@ -7155,7 +7155,7 @@ IFX_return_t Common_GPIO_ReservePin(IFX_
- IFX_return_t Common_GPIO_FreePin(IFX_int32_t nFd, IFX_int32_t nPort,
- IFX_int32_t nPin, IFX_int32_t nModule)
- {
--#ifndef OLD_BSP
-+#if !defined(OLD_BSP) && defined(IFX_GPIO_IOC_PIN_RESERVE)
- TD_PARAMETER_CHECK((NO_GPIO_FD >= nFd), nFd, IFX_ERROR);
-
- IFX_return_t nRet;
---- a/src/common.h
-+++ b/src/common.h
-@@ -79,12 +79,12 @@
- #ifdef OLD_BSP
- #include "asm/danube/port.h"
- #else
-- #include "asm/ifx/ifx_gpio.h"
-+ /*#include "asm/ifx/ifx_gpio.h"*/
- #endif
- #endif
-
- #if (defined(AR9) || defined(VR9))
-- #include "asm/ifx/ifx_gpio.h"
-+ /*#include "asm/ifx/ifx_gpio.h"*/
- #endif
-
- #ifdef TD_DECT