diff options
Diffstat (limited to 'target/linux/ramips/mt7620/profiles')
-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)) |