Add missing compile time dependency on libnotimpl
[packages.git] / net / chillispot / patches / 102-less_memory-footprint.patch
1 diff -baurN --exclude='*~' --exclude='.#*' --exclude='.svn*' --exclude='.conf*' --exclude=dl --exclude=bin --exclude=build_mipsel --exclude=staging_dir_mipsel --exclude=toolchain_build_mipsel --exclude=package/config --exclude=autom4te.cache --exclude='*.tgz' --exclude='*.zip' --exclude='*.tar' --exclude='*.gz' --exclude='.tmp*' chillispot-1.1.0.orig/src/chilli.h chillispot-1.1.0/src/chilli.h
2 --- chillispot-1.1.0.orig/src/chilli.h  2006-10-19 00:01:55.000000000 +0100
3 +++ chillispot-1.1.0/src/chilli.h       2006-12-19 00:02:16.000000000 +0100
4 @@ -53,7 +53,7 @@
5  /* #define COUNT_DOWNLINK_DROP 1 */
6  /* #define COUNT_UPLINK_DROP 1 */
7  
8 -#define APP_NUM_CONN 1024
9 +#define APP_NUM_CONN 128
10  #define EAP_LEN 2048            /* TODO: Rather large */
11  
12  #define MACOK_MAX 16