sudomesh / sudowrt-firmware

Scripts to build the sudo mesh OpenWRT firmware.
Other
73 stars 19 forks source link

merging my dev fork into new zeroconf branch #126

Closed paidforby closed 6 years ago

gobengo commented 6 years ago

Omg! Go Go grant.

On Sat, Mar 10, 2018, 2:57 PM grant_____ notifications@github.com wrote:

Merged #126 https://github.com/sudomesh/sudowrt-firmware/pull/126.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sudomesh/sudowrt-firmware/pull/126#event-1514827345, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKfBqv63CxgLfHM2Ie4E5SHwHIUyIJvks5tdFpPgaJpZM4Sleoa .

muxlux commented 6 years ago

building the hard way ends with:

make[1] target/download make[2] -C target/linux download ++ echo 'Preparing for build for [ar71xx] done.' Preparing for build for [ar71xx] done.

no bin dir ~ builder.ar71xx/bin

but if i put source build_only before source build_pre in /sudowrt-firmware/build as such:

!/bin/bash

#

Prepares and builds sudowrt-firmware.

#

If you only want to build, use [build_only]. If you only want to get

resources needed to build, use [build_pre]. # source build_only source build_pre

everything builds nicely:

make[2] -C target/linux download ++ echo 'Preparing for build for [ar71xx] done.' Preparing for build for [ar71xx] done.

On Sat, Mar 10, 2018 at 6:50 PM, Benjamin Goering notifications@github.com wrote:

Omg! Go Go grant.

On Sat, Mar 10, 2018, 2:57 PM grant_____ notifications@github.com wrote:

Merged #126 https://github.com/sudomesh/sudowrt-firmware/pull/126.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <https://github.com/sudomesh/sudowrt-firmware/pull/126#event-1514827345 , or mute the thread https://github.com/notifications/unsubscribe-auth/ AAKfBqv63CxgLfHM2Ie4E5SHwHIUyIJvks5tdFpPgaJpZM4Sleoa .

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sudomesh/sudowrt-firmware/pull/126#issuecomment-372085094, or mute the thread https://github.com/notifications/unsubscribe-auth/ACLJ4oPXi87lkLlS0Ied9Kc4J-gU1XU4ks5tdJEGgaJpZM4Sleoa .

-- First they ignore you, then they laugh at you, then they fight you, then you win.

CONFIDENTIALITY NOTICE: The contents of this email message and any attachments are intended solely for the addressee(s) and may contain confidential and/or privileged information and may be legally protected from disclosure. If you are not the intended recipient of this message or their agent, or if this message has been addressed to you in error, please immediately alert the sender by reply email and then delete this message and any attachments. If you are not the intended recipient, you are hereby notified that any use, dissemination, copying, or storage of this message or its attachments is strictly prohibited.

paidforby commented 6 years ago

@muxlux I feel that's not right, you probably just built a generic openwrt image, build_pre pulls in a lot of packages and does some configurations to prepare for our build. I'd be very interested to see if your build worked, you should try flashing a node with it.