[OpenWrt-Devel] [PATCH 1/2] [ramips] introduce DTS for ALL5003

2013-04-14 Thread Daniel Golle
Prior to the switch to 3.8, ALL5002 and ALL5003 boards shared mach-all5002.c. With the change to DTS, this is no longer accurate, as ALL5002 is based on Rt3352 SoC while ALL5003 is based on Rt5350 SoC, therefore the corresponding rt5350.dtsi need to be included for ALL5003. Signed-off-by: Daniel

[OpenWrt-Devel] [PATCH 2/2] [ramips] remove now unneeded user-space board detection

2013-04-14 Thread Daniel Golle
Now that ALL5002 and ALL5003 each got their own DTS and board names, remove the now no longer needed user-space part which previously differentiated between ALL5002 and ALL5003. Signed-off-by: Daniel Golle dgo...@allnet.de diff --git a/target/linux/ramips/base-files/lib/ramips.sh