diff options
Diffstat (limited to 'recipes-kernel/rsi-91x/rp-net-examples_1.6.5.bb')
-rw-r--r-- | recipes-kernel/rsi-91x/rp-net-examples_1.6.5.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-kernel/rsi-91x/rp-net-examples_1.6.5.bb b/recipes-kernel/rsi-91x/rp-net-examples_1.6.5.bb new file mode 100644 index 0000000..aea0c5c --- /dev/null +++ b/recipes-kernel/rsi-91x/rp-net-examples_1.6.5.bb @@ -0,0 +1,25 @@ +# Example configuration files for wifi + +LICENSE = "PD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7bf87fc37976e93ec66ad84fac58c098" + +PR = "r1" + +inherit allarch +SRCREV = "v${PV}" + +SRC_URI = " \ + https://www.multitech.net/mlinux/sources/${BPN}-${PV}.tar.gz \ + file://PD.patch \ +" +SRC_URI[sha256sum] = "bfe3ca64b50a5f0426b2e11980543cfea5e4ddca30dfd9d8599d00770745014b" + +FILES_${PN} = "/opt" +PACKAGES = "${BPN}" + +do_install() { + cd ${WORKDIR} + pwd + install -m 0755 -d ${D}/opt/rs9113 + install ${S}/*.conf ${D}/opt/rs9113 +} |