Luci sed not needed anymore as dependency is fixed

This commit is contained in:
Jonas Höglund 2016-04-15 14:12:57 +02:00
parent ba1337720e
commit fea6fc95a0

View file

@ -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 '"')