immortalwrt/package
BERENYI Balazs 45e3ff8395 kirkwood: Add support for Sheevaplug
Globalscale SheevaPlug:
* Marvell Kirkwood 88F6281
* 512 MB SDRAM
* 512 MB Flash
* Gigabit Network
* USB 2.0
* SD slot
* Serial console

The device is supported in mainline uboot/linux the commit adds only
some openwrt config for building an image.

Installation:
1 - Update uboot:
setenv ipaddr '192.168.0.111'
setenv serverip '192.168.0.1'
tftpboot u-boot.kwb
nand erase 0x0 0x100000
nand write 0x800000 0x0 0x100000
reset
2 - Install OpenWRT:
setenv ethaddr 00:50:43:01:xx:xx
saveenv
setenv ipaddr '192.168.0.111'
setenv serverip '192.168.0.1'
tftpboot openwrt-kirkwood-globalscale_sheevaplug-squashfs-factory.bin
nand erase.part ubi
nand write 0x800000 ubi 0x600000
reset

Signed-off-by: BERENYI Balazs <balazs@wee.hu>
Reviewed-by: Pawel Dembicki <paweldembicki@gmail.com>
[add vendor name for uboot-kirkwood, merge patches, copy to 5.10,
add AUTORELEASE for uboot-kirkwood, refresh patches]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2021-06-07 23:25:04 +08:00
..
base-files Revert "base-files: generate network config with "device" options" 2021-05-28 21:29:34 +08:00
boot kirkwood: Add support for Sheevaplug 2021-06-07 23:25:04 +08:00
devel Merge Mainline 2021-05-26 17:14:27 +08:00
emortal Merge Mainline 2021-05-24 00:19:38 +08:00
firmware Merge Mainline 2021-05-31 18:55:44 +08:00
kernel mac80211: Update to backports-5.10.42 2021-06-07 00:05:26 +08:00
libs Merge Mainline 2021-05-26 17:14:27 +08:00
network hostapd: configure inter-AP communication interface for 802.11r 2021-06-06 23:17:51 +08:00
system Merge Mainline 2021-05-31 18:55:44 +08:00
utils Merge Mainline 2021-05-26 17:14:27 +08:00
Makefile Merge Mainline 2021-05-13 23:01:12 +08:00