Jonas Gorski
7d6cff4882
kernel: update 3.18 to 3.18.21
...
Changelog:
* https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.21
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46768
2015-09-02 10:18:15 +00:00
John Crispin
27a40c79b0
brcm2708: override disabled device tree module status from config.txt
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 46642
2015-08-17 06:04:48 +00:00
John Crispin
a6e47b8324
brcm2708: fix kmod-sound-soc-iqaudio-dac and add missing symbol
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 46641
2015-08-17 06:04:39 +00:00
John Crispin
22b3e521b5
brcm2708: update 4.1 patches
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 46640
2015-08-17 06:04:32 +00:00
John Crispin
98e122e4cc
brcm2708: use BuildDTB in image/Makefile
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 46639
2015-08-17 06:04:18 +00:00
Jonas Gorski
8e69c9f7ef
image.mk: store the device name variable
...
Make the device name accessible for any build commands instead of
forcing targets to define it themselves.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46597
2015-08-14 13:05:22 +00:00
Jonas Gorski
caa73eb95c
kernel: update 4.1 to 4.1.4
...
Changelog:
* https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.1.4
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
[jogo: fix brcm2708 patches, refresh target patches]
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46560
2015-08-05 13:55:14 +00:00
John Crispin
0afb8e8ac2
brcm2708: add kmod-sound-soc-bcm2708-i2s support
...
This adds support for I2S SoC Audio modules.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 46461
2015-07-24 09:10:14 +00:00
John Crispin
2eab9e03cc
brcm2708: add kmod-video-bcm2835 support
...
This adds BCM2835 camera interface driver as a kernel module.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 46460
2015-07-24 09:10:05 +00:00
Jonas Gorski
cc42b1049b
kernel: refresh patches for 4.1
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46441
2015-07-22 12:51:11 +00:00
John Crispin
84b89e4ec4
brcm2708: add gzip image compression
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 46404
2015-07-17 12:50:52 +00:00
John Crispin
08a416e3b9
brcm2708: add Raspberry Pi Compute Module support
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 46403
2015-07-17 12:49:27 +00:00
John Crispin
f7ac790356
brcm2708: switch to linux 4.1
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 46402
2015-07-17 12:49:09 +00:00
John Crispin
b19a645b40
brcm2708: add upstream (bcm2835) modules and improve downstream ones (bcm2708)
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 46401
2015-07-17 12:48:59 +00:00
John Crispin
208ab54e3e
brcm2708: add linux 4.1 support
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 46399
2015-07-17 12:48:39 +00:00
John Crispin
03b56c9350
brcm2708: split target config into subtargets
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 46398
2015-07-17 12:48:11 +00:00
John Crispin
623da91e4d
brcm2708: remove unneeded base-files
...
Device tree exports board name/model and device LEDs.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 46397
2015-07-17 12:48:02 +00:00
John Crispin
8ef50ec40b
brcm2708: improve profiles and image generation
...
- Add profiles for bcm2708 subtarget.
- Check subtarget for image generation.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 46396
2015-07-17 12:47:50 +00:00
John Crispin
94ef06a8c2
brcm2708: partially revert r46347 to fix sysupgrade
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 46367
2015-07-14 16:24:10 +00:00
John Crispin
2de7910102
brcm2708: Implement sysupgrade
...
Implement sysupgrade for Raspberry Pi, similar to the way it is done on x86:
The config files are saved in the boot partition and moved to where they are
normally expected in preinit.
Also add optional gzip compression for the SD card image, since this can save
a lot of space (76M vs 6M), also similar to x86.
Signed-off-by: Bruno Randolf <br1@einfach.org>
SVN-Revision: 46347
2015-07-14 07:39:10 +00:00
John Crispin
c40f94b0d0
brcm2708: add DT support
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 46344
2015-07-14 07:37:29 +00:00
Hauke Mehrtens
29039f51b3
kernel: refresh patches on linux 3.18
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 46308
2015-07-12 13:47:16 +00:00
Jonas Gorski
901a7fa067
kernel: update 3.18 to 3.18.17
...
Changelog:
* https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.17
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46150
2015-06-30 23:26:09 +00:00
John Crispin
a5a935b49a
brcm2708: fix imagebuilder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45824
2015-05-29 11:28:54 +00:00
Jonas Gorski
76d079204d
kernel: update 3.18 to 3.18.14
...
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
2015-05-21 19:32:46 +00:00
Felix Fietkau
7d6eec16b6
brcm2708: remove a patch that was added in the stable update ( fixes #19253 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44920
2015-03-21 21:24:08 +00:00
Felix Fietkau
17fdf5fb85
brcm2708: fix mkdosfs command line options order
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 44764
2015-03-15 05:18:50 +00:00
John Crispin
fa097e5ae5
kernel: disbale HAMRADIO in generic config
...
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
2015-03-06 07:56:21 +00:00
John Crispin
a29bd8bdbf
brcm2708: add another missing symbol
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 44601
2015-03-05 20:24:39 +00:00
John Crispin
af3b4077bd
brcm2708: add kmod-hwmon-bcm2835 support and more missing symbols
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 44449
2015-02-14 20:48:20 +00:00
John Crispin
9270474941
brcm2708: force uart as the default console for procd and remove nonexistent console
...
procd gets last console from cmdline, so swapping tty1 (framebuffer) and ttyAMA0 (uart) is enough to force procd output via uart
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 44448
2015-02-14 20:48:14 +00:00
John Crispin
dc72499b53
brcm2708: add board detection and LED support
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 44447
2015-02-14 20:48:08 +00:00
John Crispin
0d36998795
brcm2708: fix spidev
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 44434
2015-02-13 07:38:33 +00:00
John Crispin
9b74de00f7
brcm2708: refresh patches
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 44433
2015-02-13 07:38:27 +00:00
John Crispin
2dbcf5e91f
brcm2708: add missing config symbols and fix kernel modules for Raspberry Pi 2 by removing local version
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 44432
2015-02-13 07:38:00 +00:00
John Crispin
fae2ec33d1
brcm2708: add subtarget copyright and use better board names
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 44431
2015-02-13 07:37:55 +00:00
John Crispin
eaec1e41b1
brcm2708: add missing SUBTARGETS:= to makefile
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44405
2015-02-11 13:09:39 +00:00
John Crispin
b67a6f65d6
brcm2708: remove CMA_DEBUG
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 44404
2015-02-11 13:05:37 +00:00
John Crispin
cafc77f74c
brcm2708: add Raspberry Pi 2 support
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 44403
2015-02-11 13:05:31 +00:00
John Crispin
146c9aff27
brcm2708: remove 3.14 support
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 44402
2015-02-11 13:05:23 +00:00
John Crispin
408c969626
brcm2708: update to v3.18
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 44392
2015-02-11 10:17:55 +00:00
John Crispin
5e8bc7088b
brcm2708: missing symbols caused a build fail
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44011
2015-01-17 19:10:40 +00:00
Felix Fietkau
7cc5b6f9e9
all targets: remove all =m kernel config symbols
...
modules build during the kernel compile phase are ignored anyway,
all modules should be built using KernelPackage in
package/kernel/linux/modules/*
selecting the appropriate config symbols there rather than in
target/linux/*/config-*
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43842
2015-01-05 13:02:44 +00:00
Felix Fietkau
45380ebd1a
brcm2708: remove linux 3.10 support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43687
2014-12-13 11:55:11 +00:00
Felix Fietkau
9a495f6bbb
kernel: refresh patches
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43564
2014-12-08 12:04:25 +00:00
Felix Fietkau
c288d2d6d9
kernel: makefiles: make use of new var KERNEL_PATCHVER
...
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
2014-10-24 19:34:02 +00:00
John Crispin
20940138ac
scripts: fix wrong usage of '==' operator
...
[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
2014-10-14 12:21:11 +00:00
Felix Fietkau
f35da063bc
targets: remove useless quotes around KERNELNAME
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42780
2014-10-05 20:17:19 +00:00
Florian Fainelli
54a18b3fe8
brcm2708: switch to 3.14
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42681
2014-09-27 19:11:55 +00:00
Florian Fainelli
3f5cc1882b
brcm2708: add 3.14 support
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42680
2014-09-27 19:11:37 +00:00
Florian Fainelli
6918ea2484
brcm2708: update 3.10 patches with raspberrypi/rpi-3.10.y of 27 Apr. 2014
...
Update the 3.10 rasperry patches by rebasing raspberry/rpi-3.10-y
against linux-stable/v3.10.49.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42678
2014-09-27 19:10:51 +00:00
John Crispin
ba63338d3f
kernel: update to 3.10.49 Signed-off-by: John Crispin <blogic@openwrt.org>
...
SVN-Revision: 41776
2014-07-20 17:31:11 +00:00
John Crispin
91e2f1e9a6
brcm2708: Use uci-defaults for network config
...
By using uci-defaults force_link is enabled, which fixes some link issues if ethernet cable isn't connected when LAN is initialized.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 41583
2014-07-12 06:50:21 +00:00
John Crispin
994e5ce2f9
kernel: update 3.10.36->3.10.44
...
205-fix-headers_install.patch is obseleted by upstream commit 3246a0352e3d58380b9386570f1db1faf7edf8a8
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41351
2014-06-26 13:47:42 +00:00
Gabor Juhos
d2812cb036
kernel: update 3.10 to 3.10.36
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40467
2014-04-12 11:59:07 +00:00
Florian Fainelli
658648d032
brcm2708: add missing configuration symbols
...
Spotted by buildbot and while doing a CONFIG_ALL=y build.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 40462
2014-04-11 22:38:54 +00:00
Gabor Juhos
627baa28d3
kernel: update 3.10 to 3.10.34
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40291
2014-03-27 09:28:33 +00:00
Florian Fainelli
bb39b8d99a
brcm2708: update against latest rpi-3.10.y branch
...
Update our copies of the brcm2708 patches to the latest rpi-3.10-y
rebased against linux-3.10.y stable (3.10.32). This should hopefully
make it easier for us in the future to leverage the raspberry/rpi-*
branches.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39770
2014-02-28 20:30:08 +00:00
Florian Fainelli
2d32b2f771
brcm2708: define KERNELNAME accordingly
...
Define KERNELNAME to Image to get the build system to copy this image
over $(KDIR) automatically for us.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39768
2014-02-28 20:29:40 +00:00
Gabor Juhos
f677b1bc7e
kernel: update 3.10 to 3.10.32
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39707
2014-02-23 10:59:40 +00:00
Gabor Juhos
a2543d72d8
kernel: update 3.10 to 3.10.28
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39399
2014-01-26 11:30:34 +00:00
Gabor Juhos
0e2586a774
kernel: update 3.10 to 3.10.26
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39220
2014-01-11 16:06:37 +00:00
Hauke Mehrtens
952db22551
kernel: update kernel 3.10 to 3.10.24
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39059
2013-12-15 19:16:30 +00:00
Gabor Juhos
f1ef0b92be
kernel: update 3.10 to 3.10.21
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38972
2013-12-01 09:59:53 +00:00
Gabor Juhos
35656042f1
kernel: update 3.10 to 3.10.18
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38652
2013-11-05 08:25:45 +00:00
Gabor Juhos
b6b06000eb
kernel: update 3.10 to 3.10.17
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38506
2013-10-23 12:51:05 +00:00
Hauke Mehrtens
81e2f00367
kernel: update kernel to 3.10.15
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38384
2013-10-13 19:28:29 +00:00
Gabor Juhos
9c8a5ef115
kernel: update 3.10 to 3.10.13
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38228
2013-09-27 07:19:21 +00:00
Felix Fietkau
c8609ab4f8
build: unify arm target cflags
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38211
2013-09-26 17:53:20 +00:00
Gabor Juhos
554772a665
kernel: update 3.10 to 3.10.12
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38000
2013-09-15 16:00:41 +00:00
Gabor Juhos
d120ec18b2
kernel: update 3.10 to 3.10.10
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37890
2013-09-02 19:12:54 +00:00
Gabor Juhos
043edd8074
kernel: update 3.10 to 3.10.9
...
Also refresh 3.10 patches.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37832
2013-08-23 17:31:04 +00:00
Felix Fietkau
28d03a9983
kernel: update remaning platforms accidentally left out of r37617
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37619
2013-07-30 08:00:25 +00:00
Gabor Juhos
e9688455f6
kernel: update 3.10 to 3.10.3
...
Also refresh 3.10 patches.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37546
2013-07-26 07:19:58 +00:00
Gabor Juhos
ef944dcb85
kernel: update 3.10 to 3.10.2
...
Also refresh 3.10 patches.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37502
2013-07-22 15:31:13 +00:00
Gabor Juhos
187a69c631
linux: move more ARM_ERRATA symbols to the generic config
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37470
2013-07-20 07:43:54 +00:00
Gabor Juhos
c8933c968f
linux: remove duplicated 3.10 symbols from target config files
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37467
2013-07-20 07:21:52 +00:00
Hauke Mehrtens
06accca1d7
kernel: update to kernel 3.10.1 and refresh patches
...
SVN-Revision: 37275
2013-07-13 22:45:09 +00:00
Florian Fainelli
01865ae1cf
brcm2708: drop support for 3.3 kernel
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37236
2013-07-10 19:43:11 +00:00
Florian Fainelli
110687b491
brcm2708: package the i2c master driver module
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37235
2013-07-10 19:43:07 +00:00
Florian Fainelli
c263d5725b
brcm2708: package the SPI master controller driver
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37234
2013-07-10 19:43:02 +00:00
Florian Fainelli
f2ff0e9259
brcm2708: package the HW random module
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37232
2013-07-10 19:42:53 +00:00
Florian Fainelli
44d22771ae
brcm2708: update maintainership
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37220
2013-07-09 20:53:13 +00:00
Florian Fainelli
15da5cfcdb
brcm2708: switch to 3.10 kernel
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37219
2013-07-09 20:53:08 +00:00
Florian Fainelli
de69c9edb0
brcm2708: add support for 3.10 kernel
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37218
2013-07-09 20:52:49 +00:00
Jonas Gorski
b751b5893c
brcm2708: make it boot on revision 2 raspberry pis
...
* update the bootcode.bin to the newest version
- gpu/cpu mem split is now configured through config.txt, so no need
to create more than one sd card image (just edit the config.txt)
- bootcode.bin now supports the never revision 2 raspberry pis
* add a commented prepopulated config.txt for easier config changes
Taken from <https://github.com/Evilpaul/RPi-config >
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36668
2013-05-20 12:07:03 +00:00
Felix Fietkau
96bb7c123b
build: consistently use 'depends on' instead of 'depends'
...
make the syntax more compatible with kernel menuconfig
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36351
2013-04-17 15:36:41 +00:00
Florian Fainelli
1e103b2ecc
target: enable XZ BCJ decompressor code after r35097
...
Required to actually be able to mount squashfs xz compressed
filesystems.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35156
2013-01-14 16:34:25 +00:00
Gabor Juhos
1f516235ea
remove common symbols from 3.3 configs
...
The removed symbols are present in the generic configuration.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34403
2012-11-29 15:21:35 +00:00
Gabor Juhos
e91dc2e5b3
target: refresh all target configs with kconfig.pl
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33987
2012-10-29 10:11:05 +00:00
Florian Fainelli
4a67ccb163
get rid of the IRQF_SAMPLE_RANDOM flag
...
SVN-Revision: 33558
2012-09-26 12:53:58 +00:00
John Crispin
6c9d20d6e7
tools/firmware-utils/ptgen option to use MB rounding
...
SVN-Revision: 33218
2012-08-22 09:22:38 +00:00
Florian Fainelli
46611b2cbf
add more missing config symbols
...
SVN-Revision: 32884
2012-07-26 17:03:08 +00:00
John Crispin
94a550cc87
cleanup config-3.3, remove =m
...
SVN-Revision: 32835
2012-07-25 09:05:18 +00:00
John Crispin
0e9e7dcd10
adds target used by rapsberry pi
...
Add support for Raspberry Pi / brcm2708 / 2835
Signed-off-by: Ian Ridge <ianridge [at] gmail.com>
SVN-Revision: 32825
2012-07-24 20:39:17 +00:00