aboutsummaryrefslogtreecommitdiff
path: root/target
Commit message (Collapse)AuthorAge
...
* fix the name of the micrel PHY driverGabor Juhos2008-07-29
| | | | SVN-Revision: 11990
* Generate gzipped package lists - Can be used by changing the src line in ↵Andy Boyett2008-07-29
| | | | | | /etc/ipkg.conf to src/gz - Cannot be used by busybox ipkg SVN-Revision: 11981
* switch to the production phy ids on the CambriaImre Kaloz2008-07-28
| | | | SVN-Revision: 11979
* add a fix to prevent startup crashes on i386 when built with gcc < 4.3Nicolas Thill2008-07-28
| | | | SVN-Revision: 11969
* update to 2.6.26Gabor Juhos2008-07-28
| | | | SVN-Revision: 11968
* make use DMA_BIT_MASKGabor Juhos2008-07-28
| | | | SVN-Revision: 11966
* atheros: 2.6.26 patchesMatteo Croce2008-07-27
| | | | SVN-Revision: 11965
* Resynced x86_64 kernel config for umlFlorian Fainelli2008-07-27
| | | | SVN-Revision: 11962
* fix a bug in the USB driver debug codeGabor Juhos2008-07-27
| | | | SVN-Revision: 11961
* sync 2.6.26 configGabor Juhos2008-07-27
| | | | SVN-Revision: 11955
* add missing symbols to 2.6.26 defconfigGabor Juhos2008-07-27
| | | | SVN-Revision: 11954
* disable CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED for ar71xxFelix Fietkau2008-07-26
| | | | SVN-Revision: 11949
* fix kernel oops in the redboot partition parser when ↵Felix Fietkau2008-07-26
| | | | | | CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is set and there is some free space after the rootfs partition SVN-Revision: 11948
* initial 2.6.26 supportGabor Juhos2008-07-26
| | | | SVN-Revision: 11946
* cleanup trailing whitespaces in 2.6.26 patchesGabor Juhos2008-07-26
| | | | SVN-Revision: 11945
* Remove 2.6.23 files, we will stick to 2.6.24 for rdcFlorian Fainelli2008-07-26
| | | | SVN-Revision: 11944
* Resync some kernel configuration optionsFlorian Fainelli2008-07-26
| | | | SVN-Revision: 11941
* make boot quiet a bitGabor Juhos2008-07-26
| | | | SVN-Revision: 11939
* add backported HSO driverImre Kaloz2008-07-26
| | | | SVN-Revision: 11938
* fix yaffs on 2.6.26Gabor Juhos2008-07-26
| | | | SVN-Revision: 11936
* fix Dell TrueMobile 2300 v1/v2 detection and network configuration (closes ↵Gabor Juhos2008-07-26
| | | | | | #2788) SVN-Revision: 11935
* allow mkfwimage to fail during atheros builds. sometimes images get too big ↵Felix Fietkau2008-07-26
| | | | | | for devices that use this image format, but this must not break the normal image build for other atheros devices SVN-Revision: 11934
* update to 2.6.25.12Gabor Juhos2008-07-26
| | | | SVN-Revision: 11933
* add chip_fixup patch of the platform_nand driver to 2.6.26 as wellGabor Juhos2008-07-25
| | | | SVN-Revision: 11922
* Use mkfwimage from athero.openwrt.net with modification for XS2 devices. Add ↵Travis Kemen2008-07-25
| | | | | | back in ubiquiti image generation. SVN-Revision: 11920
* parse mac address on RouterBOARDsGabor Juhos2008-07-22
| | | | SVN-Revision: 11910
* fix sierra patchesTravis Kemen2008-07-22
| | | | SVN-Revision: 11909
* fix nf_conntrack_rtsp compile error on 2.6.26 (closes #3797)Gabor Juhos2008-07-22
| | | | SVN-Revision: 11908
* fix compile error (closes #3799)Gabor Juhos2008-07-22
| | | | SVN-Revision: 11907
* Disable NFS_ACL support in the UML config, other platforms do not have it as ↵Florian Fainelli2008-07-22
| | | | | | well SVN-Revision: 11905
* fix sysupgrade endian issuesTravis Kemen2008-07-22
| | | | SVN-Revision: 11900
* This is the Linksys-ported driver from WRT54G3G-ST_v2.00.9_US.tgz, re-based ↵Travis Kemen2008-07-21
| | | | | | | | | | | | | | | | | against 2.4.35 and repaired for obvious breakage (didn't use its device table, etc.). Changes from Linksys tree: - Remove 'vendor' and 'product' parameters; these aren't used in the mainstream driver and seem to only have served to break it. - Remove bogus 'sierra_device_ids' table, used with above. - Changed references to 'sierra_device_ids' back to id_table - Changed non-standard CONFIG_USB_SERIAL_SIERRA_3G (line 886) to current module standard CONFIG_USB_SERIAL_SIERRAWIRELESS - Added #include to enable pl2303 hack to remain until I can figure out if it's still necessary. Signed-off-by: RB <aoz.syn@gmail.com> SVN-Revision: 11899
* This series of patches closes the support gap on one of the explicitly ↵Travis Kemen2008-07-21
| | | | | | supported platforms (WRT54G3G) by adding direct support for the Sierra Wireless 3G modems. Signed-off-by: RB <aoz.syn@gmail.com> SVN-Revision: 11898
* Fix routerboard boot partition name in wget2nand (#3791)Florian Fainelli2008-07-21
| | | | SVN-Revision: 11897
* update mvswitch for 2.6.25 and 2.6.26 as wellFelix Fietkau2008-07-21
| | | | SVN-Revision: 11896
* add missing defines for mvswitchFelix Fietkau2008-07-21
| | | | SVN-Revision: 11895
* surprise :pGabor Juhos2008-07-21
| | | | SVN-Revision: 11894
* The gpiommc configfs interface needs locking.Michael Büsch2008-07-21
| | | | SVN-Revision: 11892
* Update gpiommc to use configfsMichael Büsch2008-07-20
| | | | SVN-Revision: 11887
* some more mvswitch fixes: - initialize the vlan destination map properly - ↵Felix Fietkau2008-07-19
| | | | | | workaround for moving node bug: clear the ATU database on every PHY poll SVN-Revision: 11881
* add extra safety for the packet mangling in the mvswitch driverFelix Fietkau2008-07-19
| | | | SVN-Revision: 11880
* Update UML to 2.6.26Florian Fainelli2008-07-19
| | | | SVN-Revision: 11873
* adds ifxmips profilesJohn Crispin2008-07-19
| | | | SVN-Revision: 11871
* 2.6.23 still uses the drivers/char/watchdog path for watchdog drivers (#3790)Florian Fainelli2008-07-19
| | | | SVN-Revision: 11870
* Update GPIO-based MMC driverMichael Büsch2008-07-18
| | | | SVN-Revision: 11864
* Working korina driver for 2.6.24, still needs fixing in the tx tasklet which ↵Florian Fainelli2008-07-17
| | | | | | introduces high latency when transmitting packets, rx path works ok SVN-Revision: 11853
* 2.6.24 moved watchdog drivers to drivers/watchdogFlorian Fainelli2008-07-17
| | | | SVN-Revision: 11852
* Disable ubsec ssb by default on WGT634U until it gets fixedFlorian Fainelli2008-07-16
| | | | SVN-Revision: 11846
* Add basic 2.6.24 support for rb532, korina napi code has to be adapted to workFlorian Fainelli2008-07-15
| | | | SVN-Revision: 11844
* Move files and patches to files-2.6.23 and patches-2.6.23Florian Fainelli2008-07-15
| | | | SVN-Revision: 11843