If you do the Default builds for a CPU you won't encounter this bug
since Default doesn't contain a hyphen. So the nightlies don't hit it.
You only hit it when you build for an individual platform.
I suspect the problem is where the config symbols are getting parsed.
CONFIG_TARGET_ramips_rt305x_AW
Any ideas on what is up with hyphen processing in target names? I had
to make these changes to get AsiaRF working again.
diff --git a/target/linux/ramips/base-files/lib/ramips.sh
b/target/linux/ramips/base-files/lib/ramips.sh
index 066f3bd..f494e79 100755
--- a/target/linux/ramips/base-files/lib/r
Something seems to be wrong in the Makefile when parsing target profiles
with hyphens in them.
For example: TARGET_ramips_rt305x_RT-N13U
$(PROFILE) ends up blank instead of RT-N13U
I searched around and can't figure out where this parsing is happening.
--
Jon Smirl
jonsm...@gmail.com
__