ramips: enable mt76 by default for mt7621
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46410
This commit is contained in:
parent
9ed820a4a7
commit
363f32c8ac
@ -9,7 +9,7 @@ define Profile/Firefly
|
|||||||
NAME:=Firefly Device
|
NAME:=Firefly Device
|
||||||
PACKAGES:=\
|
PACKAGES:=\
|
||||||
kmod-usb-core kmod-usb3 kmod-usb-hid kmod-sdhci-mt7620 \
|
kmod-usb-core kmod-usb3 kmod-usb-hid kmod-sdhci-mt7620 \
|
||||||
kmod-ledtrig-usbdev kmod-mt76
|
kmod-ledtrig-usbdev
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/Firefly/Description
|
define Profile/Firefly/Description
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
|
|
||||||
define Profile/RE6500
|
define Profile/RE6500
|
||||||
NAME:=Linksys RE6500
|
NAME:=Linksys RE6500
|
||||||
PACKAGES:= kmod-mt76
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/RE6500/Description
|
define Profile/RE6500/Description
|
||||||
|
@ -9,7 +9,7 @@ define Profile/PBR-M1
|
|||||||
NAME:=PBR-M1 Device
|
NAME:=PBR-M1 Device
|
||||||
PACKAGES:=\
|
PACKAGES:=\
|
||||||
kmod-usb-core kmod-usb3 kmod-usb-hid kmod-sdhci-mt7620 \
|
kmod-usb-core kmod-usb3 kmod-usb-hid kmod-sdhci-mt7620 \
|
||||||
kmod-ledtrig-usbdev kmod-mt76 kmod-ata-core kmod-ata-ahci \
|
kmod-ledtrig-usbdev kmod-ata-core kmod-ata-ahci \
|
||||||
kmod-usb3-mt7621 kmod-rtc-pcf8563
|
kmod-usb3-mt7621 kmod-rtc-pcf8563
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -10,6 +10,8 @@ CPU_TYPE:=1004kc
|
|||||||
CPU_SUBTYPE:=dsp
|
CPU_SUBTYPE:=dsp
|
||||||
CFLAGS:=-Os -pipe -mmt -mips32r2 -mtune=1004kc
|
CFLAGS:=-Os -pipe -mmt -mips32r2 -mtune=1004kc
|
||||||
|
|
||||||
|
DEFAULT_PACKAGES += kmod-mt76
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build firmware images for Ralink MT7621 based boards.
|
Build firmware images for Ralink MT7621 based boards.
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user