-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from ffac/mt7915_add_mt7622
ffac-mt7915: add ramips-mt7622 as feasible install target
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|