From 55bbf89f60512742ecdbadaf536bcb9a2e4a713a Mon Sep 17 00:00:00 2001 From: Artem Prilutskiy Date: Thu, 4 Aug 2016 14:52:08 +0300 Subject: [PATCH] More automation --- CronosAgent.c | 2 +- OpenWRT/build.sh | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CronosAgent.c b/CronosAgent.c index b10de75..78a78dc 100644 --- a/CronosAgent.c +++ b/CronosAgent.c @@ -119,7 +119,7 @@ #define EVENT_LIST_LENGTH (4 + 1 + 4) -#define BUFFER_SIZE 4096 +#define BUFFER_SIZE 2048 #define EXPIRATION_TIME 20 diff --git a/OpenWRT/build.sh b/OpenWRT/build.sh index e349161..5ba5a57 100755 --- a/OpenWRT/build.sh +++ b/OpenWRT/build.sh @@ -26,9 +26,10 @@ mv package/$PACKAGE/source/OpenWRT/Makefile package/$PACKAGE grep "CONFIG_PACKAGE_${PACKAGE}=m" .config > /dev/null if [ "$?" -ne "0" ] then - # Give user to choose package $PACKAGE - make menuconfig - make -j 4 + # Simulate user selection of package $PACKAGE + echo "CONFIG_PACKAGE_${PACKAGE}=m" >> .config + # + # make -j 4 fi # Build package