Open mhmeadows63 opened 8 years ago
@sevan can we apply this to current branch ? or may be wiki ?
Sure, it would be better if the patches were applied to a local branch and a pull request submitted. At least that way there would be a basic build test against 2 different toolchains (gcc & clang) before we pursued further. As-is I'd have to extract the changes from here & get things in to place for testing.
Pi 3b image: CentOS-Userland-7-armv7hl-Minimal-1603-RaspberryPi3
Built Ok, but encountered two runtime errors:
problem.1 - 'which' is not available in default bash solution.1 - replace 'which' with 'type -p' in wwwsh
problem.2 - centos appears to consider an ethernet frame-size of less than 51 as a Runt Frame solution.2 - force a minimum frame size for
dhcp_sendGARP()
anddhcp_sendARP()
This may help someone else.