aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: fix build error if PCI is disabledGabor Juhos2012-05-071-0/+11
| | | | SVN-Revision: 31646
* kernel: update linux 3.3 to 3.3.5Gabor Juhos2012-05-0738-70/+39
| | | | 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
* 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
* brcm47xx: add gpio_request_one()Hauke Mehrtens2012-05-061-0/+51
| | | | | | This fixes a compile error with kernel 3.3. SVN-Revision: 31635
* 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
* AR7: don't mark as brokenJonas Gorski2012-05-061-1/+1
| | | | | | Linux 3.3.4 boots fine on my AR7 device. SVN-Revision: 31623
* 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
* 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
* 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
* 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
* brcm47xx: update target to kernel 3.3Hauke Mehrtens2012-05-051-1/+1
| | | | SVN-Revision: 31599
* 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
* mpc83xx: remove broken flagGabor Juhos2012-05-051-1/+1
| | | | SVN-Revision: 31591
* mpc83xx: populate network config from an uci-default scriptGabor Juhos2012-05-054-0/+87
| | | | SVN-Revision: 31590
* mpc83xx: cleanup rb333.dtsGabor Juhos2012-05-051-217/+211
| | | | SVN-Revision: 31589
* mpc83xx: fix MAC addresses on the RB333Gabor Juhos2012-05-051-5/+18
| | | | SVN-Revision: 31588
* mpc83xx: fix build warnings in RB333/600 dtb wrappersGabor Juhos2012-05-051-4/+2
| | | | SVN-Revision: 31587
* linux/2.6.32: fix layer7 patchGabor Juhos2012-05-051-3/+3
| | | | SVN-Revision: 31586
* upgrade to 3.3, enable framebufferImre Kaloz2012-05-035-250/+64
| | | | SVN-Revision: 31576
* adm5120: add missing NULL terminator to partition parser listJonas Gorski2012-05-031-0/+1
| | | | | | Fixes #11372. SVN-Revision: 31574
* brcm47xx: add support for kernel 3.3Hauke Mehrtens2012-05-0359-0/+9456
| | | | SVN-Revision: 31573
* Fix iptables abuse of kernel header files. Use exported headers instead.Gabor Juhos2012-05-038-0/+80
| | | | | | | | [juhosg: export xt_layer7.h for all kernel versions] Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> SVN-Revision: 31566
* ramips: W306R V2.0 - GPIO and Network fixesGabor Juhos2012-05-024-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixed: GPIO typos and confirmed GPIO_BUTTON_RESET Fixed: Lan & Wan reversed: swaped "eth0.2" with "eth0.1" by removing a line(default is correct), and reversed the Lan/wan layout LLLLW to WLLLL. Added: image/Makefile now builds -factory.bin files. I am unsure of the accepted way to change the makefile but the name of the image needs to be 'linkn Kernel Image' in order to be accepted by the OEM firmware. Known issue: eth0 (internal switch i think has mac address: 00:11:22:33:44:55 but i think it should be same as the lan). Known issue: Pressing the reset button has no noticable effect, i would expect the router to boot failsafe if being pressed on boot, reboot if short press and reset all to default if long press. [juhosg: remove mtdlayout_W306R and use mtdlayout_4M instead] Signed-off-by: David Pearce <david_18051985@hotmail.com> SVN-Revision: 31557
* ramips: Make serial console for DIR-300-B1 work againGabor Juhos2012-05-021-2/+2
| | | | | | | | | | | | | | | | | Make serial console for DIR-300-B1 work again. With some recent change, "console=ttyS1,57600" was removed from the default kernel command line, this adds the necessary mkcmdline incantation to image/Makefile to add it there for this target. This is quite likely broken for other targets as well. Without this the console switches to ttyS0 instead of ttyS1 and kernel output is missing, and the userspace comes up with 9600 baud instead of 57600. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 31556
* mpc83xx: remove 2.6.36 supportGabor Juhos2012-05-0232-5006/+0
| | | | SVN-Revision: 31555
* mpc83xx: switch to 3.3Gabor Juhos2012-05-021-1/+1
| | | | SVN-Revision: 31554
* mpc83xx: add support for 3.3Gabor Juhos2012-05-0211-0/+4555
| | | | SVN-Revision: 31553
* linux/3.3: add more missing symbolsGabor Juhos2012-05-021-0/+2
| | | | SVN-Revision: 31552
* use a define for the poll and debounce intervalFlorian Fainelli2012-05-0235-98/+111
| | | | SVN-Revision: 31550
* linux/3.3: add more missing symbolsGabor Juhos2012-05-011-0/+7
| | | | SVN-Revision: 31548
* move CONFIG_BOOKE_WDT_DEFAULT_TIMEOUT to the target configsGabor Juhos2012-05-014-0/+4
| | | | SVN-Revision: 31547
* switch to 2.6.38Imre Kaloz2012-05-01116-21912/+91470
| | | | SVN-Revision: 31546
* kernel: update linux 3.3 to 3.3.4Gabor Juhos2012-04-3023-98/+23
| | | | SVN-Revision: 31541
* linux: rtl836x: add a generic reset_switch functionGabor Juhos2012-04-295-76/+29
| | | | SVN-Revision: 31536
* linux: rtl836x: rename rtl836*_hw_init to rtl836*_setupGabor Juhos2012-04-293-21/+6
| | | | SVN-Revision: 31535