Skip to content

Commit

Permalink
Merge pull request #13 from ffac/mt7915_add_mt7622
Browse files Browse the repository at this point in the history
ffac-mt7915: add ramips-mt7622 as feasible install target
  • Loading branch information
maurerle authored Aug 12, 2024
2 parents dd9252d + 6e13c7c commit e2dd670
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ffac-mt7915-hotfix/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ include $(TOPDIR)/../package/gluon.mk
define Package/$(PKG_NAME)
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=reload mt7915-firmware twice a day
DEPENDS:=@(TARGET_mediatek_filogic||TARGET_ramips_mt7621) kmod-mt7915e +gluon-core +micrond
TITLE:=reboot device if mt7915e driver shows known failure symptom
DEPENDS:=@(TARGET_mediatek_filogic||TARGET_ramips_mt7621||TARGET_ramips_mt7622) kmod-mt7915e +gluon-core +micrond
MAINTAINER:=Freifunk Aachen <[email protected]>
endef

Expand Down
2 changes: 1 addition & 1 deletion ffac-mt7915-reload/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ define Package/$(PKG_NAME)
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=reload mt7915-firmware twice a day
DEPENDS:=@(TARGET_mediatek_filogic||TARGET_ramips_mt7621) kmod-mt7915e +gluon-core +micrond
DEPENDS:=@(TARGET_mediatek_filogic||TARGET_ramips_mt7621|TARGET_ramips_mt7622) kmod-mt7915e +gluon-core +micrond
MAINTAINER:=Freifunk Aachen <[email protected]>
endef

Expand Down

0 comments on commit e2dd670

Please sign in to comment.