BigW Consortium Gitlab

Commit 834aa678 by nbd

ramips: enable mt76 by default for mt7621

Signed-off-by: 's avatarFelix Fietkau <nbd@openwrt.org> Backport of r46410 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46411 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 12a75ad1
...@@ -9,7 +9,7 @@ define Profile/Firefly ...@@ -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 @@ ...@@ -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 ...@@ -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 ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment