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 BUFFER_SIZE 4096
|
||||
#define BUFFER_SIZE 2048
|
||||
#define EXPIRATION_TIME 20
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue