mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
busybox: always build devmem
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
a5d4c9926a
commit
71b060e76e
@ -87,10 +87,6 @@ configure_target() {
|
|||||||
# set install dir
|
# set install dir
|
||||||
sed -i -e "s|^CONFIG_PREFIX=.*$|CONFIG_PREFIX=\"$INSTALL/usr\"|" .config
|
sed -i -e "s|^CONFIG_PREFIX=.*$|CONFIG_PREFIX=\"$INSTALL/usr\"|" .config
|
||||||
|
|
||||||
if [ ! "$DEVTOOLS" = yes ]; then
|
|
||||||
sed -i -e "s|^CONFIG_DEVMEM=.*$|# CONFIG_DEVMEM is not set|" .config
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ ! "$CRON_SUPPORT" = "yes" ] ; then
|
if [ ! "$CRON_SUPPORT" = "yes" ] ; then
|
||||||
sed -i -e "s|^CONFIG_CROND=.*$|# CONFIG_CROND is not set|" .config
|
sed -i -e "s|^CONFIG_CROND=.*$|# CONFIG_CROND is not set|" .config
|
||||||
sed -i -e "s|^CONFIG_FEATURE_CROND_D=.*$|# CONFIG_FEATURE_CROND_D is not set|" .config
|
sed -i -e "s|^CONFIG_FEATURE_CROND_D=.*$|# CONFIG_FEATURE_CROND_D is not set|" .config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user