Skip to content

Instantly share code, notes, and snippets.

View andreasrsa's full-sized avatar

Andreas Rabetche andreasrsa

View GitHub Profile
From b8db4ad0bc572974cbe3b5cf47287f1bb37c218b Mon Sep 17 00:00:00 2001 From: DENG Qingfang dengqf6@mail2.sysu.edu.cn Date: Mon, 18 May 2020 16:38:12 +0800 Subject: [PATCH] ramips: add support for TP-Link Archer C5 v4
TP-Link Archer C5 v4 is a dual band router with 5 GbE ports Advertised as AC1200 for its 867Mbps (2x2) 5GHz band and 300 Mbps (2x2) 2.4GHz band.
Specs:
SoC: MediaTek MT7620A
Ethernet: 5x GbE ports (Realtek RTL8367S)
Wireless 2.4GHz: MediaTek MT7620A
Wireless 5GHz: MediaTek MT7612E
@andreasrsa
andreasrsa / ipn-test.php
Created September 30, 2015 20:35 — forked from mikejolley/ipn-test.php
Quick snippet/plugin/dropin to test IPN support
<?php
/**
* Plugin Name: PayPal Sandbox IPN Tester
* Description: Pings the IPN endpoint to see if your server can connect. Just head to <a href="/?ipn-test=1">yoursite.com/?ipn-test=1</a> whilst logged in as admin.
* Version: 1.0.0
* Author: WooThemes
* Requires at least: 4.1
* Tested up to: 4.3
*/
if ( ! defined( 'ABSPATH' ) ) {