You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux
NOGUCHI Hiroshi a1c6a316d2 ramips: add support for Fon FON2601
FON2601 is a wireless router.

Specification:
- SoC: Mediatek MT7620A (580MHz)
- RAM: 128 MiB
- ROM: 16 MiB SPI Flash
- Wireless:
   for 11b/g/n (upto 300 Mbps):  MT7620A built-in WMAC
   for 11a/n/ac (upto 867 Mbps): MT7662E
- Ethernet LAN: 1 port, upto 100 Mbps
- Ethernet WAN: 1 port, upto 1000 Mbps
- USB: 1 port (USB 2.0 host)
- LEDs: 4 (all can be controlled by SoC's GPIO)
- buttons: 1 (Displayed as "WPS" on enclosure)
- serial port: 57600n8
 pins: Vcc(3.3V), Rx, Tx, GND
(left to right, viewed from outside of board)

Installation (only available via UART):
  1. download sysupgrade binary image by wget command
  2. write sysupgrade binary image to Flash
     command is:
       mtd write sysupgrade.bin firmware
  3. reboot

Important Notice:
  Only one button is displayed as "WPS" on enclosure.
  However, it is configured as "reset" (factory resetting feature).

Signed-off-by: NOGUCHI Hiroshi <drvlabo@gmail.com>
[removed unrelated openwrt-keyring revert, missing -Wall for uimage_padhdr]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
5 years ago
..
apm821xx treewide: sysupgrade: don't use $ARGV in platform_do_upgrade() 5 years ago
ar7 kernel: bump 4.9 to 4.9.153 5 years ago
ar71xx ar71xx: fix WLAN LED names for Archer C7 5 years ago
arc770 treewide: use wpad-basic for not small flash targets 6 years ago
archs38 treewide: use wpad-basic for not small flash targets 6 years ago
armvirt armvirt: fix overlay support by updating to f2fs/ext4 based overlays 5 years ago
at91 at91:renaming subtraget legacy to sam9x 5 years ago
ath25 ath25: split up DEVICE_TITLE 5 years ago
ath79 ath79: remove lines-initial-states property 5 years ago
bcm53xx bcm53xx: sysupgrade: call nand_do_upgrade() from platform_do_upgrade() 5 years ago
brcm47xx brcm47xx: fix 831-old_gpio_wdt.patch for linux 4.19 5 years ago
brcm63xx brcm63xx: DVA-G3810BN/TL: Fix the WAN ethernet port 5 years ago
brcm2708 brcm2708: Add Raspberry Pi 4 support 5 years ago
cns3xxx treewide: sysupgrade: don't use $ARGV in platform_do_upgrade() 5 years ago
gemini treewide: sysupgrade: don't use $ARGV in platform_do_upgrade() 5 years ago
generic ramips: add support for Fon FON2601 5 years ago
imx6 imx6: apalis: add missing jffs2reset to ramfs during sysupgrade 5 years ago
ipq40xx treewide: sysupgrade: get rid of platform_nand_pre_upgrade() 5 years ago
ipq806x treewide: sysupgrade: get rid of platform_nand_pre_upgrade() 5 years ago
ixp4xx treewide: sysupgrade: don't use $ARGV in platform_do_upgrade() 5 years ago
kirkwood treewide: sysupgrade: don't use $ARGV in platform_do_upgrade() 5 years ago
lantiq treewide: sysupgrade: don't use $ARGV in platform_do_upgrade() 5 years ago
layerscape layerscape: sysupgrade: get rid of platform_pre_upgrade() 5 years ago
malta malta: fix overlay support by updating to f2fs/ext4 based overlays 5 years ago
mediatek treewide: sysupgrade: don't use $ARGV in platform_do_upgrade() 5 years ago
mpc85xx treewide: sysupgrade: don't use $ARGV in platform_do_upgrade() 5 years ago
mvebu mvebu: sysupgrade: don't use $ARGV in platform_check_image() 5 years ago
mxs mxs: disable unused serial drivers 5 years ago
octeon treewide: kernel: bump some targets to 4.19 5 years ago
octeontx kernel: Remove CONFIG_COMPAT 5 years ago
omap kernel: Deactivate CONFIG_BINFMT_MISC 5 years ago
orion orion: sysupgrade: change platform_check_image() args validation 5 years ago
oxnas oxnas: convert DEVICE_TITLE to new variables 5 years ago
pistachio treewide: sysupgrade: get rid of platform_nand_pre_upgrade() 5 years ago
ramips ramips: add support for Fon FON2601 5 years ago
rb532 treewide: sysupgrade: get rid of platform_nand_pre_upgrade() 5 years ago
samsung kernel: Do not set CONFIG_DEVMEM or CONFIG_DEVKMEM 5 years ago
sunxi sunxi: convert to multi-variable device title 5 years ago
tegra tegra: split up DEVICE_TITLE 5 years ago
uml kernel: Deactivate CONFIG_BINFMT_MISC 5 years ago
x86 x86: add modern network modules to Generic target 5 years ago
zynq zynq: convert to multi-variable device title 5 years ago
Makefile