ajout des recettes et fichiers de configuration du meta

This commit is contained in:
2022-12-14 19:45:04 +01:00
commit 25a3f8922d
47 changed files with 20703 additions and 0 deletions
@@ -0,0 +1,9 @@
# Copyright (C) 2022 Vincent BENOIT <vincent.benoit@benserv.fr>
# Release under the MIT license (see COPYING.MIT for the terms)
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
SRC_URI += "file://dnsmasq.conf"
do_install:append() {
install -m 0644 ${WORKDIR}/dnsmasq.conf ${D}${sysconfdir}
}
@@ -0,0 +1,3 @@
interface=wlan0
bind-dynamic
dhcp-range=10.1.1.11,10.1.1.150,255.255.255.0,12h