summaryrefslogtreecommitdiff
path: root/recipes-kernel/rs9113/rs9113_1.4.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/rs9113/rs9113_1.4.3.bb')
-rw-r--r--recipes-kernel/rs9113/rs9113_1.4.3.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-kernel/rs9113/rs9113_1.4.3.bb b/recipes-kernel/rs9113/rs9113_1.4.3.bb
index 32df0cf..57aa343 100644
--- a/recipes-kernel/rs9113/rs9113_1.4.3.bb
+++ b/recipes-kernel/rs9113/rs9113_1.4.3.bb
@@ -11,6 +11,7 @@ SRC_URI = " \
file://rs9113_remove_modules.sh \
file://rs9113.init \
file://rs9113.default \
+ file://wpa_supplicant \
"
# file://kthread.patch;patch=1;pnum=3
@@ -47,13 +48,15 @@ do_install() {
install -m 0755 -d ${D}/opt/rs9113
install -d ${D}${sysconfdir}/init.d/
install -d ${D}${sysconfdir}/default/
+ install -d ${D}/opt/rs9113/init.d
cp -r ${S}/release/* ${D}/opt/rs9113/
-
+ rm -rf ${D}/opt/rs9113/flash ${D}/opt/rs9113/certs ${D}/opt/rs9113/*zigb*
install -m 0755 -d ${D}${sbindir}
install -m 0755 ${WORKDIR}/rs9113_load_modules.sh ${D}${sbindir}/
install -m 0755 ${WORKDIR}/rs9113_remove_modules.sh ${D}${sbindir}/
install -m 0755 ${WORKDIR}/rs9113.init ${D}${sysconfdir}/init.d/rs9113
install -m 0644 ${WORKDIR}/rs9113.default ${D}${sysconfdir}/default/rs9113
+ install -m 0755 ${WORKDIR}/wpa_supplicant ${D}/opt/rs9113/init.d
}
python do_clean() {