Skip to content

Commit

Permalink
board/[pluto|m2k]/post-build.sh: Deploy all HTML files to /www for httpd
Browse files Browse the repository at this point in the history
This fixes #37

Signed-off-by: Michael Hennerich <[email protected]>
  • Loading branch information
mhennerich authored and commodo committed May 29, 2019
1 parent 3fd7ac0 commit 6a6241d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion board/m2k/post-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ${INSTALL} -D -m 0755 ${BOARD_DIR}/../pluto/ifupdown.sh ${TARGET_DIR}/lib/mdev/i
${INSTALL} -D -m 0644 ${BOARD_DIR}/../pluto/input-event-daemon.conf ${TARGET_DIR}/etc/

${INSTALL} -D -m 0644 ${BOARD_DIR}/msd/img/* ${TARGET_DIR}/www/img/
${INSTALL} -D -m 0644 ${BOARD_DIR}/msd/index.html ${TARGET_DIR}/www/
${INSTALL} -D -m 0644 ${BOARD_DIR}/msd/*.html ${TARGET_DIR}/www/

${INSTALL} -D -m 0755 ${BOARD_DIR}/../pluto/wpa_supplicant/* ${TARGET_DIR}/etc/wpa_supplicant/

Expand Down
2 changes: 1 addition & 1 deletion board/pluto/post-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ${INSTALL} -D -m 0755 ${BOARD_DIR}/ifupdown.sh ${TARGET_DIR}/lib/mdev/ifupdown.s
${INSTALL} -D -m 0644 ${BOARD_DIR}/input-event-daemon.conf ${TARGET_DIR}/etc/

${INSTALL} -D -m 0644 ${BOARD_DIR}/msd/img/* ${TARGET_DIR}/www/img/
${INSTALL} -D -m 0644 ${BOARD_DIR}/msd/index.html ${TARGET_DIR}/www/
${INSTALL} -D -m 0644 ${BOARD_DIR}/msd/*.html ${TARGET_DIR}/www/

${INSTALL} -D -m 0755 ${BOARD_DIR}/wpa_supplicant/* ${TARGET_DIR}/etc/wpa_supplicant/

Expand Down

0 comments on commit 6a6241d

Please sign in to comment.