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/mt7620 | |
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/mt7620')
-rw-r--r-- | target/linux/ramips/mt7620/profiles/aigale.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ramips/mt7620/profiles/aigale.mk b/target/linux/ramips/mt7620/profiles/aigale.mk index 475aac9562..629a378cae 100644 --- a/target/linux/ramips/mt7620/profiles/aigale.mk +++ b/target/linux/ramips/mt7620/profiles/aigale.mk @@ -5,12 +5,12 @@ # See /LICENSE for more information. # -define Profile/AIBR100 +define Profile/AI-BR100 NAME:=Aigale Ai-BR100 PACKAGES:=kmod-usb-ohci kmod-usb2 endef -define Profile/AIBR100/Description +define Profile/AI-BR100/Description Default package set for Aigale Ai-BR100. endef -$(eval $(call Profile,AIBR100)) +$(eval $(call Profile,AI-BR100)) |