summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* kernel: update linux 3.3 to 3.3.5Gabor Juhos2012-05-0739-72/+41
| | | | SVN-Revision: 31645
* pxa: remove 2.6.37 supportGabor Juhos2012-05-079-1735/+0
| | | | SVN-Revision: 31643
* pxa: switch to 3.3 and mark it as brokenGabor Juhos2012-05-071-2/+2
| | | | | | It is working in qemu, but it has not been tested on real hardware. SVN-Revision: 31642
* pxa: add support for 3.3Gabor Juhos2012-05-077-0/+1711
| | | | SVN-Revision: 31641
* atheros: Fix compilationJo-Philipp Wich2012-05-071-1/+4
| | | | | | | | | With our recent switch to the 3.3 kernel target, some headers were occidentally omitted. Signed-off-by: Jonathan Bither <jonbither@gmail.com> SVN-Revision: 31640
* base-files: wait for wifi modules to settleJonas Gorski2012-05-061-0/+3
| | | | | | | | | | On slower devices wifi drivers might take too long for detecting devices, resulting in the wifi detect call not seeing them. This was observed on a bcm6348 with bcm4318 wifi. Adding a one second pause was enough for b43 to expose the device. SVN-Revision: 31639
* bcm63xx: fix a race between PCI bus scan and fallback sprom registrationJonas Gorski2012-05-062-0/+110
| | | | | | | | | The fallback sprom handler was installed too late, resulting in ssb failing to get a valid sprom on some devices. Fixes #11384. SVN-Revision: 31638
* kernel: rewrite the phy packet hook, put it in the network stack to avoid ↵Felix Fietkau2012-05-0637-442/+412
| | | | | | having to keep non-upstream ethernet driver changes SVN-Revision: 31637
* pptp: fix installation path for netifd proto handlerFelix Fietkau2012-05-061-2/+2
| | | | SVN-Revision: 31636
* brcm47xx: add gpio_request_one()Hauke Mehrtens2012-05-061-0/+51
| | | | | | This fixes a compile error with kernel 3.3. SVN-Revision: 31635
* kernel: remove kernel modules and references to kernels <= 2.6.36Hauke Mehrtens2012-05-0614-164/+26
| | | | | | OpenWrt does not support kernel version <= 2.6.36 any more, remove all modules only build for those kernels and all conditions specific for those kernel versions. SVN-Revision: 31634
* kernel: remove kmod-usb-serial-airprimeHauke Mehrtens2012-05-061-15/+0
| | | | | | This was removed from kernel 2.6.27 SVN-Revision: 31633
* kernel: remove kmod-usb-videoHauke Mehrtens2012-05-061-15/+0
| | | | | | | | This was remove in kernel 2.6.38 and is not needed any more. The last commit (r31631) has the wrong message, kmod-usb-phidget was removed in kernel 2.6.30. SVN-Revision: 31632
* kernel: remove kmod-usb-videoHauke Mehrtens2012-05-061-13/+0
| | | | | | This was remove in kernel 2.6.38 and is not needed any more. SVN-Revision: 31631
* kernel: add video-videobuf2Hauke Mehrtens2012-05-061-2/+24
| | | | | | This should fix #11349 and #11142 SVN-Revision: 31630
* kernel: build kmod-video-gspca-gl860 and kmod-video-gspca-jeilinj on all ↵Hauke Mehrtens2012-05-061-2/+0
| | | | | | | | kernel versions This module is available on all supported kernel versions SVN-Revision: 31629
* kernel: add kmod-video-gspca-konica and remove kmod-video-konicaHauke Mehrtens2012-05-061-17/+15
| | | | | | kmod-video-konica was removed from kernel 2.6.38 and is now replaced by kmod-video-gspca-konica SVN-Revision: 31628
* kernel: remove kmod-video-ov511 and kmod-video-ovcamchipHauke Mehrtens2012-05-061-35/+0
| | | | | | These two modules where removed from kernel with kernel version 2.6.36, use kmod-video-gspca-ov519 instead. SVN-Revision: 31627
* atheros: clean up the patches some moreFelix Fietkau2012-05-064-24/+2
| | | | SVN-Revision: 31626
* atheros: update to 3.3.4 (based on work by acoul), fix mvswitch driver for ↵Felix Fietkau2012-05-0633-7687/+422
| | | | | | newer kernels SVN-Revision: 31625
* scons: fix compatibility with python 3, upstream still does not support it...Jo-Philipp Wich2012-05-061-0/+2046
| | | | SVN-Revision: 31624
* AR7: don't mark as brokenJonas Gorski2012-05-061-1/+1
| | | | | | Linux 3.3.4 boots fine on my AR7 device. SVN-Revision: 31623
* ubus: update to latest version, add LUAPATH to cmake options - fixes #11398Felix Fietkau2012-05-061-2/+5
| | | | SVN-Revision: 31622
* scons: override the platform instead of using the host one - fixes build ↵Felix Fietkau2012-05-052-0/+13
| | | | | | issues on non-linux systems SVN-Revision: 31620
* ubus: update to current git, package up libubus-luaJo-Philipp Wich2012-05-051-3/+17
| | | | SVN-Revision: 31619
* tools: add scons (patch by Dave Taht)Felix Fietkau2012-05-053-1/+51
| | | | | | | This makes it more possible to build scons based applications for openwrt. SVN-Revision: 31618
* ar7: remove 2.6.37 supportGabor Juhos2012-05-0511-727/+0
| | | | SVN-Revision: 31617
* ar7: switch to 3.3 and mark the target as brokenGabor Juhos2012-05-051-2/+2
| | | | SVN-Revision: 31616
* ar7: add 3.3 supportGabor Juhos2012-05-059-0/+601
| | | | SVN-Revision: 31615
* ar7: fix kernel_entry extractionGabor Juhos2012-05-051-3/+3
| | | | SVN-Revision: 31614
* package/ar7-atm: allow to build on 3.3Gabor Juhos2012-05-052-0/+66
| | | | SVN-Revision: 31613
* package/ar7-atm: refresh patchesGabor Juhos2012-05-0515-194/+132
| | | | SVN-Revision: 31612
* ar71xx: add profile and build image for the TL-WR1041N v2 boardGabor Juhos2012-05-052-0/+17
| | | | | | Patch-by: Vince Huang <axishero@foxmail.com> SVN-Revision: 31610
* firmware-utils/mktplinkfw: add support for the TL-WR1041N v2Gabor Juhos2012-05-051-0/+6
| | | | | | Patch-by: Vince Huang <axishero@foxmail.com> SVN-Revision: 31609
* ar71xx: add support for the TP-Link TL-WR1041N v2 boardGabor Juhos2012-05-058-1/+212
| | | | | | Patch-by: Vince Huang <axishero@foxmail.com> SVN-Revision: 31608
* pptp: kill the call manager process on shutdownFelix Fietkau2012-05-051-0/+74
| | | | SVN-Revision: 31606
* pptp: add netifd supportFelix Fietkau2012-05-053-45/+101
| | | | SVN-Revision: 31605
* pptp: remove the defaultroute option from options.pptp, this is managed by ↵Felix Fietkau2012-05-051-1/+0
| | | | | | generic ppp code SVN-Revision: 31604
* netifd: update to latest version, adds support for host route dependenciesFelix Fietkau2012-05-051-2/+2
| | | | SVN-Revision: 31603
* ar71xx: update 3.3 patchesGabor Juhos2012-05-0562-738/+1920
| | | | SVN-Revision: 31602
* ar71xx: fix a typo in the db120 mach fileGabor Juhos2012-05-051-1/+1
| | | | | | Reported-by: Sven Eckelmann <sven@narfation.org> SVN-Revision: 31601
* pptp: compile with the openwrt cflags instead of -O0Felix Fietkau2012-05-051-0/+2
| | | | SVN-Revision: 31600
* brcm47xx: update target to kernel 3.3Hauke Mehrtens2012-05-051-1/+1
| | | | SVN-Revision: 31599
* include/kernel-defaults: set V='' if c is not set in OPENWRT_VERBOSEGabor Juhos2012-05-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the following errors: CALL arch/powerpc/kernel/prom_init_check.sh arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer axpression expected arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected GEN .version CHK include/generated/compile.h UPD include/generated/compile.h SVN-Revision: 31598
* linux/2.6.32: R.I.P.Gabor Juhos2012-05-05143-52210/+0
| | | | SVN-Revision: 31597
* rdc: remove 2.6.32 supportGabor Juhos2012-05-0516-2888/+0
| | | | SVN-Revision: 31596
* rdc: switch to 3.3 and mark the target as brokenGabor Juhos2012-05-051-2/+2
| | | | SVN-Revision: 31595
* rb532: remove 2.6.32 supportGabor Juhos2012-05-054-259/+0
| | | | SVN-Revision: 31594
* rb532: switch to 3.3 and mark the target brokenGabor Juhos2012-05-051-2/+2
| | | | SVN-Revision: 31593
* rb532: add 3.3 supportGabor Juhos2012-05-053-0/+208
| | | | SVN-Revision: 31592