From 08ecfa30b4dc0e2ca51655ef92d4e97a5bc4ad9b Mon Sep 17 00:00:00 2001 From: Misanthropos Date: Wed, 6 Nov 2019 00:41:30 +0100 Subject: [PATCH] added support for fb7312 --- .../files/etc/hotplug.d/button/50-gluon-setup-mode | 2 +- targets/targets.mk | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package/gluon-setup-mode/files/etc/hotplug.d/button/50-gluon-setup-mode b/package/gluon-setup-mode/files/etc/hotplug.d/button/50-gluon-setup-mode index 9a1ccf2f..3a3cb20f 100755 --- a/package/gluon-setup-mode/files/etc/hotplug.d/button/50-gluon-setup-mode +++ b/package/gluon-setup-mode/files/etc/hotplug.d/button/50-gluon-setup-mode @@ -12,7 +12,7 @@ wait_setup_mode() { } -if [ "$BUTTON" = wps -o "$BUTTON" = reset ]; then +if [ "$BUTTON" = wps -o "$BUTTON" = reset -o "$BUTTON" = phone ]; then case "$ACTION" in pressed) wait_setup_mode & diff --git a/targets/targets.mk b/targets/targets.mk index e143ce1d..ec886aa0 100644 --- a/targets/targets.mk +++ b/targets/targets.mk @@ -7,6 +7,7 @@ endif $(eval $(call GluonTarget,ar71xx,nand)) $(eval $(call GluonTarget,brcm2708,bcm2708)) $(eval $(call GluonTarget,brcm2708,bcm2709)) +$(eval $(call GluonTarget,lantiq,xway)) $(eval $(call GluonTarget,mpc85xx,generic)) $(eval $(call GluonTarget,mpc85xx,p1020)) $(eval $(call GluonTarget,ramips,mt7621))