aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
Commit message (Collapse)AuthorAgeFilesLines
...
* kernel: add some config optionsLuka Perkov2013-11-062-0/+6
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38660
* ar71xx: image: fix WNDR4300 initramfs image generationGabor Juhos2013-11-051-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38659
* ar71xx: image: allow to use optional parameters for MkuImageLzma/initramfsGabor Juhos2013-11-051-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38658
* update for 3.12 finalImre Kaloz2013-11-051-11/+11
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38657
* brcm47xx: fix detection of Asus RT-N12B1 and Netgear WNR3500LHauke Mehrtens2013-11-051-1/+10
| | | | | | | | This closes #14367 and #14328. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38656
* ar71xx: generate recovery image for WNDR4300Gabor Juhos2013-11-052-2/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extended the Makefile to generate a working factory reset image for Netgear WNDR4300. The image uses UBI with two volumes squashfs (rootfs) and JFFS2 (rootfs_data). In order to make stock U-Boot happy, a fake rootfs image is placed into the last erase block of the kernel partition. Signed-off-by: Stefan Agner <stefan@agner.ch> [juhosg: - restore the NetgearNAND/initramfs macro, - remove unused {Squash,Ubi}fsTemplate macros, - remove board specific mtd options from CONFIG_CMDLINE, append the board specific ubi.mtd parameter to the kernel command line instead, - increase kernel partition size to 2MiB, - use board specific ini file for ubinize, - put jffs2 eof mark into the rootfs_data ubi volume, - use KDIR_TMP for temporary images, - use the squashfs-raw image, - increase kernel partition size to 2MiB, - use a local ubinize macro, - fix macro parameter comments, - put the fake rootfs into the last erase block of the kernel partition, - move Image/Build/NetgearNAND/buildkernel macro before define Image/Build/NetgearNAND, - don't use the wndr3700 utility, use '-M' parameter of mkimage to set the uImage magic, - use '-recovery' suffix for the generated image, it is only usable via the fw_recovery function of the bootloader, - update commit log] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38655
* kernel: update 3.10 to 3.10.18Gabor Juhos2013-11-0541-121/+97
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38652
* sunxi: add new targetLuka Perkov2013-11-0510-0/+445
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38651
* imx6: drop unused variable from MakefileLuka Perkov2013-11-051-2/+0
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38650
* ar71xx: move WNDR4300 profile to the nand subtargetGabor Juhos2013-11-043-15/+25
| | | | | | | Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38647
* ar71xx: Add new subtarget nand for WNDR4300Gabor Juhos2013-11-043-1/+117
| | | | | | | | | | | | | | | | | | | | | | | | | Add new subtarget nand with UBI/UBIFS including GLUEBI and squashfs. This target will be used for NAND based router which make use of UBI (and maybe UBIFS later on) in order to provide proper NAND support. Signed-off-by: Stefan Agner <stefan@agner.ch> [juhosg: - tweak target.mk: change BOARDNAME variable, improve Target/Description, remove targz and ubifs from FEATURES and add broken flag, - optimize kernel configuration: disable ubifs, it is not used yet, disable unused MTD options, disable SPI support disable unused network drivers, tune kernel command line, - remove image/ubinize.cfg, it will be in a follow-up patch - move profile modifications into a separate patch] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38646
* ar71xx: remove yaffs from the generic rootfstype listGabor Juhos2013-11-041-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38645
* ar71xx: image: dd root.* images in fs specific macrosGabor Juhos2013-11-041-3/+9
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38644
* kernel/3.1[02]: move MTD root device setup code to mtdcoreGabor Juhos2013-11-0416-58/+94
| | | | | | | | | | The current code only allows to automatically set root device on MTD partitions. Move the code to MTD core to allow to use it with all MTD devices. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38643
* kernel: refresh kernel configs with kconfig.plGabor Juhos2013-11-044-416/+415
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38642
* kernel: add some config optionsHauke Mehrtens2013-11-036-0/+33
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38640
* kernel: bgmac: update backport patchHauke Mehrtens2013-11-038-39/+451
| | | | | | | | This adds some more bgmac patches from mainline kernel. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38637
* ar71xx: image: only define profiles for the generic subtargetGabor Juhos2013-11-011-1/+4
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38636
* ar71xx: image: add IMAGE_PROFILE variableGabor Juhos2013-11-011-3/+5
| | | | | | | | | Ensures that the 'Default' images are generated even if the subtarget has no profiles. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38635
* ar71xx: always enable hw ecc support for the ar934x-nfc moduleGabor Juhos2013-11-011-1/+3
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38634
* kernel: add missing config optionsHauke Mehrtens2013-11-017-1/+8
| | | | | | | | The buildbots found some new missing config options. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38633
* 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
* imx6: minor image cleanupLuka Perkov2013-10-311-2/+2
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38628
* imx6: update patchesLuka Perkov2013-10-3019-152/+220
| | | | | | | | Changes include PCI fixes and various upstream pending patches. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38624
* kernel: add some missing config optionsHauke Mehrtens2013-10-306-0/+17
| | | | | | | | This was spotted by the buildbots. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38604
* ramips: enable building of TEW-692GR imagesGabor Juhos2013-10-301-1/+1
| | | | | | | | | | | | | The TEW-692GR images are missing since r36169. Uncomment the board specific macro in image/Makefile, in order to generate those again. Only build tested. No idea if the the image works or not, I have bricked my TEW-692GR a few months ago. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38603
* ramips: fix number of GPIOs for RT3352Gabor Juhos2013-10-301-1/+1
| | | | | | | | The RT3352 SoC only supports 46 GPIO lines. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38602
* ramips: remove trailing whitespaces from .dts{,i} filesGabor Juhos2013-10-3012-18/+18
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38601
* ar71xx: move subtarget specific features to target.mkGabor Juhos2013-10-303-1/+3
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38600
* ar71xx: don't build uImages for the mikrotik subtargetGabor Juhos2013-10-301-0/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38598
* ar71xx: disable non Mikrotik boards in the mikrotik subtargetGabor Juhos2013-10-301-0/+82
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38597
* ar71xx: fix Kconfig symbol selection for RB95x/RB2011Gabor Juhos2013-10-309-14/+17
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38596
* ar71xx: move CONFIG_MTD_NAND_AR934X_HW_ECC option to subtarget configGabor Juhos2013-10-302-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38595
* generic: mtdsplit_uimage: add uImage magic for the WRN2200 boardGabor Juhos2013-10-301-0/+2
| | | | | | | | | Should fix boot failure on the WNR2200 boards. Compile tested only. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38594
* ar71xx: add profile and build image for the BXU2000n-2 A1 boardGabor Juhos2013-10-302-0/+19
| | | | | | | | | | | | Patchwork: http://patchwork.openwrt.org/patch/4183/ Signed-off-by: Terry Yang <yangbo@bhunetworks.com> [juhosg: - remove MultiProfile, it makes no sense for a single board - move SingleProfile call and the mtdlayout to a different location keep things sorted (well, almost)] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38593
* ar71xx: add user-space support for the BXU2000n-2 A1 boardGabor Juhos2013-10-304-0/+11
| | | | | | | | Patchwork: http://patchwork.openwrt.org/patch/4183/ Signed-off-by: Terry Yang <yangbo@bhunetworks.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38592
* ar71xx: add kernel support for BHU Networks BXU2000n-2 A1 boardGabor Juhos2013-10-303-0/+160
| | | | | | | | | | | | | | BXU2000n-2 A1 is a BHU Networks WLAN board, use ar9341 chip. Patchwork: http://patchwork.openwrt.org/patch/4183/ Signed-off-by: Terry Yang <yangbo@bhunetworks.com> [juhosg: - rename and refresh kernel patch, - fix some checkpatch warnings and adjust whitespaces in mach-bhu-bxu2000n2-a.c] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38591
* ar71xx: add user space support for the Sitecom WLR-8100 wireless routerGabor Juhos2013-10-303-1/+8
| | | | | | | | Patchwork: http://patchwork.openwrt.org/patch/4148/ Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38590
* ar71xx: add kernel support for the Sitecom WLR-8100 wireless routerGabor Juhos2013-10-303-0/+262
| | | | | | | | | | | | - unsure about copyright message - based on AP136-010 Patchwork: http://patchwork.openwrt.org/patch/4147/ Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> [juhosg: rename and refresh kernel patch] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38589
* ar71xx: add profile and build image for the Dragino2 boardGabor Juhos2013-10-302-0/+19
| | | | | | | | | Patchwork: http://patchwork.openwrt.org/patch/4234/ Signed-off-by: Pau Escrich <p4u@dabax.net> [juhosg: remove kernel+rootfs partition and use uimage split instead] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38588
* ar71xx: add kernel support for DRAGINO2Gabor Juhos2013-10-303-0/+167
| | | | | | | | | | | | | | | | | | | This patch adds support for DRAGINO2 board (used by Meshpotato v2). Most of the files included can be found in the official svn repository provided by the company [1]. I have just adapt it to the last OpenWrt trunk revision (Fri Oct 4 10:49:47 2013). 1. http://svn.dragino.com/dragino2 Patchwork: http://patchwork.openwrt.org/patch/4234/ Signed-off-by: Pau Escrich <p4u@dabax.net> [juhosg: - rename and refresh kernel patch, - fix checkpatch warnings in mach-dragino2.c] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38587
* imx6: update gateworks profile with extra packagesLuka Perkov2013-10-301-3/+6
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38579
* imx6: add initial 3.12 supportLuka Perkov2013-10-2921-0/+4124
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38574
* imx6: use upstream gateworks board namesLuka Perkov2013-10-294-7/+11
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38573
* kernel: refresh 3.12 patches on -rc7 releaseLuka Perkov2013-10-297-18/+18
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38572
* imx6: update 3.10 patchesLuka Perkov2013-10-2912-27/+489
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38571
* kernel: add missing config optinonsHauke Mehrtens2013-10-281-0/+2
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38570
* kernel: jffs2: ignore bad blocks after the end-of-filesystem markerFelix Fietkau2013-10-282-10/+16
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38568