diff options
author | John Crispin <john@openwrt.org> | 2015-08-17 05:59:36 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-08-17 05:59:36 +0000 |
commit | b52ac01d27ffa0e06256c49e40e8f8f21d850aef (patch) | |
tree | 612680287b4d86a813c25d152fbc8c50f528bc88 /target/linux/ramips/dts | |
parent | 633c46a1d42a1c4f0c723a606c8d08c1f77ac0bd (diff) | |
download | upstream-b52ac01d27ffa0e06256c49e40e8f8f21d850aef.tar.gz upstream-b52ac01d27ffa0e06256c49e40e8f8f21d850aef.tar.bz2 upstream-b52ac01d27ffa0e06256c49e40e8f8f21d850aef.zip |
ramips: fix Aigale Ai-BR100 dts and profile names
The following patch changes dts filename and profile name for Aigale Ai-BR100 (for consistency).
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
SVN-Revision: 46624
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/AI-BR100.dts (renamed from target/linux/ramips/dts/AIBR100.dts) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/AIBR100.dts b/target/linux/ramips/dts/AI-BR100.dts index 963e835eda..90195b6af8 100644 --- a/target/linux/ramips/dts/AIBR100.dts +++ b/target/linux/ramips/dts/AI-BR100.dts @@ -3,7 +3,7 @@ /include/ "mt7620a.dtsi" / { - compatible = "AIBR100", "ralink,mt7620a-soc"; + compatible = "AI-BR100", "ralink,mt7620a-soc"; model = "Aigale Ai-BR100"; palmbus@10000000 { |