Gabor Juhos
c0f73ac607
generic: convert yaffs to use kuid_t and kgid_t on 3.6+
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34280
2012-11-20 17:45:24 +00:00
Gabor Juhos
188908e885
ar71xx: make rb750_nand driver compatible with 3.7
...
Also add compatibility patches for the currently
supported kernels.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34279
2012-11-20 16:29:43 +00:00
Gabor Juhos
8194237789
ar71xx: make ar934x_nfc driver compatible with 3.7
...
Also add compatibility patches for the currently
supported kernels.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34278
2012-11-20 16:29:42 +00:00
Gabor Juhos
4468fd7ae4
ar71xx: refresh rb4xx_nand patch
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34277
2012-11-20 15:53:17 +00:00
Gabor Juhos
46a3b818b9
ar71xx: remove buffer verification reference from rb4xx_nand.c
...
It is a dead code.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34276
2012-11-20 14:40:22 +00:00
Gabor Juhos
674b91ce0e
ar71xx: fix GPIO function selection for AR934x
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34275
2012-11-20 14:27:17 +00:00
Gabor Juhos
d833ca527d
ar71xx: restore rb4xx kernel partition size to the original value
...
The new lzma compressed elf kernel image fits into
that, even on devices with large page NAND chips.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34274
2012-11-20 12:17:45 +00:00
Gabor Juhos
33a99ce46b
ar71xx: install lzma compressed elf kernel image from wget2nand
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34273
2012-11-20 12:17:44 +00:00
Gabor Juhos
68b5aa2fdf
ar71xx/image: provide lzma compressed elf kernel image
...
This will be used on the RB4xx/RB7xx/RB2011 boards.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34272
2012-11-20 12:17:43 +00:00
Gabor Juhos
97867f8717
ar71xx/image: relink loader.elf image to LOADADDR
...
This allows to load the resulting image directly
from RouterBOOT.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34271
2012-11-20 12:17:41 +00:00
Gabor Juhos
dd092fd10c
ramips: set clk_is_20mhz for rt2x00 on RT3352/RT5350
...
Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34270
2012-11-20 07:19:10 +00:00
Gabor Juhos
6c1fbb2d5c
mac80211/rt2x00: add rf_vals for Rt3352 with Xtal=20MHz
...
[juhosg: move ramips specific stuff into a followup patch]
Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34269
2012-11-20 07:19:09 +00:00
Gabor Juhos
8e4cefc7f8
refresh all kernel configurations
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34267
2012-11-20 07:19:06 +00:00
Jonas Gorski
8dc72c5c4d
Revert "target specific patches have nothing to do in generic.."
...
This reverts commit r34230, as it is causing build failures:
make[3] -C package/mtd compile
imagetag.c:35:32: fatal error: linux/bcm963xx_tag.h: No such file or directory
compilation terminated.
make[4]: *** [imagetag.o] Error 1
Any patches modifying exported kernel headers need to reside in generic
as toolchain/kernel-headers only applies generic patches.
SVN-Revision: 34255
2012-11-19 12:38:26 +00:00
Imre Kaloz
4c043300fc
fix 820-usb_add_usb_find_device_by_name.patch
...
SVN-Revision: 34254
2012-11-19 10:56:09 +00:00
Hauke Mehrtens
4fa5781a95
kernel: refresh patches
...
SVN-Revision: 34253
2012-11-18 21:40:30 +00:00
Hauke Mehrtens
86cc79ac98
brcm47xx: add support for kernel 3.6
...
This is based on the patch by Peter Wagner.
SVN-Revision: 34252
2012-11-18 21:27:00 +00:00
Hauke Mehrtens
db763080f4
kernel: add missing generic config options for 3.6+
...
SVN-Revision: 34250
2012-11-18 20:54:53 +00:00
Hauke Mehrtens
c159c7a462
kernel: add CONFIG_XZ_DEC=y to generic
...
CONFIG_SQUASHFS_XZ selects CONFIG_XZ_DEC so this could also be moved.
SVN-Revision: 34249
2012-11-18 20:48:53 +00:00
Gabor Juhos
d577d69838
ar71xx: use custom LZMA dictionary size for WNDR3700 images
...
Based on a patch by Hannu Nyman.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34248
2012-11-18 20:25:13 +00:00
Imre Kaloz
935ca3f3eb
add 3.7-rc6 support (patch 820 still has to be fixed)
...
SVN-Revision: 34247
2012-11-18 18:52:38 +00:00
Gabor Juhos
863657d040
generic: ar8216: add MIB counter support for the AR8216 switch as well
...
Thanks to Jonas Gorski for the reference URL.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34245
2012-11-18 16:21:00 +00:00
Gabor Juhos
98f30aac8e
generic: ar8216: rename AR8216_*_STATS_* defines
...
The names are misleading, those are only valid from
AR8236. The AR8216 chip uses different offsets.
Thanks to Jonas Gorski for the report.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34244
2012-11-18 16:20:56 +00:00
Gabor Juhos
9abd8cd004
generic ar8216: allow to read/reset MIB counters via swconfig
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34243
2012-11-18 12:26:35 +00:00
Gabor Juhos
4b17323b51
generic: ar8216: use dynamically allocated private data in ar8216_probe
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34242
2012-11-18 12:26:34 +00:00
Gabor Juhos
169e596268
ar71xx: add user-space support for the RB435G board
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34240
2012-11-18 10:18:02 +00:00
Gabor Juhos
d44d954dec
ar71xx: add kernel support for the RB435G board
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34239
2012-11-18 10:18:01 +00:00
Gabor Juhos
d62bddc620
ar71xx: update PCI IRQ map for RB4xx devices
...
Should fix #12269 .
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34238
2012-11-18 09:51:04 +00:00
Gabor Juhos
31881357af
ar71xx: create profile and build image for the OpenMesh MR600 board
...
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34237
2012-11-18 09:32:41 +00:00
Gabor Juhos
9da2c85b67
ar71xx: enable sysupgrade for the OpenMesh MR600
...
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34235
2012-11-18 09:32:39 +00:00
Gabor Juhos
6380301d01
ar71xx: rename om2p.sh upgrade script to openmesh.sh
...
It will be used on other boards as well.
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34234
2012-11-18 09:32:37 +00:00
Gabor Juhos
d325e622d2
scripts/om-fwupgradecfg-gen.sh: add support for the MR600
...
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34233
2012-11-18 09:32:36 +00:00
Gabor Juhos
c3174179b7
ar71xx: add user-space support for the OpenMesh MR600 board
...
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34232
2012-11-18 09:32:35 +00:00
Gabor Juhos
8d4857d677
ar71xx: add kernel support for the OpenMesh MR600 board
...
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34231
2012-11-18 09:32:33 +00:00
Imre Kaloz
b220071cd2
target specific patches have nothing to do in generic..
...
SVN-Revision: 34230
2012-11-18 09:22:38 +00:00
Gabor Juhos
c90128ce31
generic: remove temporary config file introduced in r34227
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34229
2012-11-18 08:51:56 +00:00
Gabor Juhos
ff1e854511
kernel: update linux 3.6 to 3.6.7
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34227
2012-11-18 08:41:31 +00:00
Florian Fainelli
a4c205011b
move patches to patches-2.6.36
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34220
2012-11-16 16:32:55 +00:00
Florian Fainelli
974b9f5c9a
remove broken flag
...
The SPARC qemu target works like a charm with the following qemu command-line:
qemu-system-sparc64 -M sun4u -L /home/florian/dev/qemu/pc-bios -kernel build_dir/linux-sparc/linux-3.6.6/vmlinux -nographic
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34219
2012-11-16 16:32:52 +00:00
Florian Fainelli
5261a171e9
update to kernel 3.6.6
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34218
2012-11-16 16:32:49 +00:00
Florian Fainelli
7e199fcc06
add missing framebuffer config symbol
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34217
2012-11-16 16:32:45 +00:00
Florian Fainelli
b7f2f14801
advertise jffs2, squashfs and ext4 features
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34216
2012-11-16 16:32:42 +00:00
Florian Fainelli
c6d9304d17
resync kernel configuration with 3.6 kernel
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34215
2012-11-16 16:32:39 +00:00
Florian Fainelli
dd70319e6d
build root filesystems and install them in $(BIN_DIR)
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34214
2012-11-16 16:32:36 +00:00
Florian Fainelli
8ad0b56ba5
do not build crashlog on sparc too
...
This is crashing the kernel in crashlog_init_fs(), until fixed, disable it
for SPARC too.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34213
2012-11-16 16:32:33 +00:00
Florian Fainelli
19811eddb4
switch to kernel 3.6.6
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34212
2012-11-16 16:32:29 +00:00
Florian Fainelli
f98ac68e0e
add support for 3.6 kernel
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34211
2012-11-16 16:32:26 +00:00
Florian Fainelli
c555479127
move acx-mac80211 to the ar7 generic target
...
None of the AC49x boards that we support actually have Wi-Fi.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34208
2012-11-16 13:00:55 +00:00
Florian Fainelli
b763d47bfe
3.6: add some framebuffer related config symbols
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34207
2012-11-16 13:00:51 +00:00
Florian Fainelli
bc73cf5345
push atm, br2684ctl and kmod-pppoa down the DSL Profile
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34206
2012-11-16 13:00:48 +00:00