summaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood
Commit message (Collapse)AuthorAgeFilesLines
* target/linux/*/image/Makefile: use new dts path variableJohn Crispin2014-07-211-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41791
* kernel: update to 3.10.49 Signed-off-by: John Crispin <blogic@openwrt.org>John Crispin2014-07-201-1/+1
| | | | SVN-Revision: 41776
* kernel: sort Kconfig options in kernel configsGabor Juhos2014-07-132-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 41614
* kernel: update 3.10.36->3.10.44John Crispin2014-06-261-1/+1
| | | | | | | | 205-fix-headers_install.patch is obseleted by upstream commit 3246a0352e3d58380b9386570f1db1faf7edf8a8 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41351
* kirkwood: move kirkwood.sh to /lib/ for consistencyLuka Perkov2014-06-263-2/+2
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 41338
* kirkwood: base-files: use /lib/functions/kirkwood.shLuka Perkov2014-06-242-13/+23
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 41336
* kirkwood: base-files: add script to detect board name and populate /tmp/sysinfoLuka Perkov2014-06-241-0/+58
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 41335
* kernel: update 3.14 to 3.14.8Luka Perkov2014-06-241-1/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 41309
* kernel: make sure the new UBIBLOCK symbol does not break buildsJohn Crispin2014-06-112-0/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41134
* kernel: add a NAND_SUPPORT symbolJohn Crispin2014-06-111-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41122
* kirkwood: cosmetic: move POGOE02 profile to different fileLuka Perkov2014-05-282-21/+15
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40873
* kirkwood: add support for Linksys EA4500Luka Perkov2014-05-285-2/+203
| | | | | | | Support is added only for kernel 3.14 - do not show it until the switch is made. Following uboot env changes are needed to make it work on stock uboot:
* kirkwood: add Pogoplug E02 kernel support for 3.14Luka Perkov2014-05-232-1/+128
| | | | | | | | This also fixes a typo in the UBIFS_OPTS Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> SVN-Revision: 40827
* kirkwood: add support for 3.14Luka Perkov2014-05-214-0/+397
| | | | | | | | * support for pogoplug_e02 is missing Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40808
* kernel: update 3.10 to 3.10.36Gabor Juhos2014-04-121-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40467
* kernel: update 3.10 to 3.10.34Gabor Juhos2014-03-271-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40291
* kernel: update 3.10 to 3.10.32Gabor Juhos2014-02-232-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39707
* kirkwood: dockstar: remove sata from packagesLuka Perkov2014-02-161-1/+0
| | | | | | | | The dockstar doesn't have any sata ports. Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 39596
* kirkwood: add support for Seagate GoFlexNetLuka Perkov2014-02-162-0/+20
| | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 39595
* kirkwood: update support for dockstarLuka Perkov2014-02-152-3/+35
| | | | | | | | | | | | | | | | 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-dockstar-rootfs.ubifs ; ubi write 0x800000 rootfs ${filesize} ; reset Signed-off-by: Luka Perkov <luka@openwrt.org> Tested-by: Alexander Couzens <lynxis@fe80.eu> CC: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39593
* 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: update support for iconnectLuka Perkov2014-02-154-19/+62
| | | | | | | | | | | | | | | | | | Previous patch was pushed due to false user report. While at it fix alphabetic ordering. 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 0x1fe00000 ubi part root ; ubi remove rootfs ; ubi create rootfs tftpboot 0x800000 openwrt-kirkwood-iconnect-rootfs.ubifs ; ubi write 0x800000 rootfs ${filesize} ; reset Signed-off-by: Luka Perkov <luka@openwrt.org> CC: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39591
* kernel: update 3.10 to 3.10.28Gabor Juhos2014-01-261-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39399
* kernel: update 3.10 to 3.10.26Gabor Juhos2014-01-112-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39220
* kernel: update kernel 3.10 to 3.10.24Hauke Mehrtens2013-12-151-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39059
* kernel: update 3.10 to 3.10.21Gabor Juhos2013-12-011-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38972
* kirkwood: include ext4 support by defaultLuka Perkov2013-11-241-0/+6
| | | | | | | | Several users reported that they would like this feature. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38901
* kirkwood: kernel: add missing config optionLuka Perkov2013-11-241-0/+1
| | | | | | | | Buildbot found missing config option for target kirkwood. Signed-off-by: Jiri Slachta <slachta@cesnet.cz> SVN-Revision: 38900
* kirkwood: drop unnecessary argument from *_UBIFS_OPTS variablesLuka Perkov2013-11-232-3/+3
| | | | | | | | The '-U' aka '--squash-uids' is already used in Image/mkfs/ubifs function. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38898
* kirkwood: add support for iomega iconnectLuka Perkov2013-11-232-0/+18
| | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> Signed-off-by: Daniel Engberg <daniel.engberg@pyret.net> SVN-Revision: 38897
* kirkwood: add missing kernel config CONFIG_REGMAP=yHauke Mehrtens2013-11-171-1/+1
| | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 38837
* kirkwood: add support for dockstarLuka Perkov2013-11-062-0/+20
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38664
* kernel: update 3.10 to 3.10.18Gabor Juhos2013-11-057-16/+16
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38652
* kirkwood: add userland support for Pogoplug E02Luka Perkov2013-10-314-0/+31
| | | | | | | | | This patch adds the userland support for the Pogoplug E02 by Cloud Engines, Inc. Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> SVN-Revision: 38631
* kirkwood: add Pogoplug E02 Kernel supportLuka Perkov2013-10-311-0/+130
| | | | | | | | This patch adds a DTS file for the Pogoplug E02 by Cloud Engines, Inc. Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> SVN-Revision: 38630
* kirkwood: extend image/MakefileLuka Perkov2013-10-311-17/+34
| | | | | | | | | | | * use lower case letters in generated images * extend support for boot/ directory * fix some typos Signed-off-by: Luka Perkov <luka@openwrt.org> Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> SVN-Revision: 38629
* build: make MkuImage more genericLuka Perkov2013-10-231-8/+8
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38516
* kernel: update 3.10 to 3.10.17Gabor Juhos2013-10-231-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38506
* kirkwood: drop 3.3.x kernel versionLuka Perkov2013-10-149-1238/+0
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38404
* kirkwood: upgrade to 3.10.15Luka Perkov2013-10-147-56/+128
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38402
* kirkwood: enable appended dtb (3.10.x)Luka Perkov2013-10-131-1/+4
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38379
* ubifs: enable building modular imagesLuka Perkov2013-10-121-2/+14
| | | | | | | | | Now it is possible to build ubi/ubifs images for only selected boards inside single target. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38375
* kirkwood: add support for UBI (3.10.x)Luka Perkov2013-10-044-8/+54
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38301
* kirkwood: enable dts compilationLuka Perkov2013-10-031-0/+6
| | | | | | | | In 3.10 we might build those, so for now just add this functionality. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38297
* kirkwood: fix initramfs imagesLuka Perkov2013-10-031-2/+4
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38296
* kirkwood: update patches and configuration (3.10)Luka Perkov2013-10-0334-869/+1638
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38295
* kirkwood: drop PROFILE from image namesLuka Perkov2013-10-021-3/+3
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 38281
* kirkwood: add linux 3.10 supportLuka Perkov2013-10-0228-0/+4860
| | | | | | | | | Backport appropriate patches to allow using device tree only board defintions. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 38280
* kirkwood: prepare for 3.10Luka Perkov2013-10-028-0/+0
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38279
* kirkwood: explicitly set CPU_TYPE to xscaleLuka Perkov2013-10-021-1/+2
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38278