ramips: introduce DTS for ALL5003
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 Golle <dgolle@allnet.de> Patchwork: http://patchwork.openwrt.org/patch/3557/ Acked-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36435
This commit is contained in:
@@ -48,9 +48,12 @@ ramips_board_detect() {
|
||||
*"Allnet ALL0256N")
|
||||
name="all0256n"
|
||||
;;
|
||||
*"Allnet ALL5002/ALL5003")
|
||||
*"Allnet ALL5002")
|
||||
name="all5002"
|
||||
;;
|
||||
*"Allnet ALL5003")
|
||||
name="all5003"
|
||||
;;
|
||||
*"ARC FreeStation5")
|
||||
name="freestation5"
|
||||
;;
|
||||
@@ -212,7 +215,7 @@ ramips_board_detect() {
|
||||
;;
|
||||
*"UR-326N4G Wireless N router")
|
||||
name="ur-326n4g"
|
||||
;;
|
||||
;;
|
||||
*"UR-336UN Wireless N router")
|
||||
name="ur-336un"
|
||||
;;
|
||||
@@ -228,7 +231,7 @@ ramips_board_detect() {
|
||||
esac
|
||||
|
||||
case "$machine" in
|
||||
*"Allnet ALL5002/ALL5003")
|
||||
*"Allnet ALL500"[23]*)
|
||||
all500x_board_detect
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user