Skip to content
Snippets Groups Projects
Commit 5ecbfdcb authored by Michael Schwarz's avatar Michael Schwarz
Browse files

Set TP-Link 841v10 router models to autoupdater branch stable

  As TP-Link 841v10 are not supported by gluon 2015.1.x, they need to
  be feed with the experimental firmware. Since the experimental firmware
  could break a router, we want these aliens to update only from stable
  versions.
parent 355ed88c
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ endef
define Package/ffho-openwrt-migration-tools/install
$(INSTALL_DIR) $(1)/etc/uci-defaults/
$(INSTALL_BIN) ./files/etc/uci-defaults/40-wireless-config-hwmode-fix $(1)/etc/uci-defaults/
$(INSTALL_BIN) ./files/etc/uci-defaults/90-tl-841v10-autoupdater-to-stable $(1)/etc/uci-defaults/
endef
$(eval $(call BuildPackage,ffho-openwrt-migration-tools))
#!/bin/sh
[ "$(cat /tmp/sysinfo/board_name)" == "tl-wr841n-v10" ] && \
uci set autoupdater.settings.branch="stable" && \
uci set autoupdater.settings.enabled=1
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment