aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/mt7620
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-08-17 05:59:36 +0000
committerJohn Crispin <blogic@openwrt.org>2015-08-17 05:59:36 +0000
commit68ef4528c5f223b1b428b7db11d38419d988071b (patch)
tree9306d2114d3892d575830671e3de9dd04b8d1b67 /target/linux/ramips/mt7620
parent12880e48da1b9f092ea9b02477ace1bdcc9b6fe6 (diff)
downloadmaster-187ad058-68ef4528c5f223b1b428b7db11d38419d988071b.tar.gz
master-187ad058-68ef4528c5f223b1b428b7db11d38419d988071b.tar.bz2
master-187ad058-68ef4528c5f223b1b428b7db11d38419d988071b.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46624 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/mt7620')
-rw-r--r--target/linux/ramips/mt7620/profiles/aigale.mk6
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))