aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood/patches-3.10/110-ib62x0.patch
Commit message (Collapse)AuthorAgeFilesLines
* kirkwood: drop 3.10 supportLuka Perkov2014-08-081-87/+0
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 42077
* kirkwood: update support for ib62x0Luka Perkov2014-02-151-11/+15
| | | | | | | | | | | | | | | | The board is optimized for ubi(fs) and boots OpenWrt without changes to uboot environment if OpenWrt's uboot package is used. In order to flash the image run following commands in uboot shell: nand erase 0x200000 0xfe00000 ubi part root ; ubi remove rootfs ; ubi create rootfs tftpboot 0x800000 openwrt-kirkwood-ib62x0-rootfs.ubifs ; ubi write 0x800000 rootfs ${filesize} ; reset Signed-off-by: Luka Perkov <luka@openwrt.org> Tested-by: Luka Perkov <luka@openwrt.org> CC: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39592
* kirkwood: add support for UBI (3.10.x)Luka Perkov2013-10-041-3/+2
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38301
* kirkwood: update patches and configuration (3.10)Luka Perkov2013-10-031-0/+84
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38295