summaryrefslogtreecommitdiffstats
path: root/target/linux/sunxi
Commit message (Collapse)AuthorAgeFilesLines
* sunxi: enable CONFIG_EXPERTHauke Mehrtens2015-07-121-1/+0
| | | | | | | | | - only sunxi has this disabled - unify kernel configuration across platforms Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 46307
* sunxi: correct default package selection, fixes imagebuilderJo-Philipp Wich2015-05-291-1/+2
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45839
* sunxi: use common image prefixJo-Philipp Wich2015-05-271-3/+3
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45788
* kernel: update 3.18 to 3.18.14Jonas Gorski2015-05-2119-123/+20
| | | | | | | | | | | | | | Changelogs: * https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.12 * https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.13 * https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.14 Build tested on brcm63xx and ipq806x, runtested on brcm63xx. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 45711
* sunxi: don't enable ARMTHUMB XZ BCJ filter in kernelJohn Crispin2015-04-101-1/+1
| | | | | | | | | | | Having CONFIG_XZ_DEC_ARMTHUMB enabled breaks squashfs when ARM BCJ filter was used to create the filesystem (and that's what we do on all ARM targets). Thus unset CONFIG_XZ_DEC_ARMTHUMB to fix squashfs on sunxi. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 45347
* sunxi: drop 3.14 supportJohn Crispin2015-03-16128-19237/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44824
* kernel: move KERNFS to generic configJohn Crispin2015-03-061-1/+0
| | | | | | | | KERNFS symbol is selected by SYSFS, so place it in generic config. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44615
* kernel: disable ARCH_NEEDS_CPU_IDLE_COUPLEDJohn Crispin2015-03-062-2/+0
| | | | | | | | | Disable ARCH_NEEDS_CPU_IDLE_COUPLED by-default in generic config, since only one platfrom (omap) needs them. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44614
* kernel: disbale HAMRADIO in generic configJohn Crispin2015-03-062-2/+0
| | | | | | | | | | | | | | | HAMRADIO enabled in all generic configs, but no one platform directly use related drivers/protocols. This symbol is only used for kmod-ax25 package modules. Furthermore, half of platforms explicitly disables this symbol, what silently disables build of modules for kmod-ax25 package. So disable HAMRADIO by-default in generic config, add it to kmod-ax25 package and remove it from platform specific configs. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44613
* kernel: move MTD_SPLIT_SUPPORT to generic configJohn Crispin2015-03-061-1/+0
| | | | | | | | | | | CONFIG_MTD_SPLIT_SUPPORT symbol default value is 'y' and many platform specific configs explicitly enables it, while no one platform disables this symbol. So place it in generic config and remove from platform specific configs. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44612
* kernel: remove GENERIC_NET_UTILS from platform configsJohn Crispin2015-03-061-1/+0
| | | | | | | | | | CONFIG_GENERIC_NET_UTILS is selected by CONFIG_NET and already enabled in generic config, so we don't need this symbol in platform specific configurations. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44611
* sunxi: A20-OLinuXino-Lime profile rename leftoverNicolas Thill2015-02-121-1/+1
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 44423
* linux/sunxi: rename A20-OLinuXino-Lime profileNicolas Thill2015-02-081-4/+4
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 44322
* sunxi: disable MMC debugging in kernel configZoltan Herpai2015-01-301-1/+1
| | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 44216
* sunxi: workaround switch being uninitialized on netifd startupZoltan Herpai2015-01-301-0/+17
| | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 44215
* sunxi: add support for Lamobo R1Zoltan Herpai2015-01-306-1/+293
| | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 44214
* sunxi: use sunxi_board_name when generating default network settingsZoltan Herpai2015-01-301-15/+6
| | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 44213
* sunxi: introduce sunxi_board_name() in /lib/sunxi.shZoltan Herpai2015-01-301-0/+9
| | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 44212
* sunxi: implement board_detect for device-tree kernelsZoltan Herpai2015-01-301-38/+130
| | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 44211
* sunxi: update Olimex A13 SOM profileZoltan Herpai2015-01-182-5/+5
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 44040
* sunxi: change bananapro DTS to use the already published patch, clean up ↵Zoltan Herpai2015-01-102-77/+86
| | | | | | | | 3.18 config of generic symbols Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 43922
* sunxi: bump kernel to 3.18 - refresh patches - add bananapro, cubietruck, ↵Zoltan Herpai2015-01-0910-123/+334
| | | | | | | | mele_m9 support Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 43900
* sunxi: fix led on bananapiZoltan Herpai2014-12-121-4/+4
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 43661
* kernel: drop CONFIG_PROC_DEVICETREE in 3.18Luka Perkov2014-12-101-1/+0
| | | | | | | | This option was removed in upstream commit 8357041. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 43607
* kernel: refresh patchesFelix Fietkau2014-12-0830-1005/+644
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43564
* sunxi: add config for 3.18Zoltan Herpai2014-11-211-0/+529
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 43338
* sunxi: add initial 3.18 supportZoltan Herpai2014-11-2118-0/+3863
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 43337
* sunxi: fix network config on A20-OLinuXino-LIMENicolas Thill2014-11-061-1/+2
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 43190
* sunxi: add support for Olimex A20-OLinuXino-LIMENicolas Thill2014-11-063-0/+177
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 43189
* sunxi: move cubietruck dts into patches [3.14]Zoltan Herpai2014-11-042-77/+24
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 43183
* sunxi: move IR patch for bananapiZoltan Herpai2014-11-041-0/+0
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 43182
* sunxi: move bananapi dts into patches [3.14]Zoltan Herpai2014-11-043-160/+166
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 43181
* sunxi: move pcduino3 dts into patches [3.14]Zoltan Herpai2014-11-043-153/+159
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 43180
* sunxi: update devtree name in network setup for pcduino3 as preparing for 3.18Zoltan Herpai2014-11-021-0/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 43149
* kernel: makefiles: make use of new var KERNEL_PATCHVERFelix Fietkau2014-10-241-1/+1
| | | | | | | | | | | replace all occurences of LINUX_VERSION with the cleaner approach. future kernel upgrades must mostly touch only one file. the only platform left is netlogic, because it uses a intermediate kernel 3.14.16 Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 43047
* scripts: fix wrong usage of '==' operatorJohn Crispin2014-10-141-1/+1
| | | | | | | | | | | | | | [base-files] shell-scripting: fix wrong usage of '==' operator normally the '==' is used for invoking a regex parser and is a bashism. all of the fixes just want to compare a string. the used busybox-ash will silently "ignore" this mistake, but make it portable/clean at least. this patch does not change the behavior/logic of the scripts. Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 42911
* targets: remove useless quotes around KERNELNAMEFelix Fietkau2014-10-051-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42780
* sunxi: re-add rootfs build when no profile is set, fixes #17980, thanks.Zoltan Herpai2014-10-051-0/+2
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42775
* sunxi: add profile for Olimex A13 SOMZoltan Herpai2014-09-281-0/+18
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42693
* sunxi: enable GPIO_SYSFSZoltan Herpai2014-09-221-0/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42643
* sunxi: add AXP209 to pcDuino3Zoltan Herpai2014-09-211-0/+18
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42636
* sunxi: enable AXP209 on BananaPi as wellZoltan Herpai2014-09-211-0/+18
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42635
* sunxi: enable AXP209 regulatorZoltan Herpai2014-09-211-1/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42634
* sunxi: add sunxi-ir moduleZoltan Herpai2014-09-211-0/+20
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42631
* sunxi: add support for infra receiver on A20, along with IR-related ↵Zoltan Herpai2014-09-216-0/+2073
| | | | | | | | backports from 3.15 Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42630
* sunxi: remove 3.13 supportZoltan Herpai2014-09-21172-20084/+0
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42628
* sunxi: update gmac with adding correct regulators on bananapiZoltan Herpai2014-09-191-0/+47
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42616
* sunxi: backport late clock fixes from 3.15Zoltan Herpai2014-09-191-0/+31
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42615
* sunxi: update dts for pcduino3 and bananapi with regulatorsZoltan Herpai2014-09-172-0/+42
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42608
* sunxi: add usb ohci supportZoltan Herpai2014-09-171-0/+2
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42607