summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* binutils: add support for 2.23.1Florian Fainelli2012-11-196-0/+108
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34262
* ipkg-utils: Force gnu format for tar (#12496)Vasilis Tsiligiannis2012-11-191-0/+27
| | | | SVN-Revision: 34261
* binutils/2.22: backport an upstream fix for an assertion in the ARM backend.Florian Fainelli2012-11-191-0/+28
| | | | | | | | See http://sourceware.org/bugzilla/show_bug.cgi?id=13990 for more details. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34260
* gdb: fix debugging of MIPS(el) applicationsFlorian Fainelli2012-11-191-0/+16
| | | | | | | | | | | | | | GDB previously failed with the following: root@OpenWrt:/# gdb busybox [snip] (gdb) r Starting program: /bin/busybox GDB bug: target.c (gdb_signal_from_host): unrecognized real-time signal Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34258
* gdb: add missing zlib dependencyFlorian Fainelli2012-11-191-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34256
* Revert "target specific patches have nothing to do in generic.."Jonas Gorski2012-11-191-0/+0
| | | | | | | | | | | | | | 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
* fix 820-usb_add_usb_find_device_by_name.patchImre Kaloz2012-11-191-6/+6
| | | | SVN-Revision: 34254
* kernel: refresh patchesHauke Mehrtens2012-11-182-2/+2
| | | | SVN-Revision: 34253
* brcm47xx: add support for kernel 3.6Hauke Mehrtens2012-11-1845-0/+7712
| | | | | | This is based on the patch by Peter Wagner. SVN-Revision: 34252
* kernel: fix loading of nf_nat_ircHauke Mehrtens2012-11-181-1/+1
| | | | | | | nf_nat_irc depends on nf_conntrack_irc and it should be defined after that. This fixes a problem introduced in r34247. SVN-Revision: 34251
* kernel: add missing generic config options for 3.6+Hauke Mehrtens2012-11-182-0/+6
| | | | SVN-Revision: 34250
* kernel: add CONFIG_XZ_DEC=y to genericHauke Mehrtens2012-11-183-3/+3
| | | | | | CONFIG_SQUASHFS_XZ selects CONFIG_XZ_DEC so this could also be moved. SVN-Revision: 34249
* ar71xx: use custom LZMA dictionary size for WNDR3700 imagesGabor Juhos2012-11-181-4/+4
| | | | | | | | Based on a patch by Hannu Nyman. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34248
* add 3.7-rc6 support (patch 820 still has to be fixed)Imre Kaloz2012-11-18152-3/+26445
| | | | SVN-Revision: 34247
* shouldn't use kernel headers from userspaceImre Kaloz2012-11-181-1/+0
| | | | SVN-Revision: 34246
* generic: ar8216: add MIB counter support for the AR8216 switch as wellGabor Juhos2012-11-182-1/+89
| | | | | | | | Thanks to Jonas Gorski for the reference URL. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34245
* generic: ar8216: rename AR8216_*_STATS_* definesGabor Juhos2012-11-182-82/+82
| | | | | | | | | | | 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
* generic ar8216: allow to read/reset MIB counters via swconfigGabor Juhos2012-11-182-7/+492
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34243
* generic: ar8216: use dynamically allocated private data in ar8216_probeGabor Juhos2012-11-181-3/+12
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34242
* ar71xx: add user-space support for the RB435G boardGabor Juhos2012-11-182-0/+9
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34240
* ar71xx: add kernel support for the RB435G boardGabor Juhos2012-11-183-0/+49
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34239
* ar71xx: update PCI IRQ map for RB4xx devicesGabor Juhos2012-11-181-0/+28
| | | | | | | | Should fix #12269. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34238
* ar71xx: create profile and build image for the OpenMesh MR600 boardGabor Juhos2012-11-182-0/+12
| | | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34237
* package/uboot-envtools: add OpenMesh MR600 supportGabor Juhos2012-11-181-1/+2
| | | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34236
* ar71xx: enable sysupgrade for the OpenMesh MR600Gabor Juhos2012-11-182-15/+42
| | | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34235
* ar71xx: rename om2p.sh upgrade script to openmesh.shGabor Juhos2012-11-181-0/+0
| | | | | | | | | 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
* scripts/om-fwupgradecfg-gen.sh: add support for the MR600Gabor Juhos2012-11-182-11/+30
| | | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34233
* ar71xx: add user-space support for the OpenMesh MR600 boardGabor Juhos2012-11-184-0/+13
| | | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34232
* ar71xx: add kernel support for the OpenMesh MR600 boardGabor Juhos2012-11-185-0/+208
| | | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34231
* target specific patches have nothing to do in generic..Imre Kaloz2012-11-181-0/+0
| | | | SVN-Revision: 34230
* generic: remove temporary config file introduced in r34227Gabor Juhos2012-11-181-3589/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34229
* use xz compressed kernel tarballsImre Kaloz2012-11-183-4/+4
| | | | SVN-Revision: 34228
* kernel: update linux 3.6 to 3.6.7Gabor Juhos2012-11-1816-30/+3607
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34227
* we don't support kernels < 3.3Imre Kaloz2012-11-181-36/+0
| | | | SVN-Revision: 34226
* we only support v3.x kernelsImre Kaloz2012-11-181-4/+0
| | | | SVN-Revision: 34225
* 6relayd: add conffiles section, thanks swalkerSteven Barth2012-11-171-1/+5
| | | | SVN-Revision: 34222
* move patches to patches-2.6.36Florian Fainelli2012-11-1627-0/+0
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34220
* remove broken flagFlorian Fainelli2012-11-161-1/+1
| | | | | | | | | | 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
* update to kernel 3.6.6Florian Fainelli2012-11-161-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34218
* add missing framebuffer config symbolFlorian Fainelli2012-11-161-0/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34217
* advertise jffs2, squashfs and ext4 featuresFlorian Fainelli2012-11-161-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34216
* resync kernel configuration with 3.6 kernelFlorian Fainelli2012-11-161-18/+27
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34215
* build root filesystems and install them in $(BIN_DIR)Florian Fainelli2012-11-161-0/+9
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34214
* do not build crashlog on sparc tooFlorian Fainelli2012-11-162-2/+2
| | | | | | | | | 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
* switch to kernel 3.6.6Florian Fainelli2012-11-161-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34212
* add support for 3.6 kernelFlorian Fainelli2012-11-161-0/+14
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34211
* move acx-mac80211 to the ar7 generic targetFlorian Fainelli2012-11-162-1/+3
| | | | | | | | None of the AC49x boards that we support actually have Wi-Fi. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34208
* 3.6: add some framebuffer related config symbolsFlorian Fainelli2012-11-161-0/+7
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34207
* push atm, br2684ctl and kmod-pppoa down the DSL ProfileFlorian Fainelli2012-11-163-4/+5
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34206
* ar7-atm: make it depend on the generic AR7 platformFlorian Fainelli2012-11-161-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34205