From 23386132c92b92d5af9e4a0fe8c6b4adb0419c28 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 30 Apr 2005 22:52:49 +0000 Subject: revert to older version of 'ser', the new one just doesn't work git-svn-id: svn://svn.openwrt.org/openwrt/trunk@781 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../package/ser/patches/220-default_config.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 openwrt/package/ser/patches/220-default_config.patch (limited to 'openwrt/package/ser/patches/220-default_config.patch') diff --git a/openwrt/package/ser/patches/220-default_config.patch b/openwrt/package/ser/patches/220-default_config.patch new file mode 100644 index 0000000000..7a766f2209 --- /dev/null +++ b/openwrt/package/ser/patches/220-default_config.patch @@ -0,0 +1,21 @@ +diff -urN ser-0.8.14.old/config.h ser-0.8.14.dev/config.h +--- ser-0.8.14.old/config.h 2004-04-27 22:28:59.000000000 +0200 ++++ ser-0.8.14.dev/config.h 2005-05-01 01:48:00.000000000 +0200 +@@ -53,7 +53,7 @@ + #define MAX_LISTEN 16 + + /* default number of child processes started */ +-#define CHILD_NO 8 ++#define CHILD_NO 2 + + #define RT_NO 20 /* routing tables number */ + #define FAILURE_RT_NO RT_NO /* on_failure routing tables number */ +@@ -117,7 +117,7 @@ + #define PKG_MEM_POOL_SIZE 1024*1024 + + /*used if SH_MEM is defined*/ +-#define SHM_MEM_SIZE 32 ++#define SHM_MEM_SIZE 8 + + #define TIMER_TICK 1 + -- cgit v1.2.3