switch to walnascar

This commit is contained in:
DanyLE
2025-07-12 17:20:39 +02:00
parent 958a5aa658
commit a9cce7b660
15 changed files with 36 additions and 36 deletions

View File

@@ -3,5 +3,5 @@ SRC_URI += "file://default"
do_install:append () {
rm -rf ${D}/etc/dropbear
install -m 0644 ${WORKDIR}/default ${D}${sysconfdir}/default/dropbear
install -m 0644 ${UNPACKDIR}/default ${D}${sysconfdir}/default/dropbear
}

View File

@@ -22,7 +22,7 @@ IMAGE_INSTALL:append = "pango \
gtk4-layer-shell \
libadwaita \
gobject-introspection \
wayland wayland-protocols wlroots \
wayland wayland-protocols wlroots-0.18 \
foot \
mc \
gdbserver gdb \

View File

@@ -3,5 +3,5 @@ SRC_URI += " file://itf_diya "
do_install:append () {
rm ${D}/etc/network/interfaces
install -m 0644 ${WORKDIR}/itf_diya ${D}/etc/network/interfaces
install -m 0644 ${UNPACKDIR}/itf_diya ${D}/etc/network/interfaces
}