mirror of https://github.com/hak5/openwrt-owl.git
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: 46624owl
parent
633c46a1d4
commit
b52ac01d27
|
@ -3,7 +3,7 @@
|
||||||
/include/ "mt7620a.dtsi"
|
/include/ "mt7620a.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
compatible = "AIBR100", "ralink,mt7620a-soc";
|
compatible = "AI-BR100", "ralink,mt7620a-soc";
|
||||||
model = "Aigale Ai-BR100";
|
model = "Aigale Ai-BR100";
|
||||||
|
|
||||||
palmbus@10000000 {
|
palmbus@10000000 {
|
|
@ -856,7 +856,7 @@ Image/Build/Profile/MT7620a_MT7610e=$(call BuildFirmware/Default8M/$(1),$(1),mt7
|
||||||
Image/Build/Profile/MT7620a_MT7530=$(call BuildFirmware/Default8M/$(1),$(1),mt7620a_mt7530,MT7620a_MT7530)
|
Image/Build/Profile/MT7620a_MT7530=$(call BuildFirmware/Default8M/$(1),$(1),mt7620a_mt7530,MT7620a_MT7530)
|
||||||
Image/Build/Profile/MT7620a_V22SG=$(call BuildFirmware/Default8M/$(1),$(1),mt7620a_v22sg,MT7620a_V22SG)
|
Image/Build/Profile/MT7620a_V22SG=$(call BuildFirmware/Default8M/$(1),$(1),mt7620a_v22sg,MT7620a_V22SG)
|
||||||
br100_mtd_size=8126464
|
br100_mtd_size=8126464
|
||||||
Image/Build/Profile/AIBR100=$(call BuildFirmware/CustomFlash/$(1),$(1),ai-br100,AIBR100,$(br100_mtd_size),Ai-BR)
|
Image/Build/Profile/AI-BR100=$(call BuildFirmware/CustomFlash/$(1),$(1),ai-br100,AI-BR100,$(br100_mtd_size),Ai-BR)
|
||||||
Image/Build/Profile/RP-N53=$(call BuildFirmware/Default8M/$(1),$(1),rp-n53,RP-N53)
|
Image/Build/Profile/RP-N53=$(call BuildFirmware/Default8M/$(1),$(1),rp-n53,RP-N53)
|
||||||
whr_300hp2_mtd_size=7012352
|
whr_300hp2_mtd_size=7012352
|
||||||
Image/Build/Profile/WHR300HP2=$(call BuildFirmware/CustomFlash/$(1),$(1),whr-300hp2,WHR-300HP2,$(whr_300hp2_mtd_size))
|
Image/Build/Profile/WHR300HP2=$(call BuildFirmware/CustomFlash/$(1),$(1),whr-300hp2,WHR-300HP2,$(whr_300hp2_mtd_size))
|
||||||
|
@ -894,7 +894,7 @@ define Image/Build/Profile/Default
|
||||||
$(call Image/Build/Profile/MT7620a_MT7610e,$(1))
|
$(call Image/Build/Profile/MT7620a_MT7610e,$(1))
|
||||||
$(call Image/Build/Profile/MT7620a_MT7530,$(1))
|
$(call Image/Build/Profile/MT7620a_MT7530,$(1))
|
||||||
$(call Image/Build/Profile/MT7620a_V22SG,$(1))
|
$(call Image/Build/Profile/MT7620a_V22SG,$(1))
|
||||||
$(call Image/Build/Profile/AIBR100,$(1))
|
$(call Image/Build/Profile/AI-BR100,$(1))
|
||||||
$(call Image/Build/Profile/CF-WR800N,$(1))
|
$(call Image/Build/Profile/CF-WR800N,$(1))
|
||||||
$(call Image/Build/Profile/RP-N53,$(1))
|
$(call Image/Build/Profile/RP-N53,$(1))
|
||||||
$(call Image/Build/Profile/DIR-810L,$(1))
|
$(call Image/Build/Profile/DIR-810L,$(1))
|
||||||
|
|
|
@ -5,12 +5,12 @@
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
#
|
#
|
||||||
|
|
||||||
define Profile/AIBR100
|
define Profile/AI-BR100
|
||||||
NAME:=Aigale Ai-BR100
|
NAME:=Aigale Ai-BR100
|
||||||
PACKAGES:=kmod-usb-ohci kmod-usb2
|
PACKAGES:=kmod-usb-ohci kmod-usb2
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/AIBR100/Description
|
define Profile/AI-BR100/Description
|
||||||
Default package set for Aigale Ai-BR100.
|
Default package set for Aigale Ai-BR100.
|
||||||
endef
|
endef
|
||||||
$(eval $(call Profile,AIBR100))
|
$(eval $(call Profile,AI-BR100))
|
||||||
|
|
Loading…
Reference in New Issue