mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
iop: remove uhttpd if profile is luci
This commit is contained in:
parent
463c4f0855
commit
f9e105133a
1 changed files with 1 additions and 0 deletions
|
|
@ -211,6 +211,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 '"')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue