More automation
This commit is contained in:
parent
5e1f2a89a2
commit
55bbf89f60
2 changed files with 5 additions and 4 deletions
|
@ -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
Add a link
Reference in a new issue