From 9ddba9536fece654fecf3500e2d2c987f5325e3e Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Thu, 9 Jun 2016 17:22:48 +0200 Subject: [PATCH] iop: remove uhttpd if profile is luci --- iop/scripts/genconfig.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/iop/scripts/genconfig.sh b/iop/scripts/genconfig.sh index 031b4f7c5..d66a83a30 100755 --- a/iop/scripts/genconfig.sh +++ b/iop/scripts/genconfig.sh @@ -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 '"')