mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Luci sed not needed anymore as dependency is fixed
This commit is contained in:
parent
ba1337720e
commit
fea6fc95a0
1 changed files with 0 additions and 3 deletions
|
|
@ -207,9 +207,6 @@ function genconfig {
|
|||
if [ "$PROFILE" == "luci" ]; then
|
||||
sed -i '/CONFIG_DEFAULT_juci/d' .config
|
||||
sed -i '/CONFIG_PACKAGE_juci/d' .config
|
||||
else
|
||||
sed -i 's/CONFIG_PACKAGE_luci-lib-core_source=y/# CONFIG_PACKAGE_luci-lib-core_source is not set/g' .config
|
||||
sed -i 's/CONFIG_PACKAGE_luci-lib-nixio_notls=y/# CONFIG_PACKAGE_luci-lib-nixio_notls is not set/g' .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