More automation
This commit is contained in:
parent
5e1f2a89a2
commit
55bbf89f60
2 changed files with 5 additions and 4 deletions
|
@ -119,7 +119,7 @@
|
||||||
|
|
||||||
#define EVENT_LIST_LENGTH (4 + 1 + 4)
|
#define EVENT_LIST_LENGTH (4 + 1 + 4)
|
||||||
|
|
||||||
#define BUFFER_SIZE 4096
|
#define BUFFER_SIZE 2048
|
||||||
#define EXPIRATION_TIME 20
|
#define EXPIRATION_TIME 20
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -26,9 +26,10 @@ mv package/$PACKAGE/source/OpenWRT/Makefile package/$PACKAGE
|
||||||
grep "CONFIG_PACKAGE_${PACKAGE}=m" .config > /dev/null
|
grep "CONFIG_PACKAGE_${PACKAGE}=m" .config > /dev/null
|
||||||
if [ "$?" -ne "0" ]
|
if [ "$?" -ne "0" ]
|
||||||
then
|
then
|
||||||
# Give user to choose package $PACKAGE
|
# Simulate user selection of package $PACKAGE
|
||||||
make menuconfig
|
echo "CONFIG_PACKAGE_${PACKAGE}=m" >> .config
|
||||||
make -j 4
|
#
|
||||||
|
# make -j 4
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
|
|
Loading…
Add table
Reference in a new issue