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
4 changed files with 4 additions and 3 deletions
|
@ -9,7 +9,7 @@ define Profile/Firefly
|
|||
NAME:=Firefly Device
|
||||
PACKAGES:=\
|
||||
kmod-usb-core kmod-usb3 kmod-usb-hid kmod-sdhci-mt7620 \
|
||||
kmod-ledtrig-usbdev kmod-mt76
|
||||
kmod-ledtrig-usbdev
|
||||
endef
|
||||
|
||||
define Profile/Firefly/Description
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
define Profile/RE6500
|
||||
NAME:=Linksys RE6500
|
||||
PACKAGES:= kmod-mt76
|
||||
endef
|
||||
|
||||
define Profile/RE6500/Description
|
||||
|
|
|
@ -9,7 +9,7 @@ define Profile/PBR-M1
|
|||
NAME:=PBR-M1 Device
|
||||
PACKAGES:=\
|
||||
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
|
||||
endef
|
||||
|
||||
|
|
|
@ -10,6 +10,8 @@ CPU_TYPE:=1004kc
|
|||
CPU_SUBTYPE:=dsp
|
||||
CFLAGS:=-Os -pipe -mmt -mips32r2 -mtune=1004kc
|
||||
|
||||
DEFAULT_PACKAGES += kmod-mt76
|
||||
|
||||
define Target/Description
|
||||
Build firmware images for Ralink MT7621 based boards.
|
||||
endef
|
||||
|
|
Loading…
Reference in a new issue