iop: remove uhttpd if profile is luci

This commit is contained in:
Sukru Senli 2016-06-09 17:22:48 +02:00
parent 23dea02d7b
commit 9ddba9536f

View file

@ -210,6 +210,7 @@ function genconfig {
if [ "$PROFILE" == "luci" ]; then
sed -i '/CONFIG_DEFAULT_juci/d' .config
sed -i '/CONFIG_PACKAGE_juci/d' .config
sed -i '/CONFIG_PACKAGE_uhttpd/d' .config
fi
echo Set version to $(grep -w CONFIG_TARGET_VERSION .config | cut -d'=' -f2 | tr -d '"')