Hi,
On 21/04/2014 19:19, Hugo Grostabussiat wrote: > The 7Links PX-4885-675 is a small battery-powered wireless router. > It is based on a RT5350F WiSoC and features one ethernet port and > one USB port. It is a Hame MPR-A1 clone, except it has different > GPIOs, a different battery and more RAM (32 MB). This patch adds a > profile for this board, the corresponding device tree file and the > adequate base-files changes (incl. sysupgrade). > > Signed-off-by: Hugo Grostabussiat <[email protected]> --- > target/linux/ramips/base-files/etc/diag.sh | 3 + > .../etc/hotplug.d/firmware/10-rt2x00-eeprom | 1 + > .../ramips/base-files/etc/uci-defaults/01_leds | 4 + > .../ramips/base-files/lib/preinit/06_set_iface_mac | 1 + > target/linux/ramips/base-files/lib/ramips.sh | 3 + > .../ramips/base-files/lib/upgrade/platform.sh | 1 + > target/linux/ramips/dts/7LINKS-PX-4885-675.dts | 90 > ++++++++++++++++++++++ target/linux/ramips/image/Makefile > | 3 + target/linux/ramips/rt305x/profiles/sevenlinks.mk | 20 > +++++ 9 files changed, 126 insertions(+) create mode 100644 > target/linux/ramips/dts/7LINKS-PX-4885-675.dts create mode 100644 > target/linux/ramips/rt305x/profiles/sevenlinks.mk > > diff --git a/target/linux/ramips/base-files/etc/diag.sh > b/target/linux/ramips/base-files/etc/diag.sh index 4168d0a..58f2be5 > 100755 --- a/target/linux/ramips/base-files/etc/diag.sh +++ > b/target/linux/ramips/base-files/etc/diag.sh @@ -12,6 +12,9 @@ > get_status_led() { 3g300m | w150m) status_led="tenda:blue:ap" ;; + > 7links-px-4885-675) + status_led="7links:orange:wifi" + > ;; patch looks good ... but ... 7links-px-4885-675 is awfully long. can we use px4885 instead ? John _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
