Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | fix the name of the micrel PHY driver | Gabor Juhos | 2008-07-29 | |
| | | | | SVN-Revision: 11990 | |||
* | Generate gzipped package lists - Can be used by changing the src line in ↵ | Andy Boyett | 2008-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 Cambria | Imre Kaloz | 2008-07-28 | |
| | | | | SVN-Revision: 11979 | |||
* | add a fix to prevent startup crashes on i386 when built with gcc < 4.3 | Nicolas Thill | 2008-07-28 | |
| | | | | SVN-Revision: 11969 | |||
* | update to 2.6.26 | Gabor Juhos | 2008-07-28 | |
| | | | | SVN-Revision: 11968 | |||
* | make use DMA_BIT_MASK | Gabor Juhos | 2008-07-28 | |
| | | | | SVN-Revision: 11966 | |||
* | atheros: 2.6.26 patches | Matteo Croce | 2008-07-27 | |
| | | | | SVN-Revision: 11965 | |||
* | Resynced x86_64 kernel config for uml | Florian Fainelli | 2008-07-27 | |
| | | | | SVN-Revision: 11962 | |||
* | fix a bug in the USB driver debug code | Gabor Juhos | 2008-07-27 | |
| | | | | SVN-Revision: 11961 | |||
* | sync 2.6.26 config | Gabor Juhos | 2008-07-27 | |
| | | | | SVN-Revision: 11955 | |||
* | add missing symbols to 2.6.26 defconfig | Gabor Juhos | 2008-07-27 | |
| | | | | SVN-Revision: 11954 | |||
* | disable CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED for ar71xx | Felix Fietkau | 2008-07-26 | |
| | | | | SVN-Revision: 11949 | |||
* | fix kernel oops in the redboot partition parser when ↵ | Felix Fietkau | 2008-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 support | Gabor Juhos | 2008-07-26 | |
| | | | | SVN-Revision: 11946 | |||
* | cleanup trailing whitespaces in 2.6.26 patches | Gabor Juhos | 2008-07-26 | |
| | | | | SVN-Revision: 11945 | |||
* | Remove 2.6.23 files, we will stick to 2.6.24 for rdc | Florian Fainelli | 2008-07-26 | |
| | | | | SVN-Revision: 11944 | |||
* | Resync some kernel configuration options | Florian Fainelli | 2008-07-26 | |
| | | | | SVN-Revision: 11941 | |||
* | make boot quiet a bit | Gabor Juhos | 2008-07-26 | |
| | | | | SVN-Revision: 11939 | |||
* | add backported HSO driver | Imre Kaloz | 2008-07-26 | |
| | | | | SVN-Revision: 11938 | |||
* | fix yaffs on 2.6.26 | Gabor Juhos | 2008-07-26 | |
| | | | | SVN-Revision: 11936 | |||
* | fix Dell TrueMobile 2300 v1/v2 detection and network configuration (closes ↵ | Gabor Juhos | 2008-07-26 | |
| | | | | | | #2788) SVN-Revision: 11935 | |||
* | allow mkfwimage to fail during atheros builds. sometimes images get too big ↵ | Felix Fietkau | 2008-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.12 | Gabor Juhos | 2008-07-26 | |
| | | | | SVN-Revision: 11933 | |||
* | add chip_fixup patch of the platform_nand driver to 2.6.26 as well | Gabor Juhos | 2008-07-25 | |
| | | | | SVN-Revision: 11922 | |||
* | Use mkfwimage from athero.openwrt.net with modification for XS2 devices. Add ↵ | Travis Kemen | 2008-07-25 | |
| | | | | | | back in ubiquiti image generation. SVN-Revision: 11920 | |||
* | parse mac address on RouterBOARDs | Gabor Juhos | 2008-07-22 | |
| | | | | SVN-Revision: 11910 | |||
* | fix sierra patches | Travis Kemen | 2008-07-22 | |
| | | | | SVN-Revision: 11909 | |||
* | fix nf_conntrack_rtsp compile error on 2.6.26 (closes #3797) | Gabor Juhos | 2008-07-22 | |
| | | | | SVN-Revision: 11908 | |||
* | fix compile error (closes #3799) | Gabor Juhos | 2008-07-22 | |
| | | | | SVN-Revision: 11907 | |||
* | Disable NFS_ACL support in the UML config, other platforms do not have it as ↵ | Florian Fainelli | 2008-07-22 | |
| | | | | | | well SVN-Revision: 11905 | |||
* | fix sysupgrade endian issues | Travis Kemen | 2008-07-22 | |
| | | | | SVN-Revision: 11900 | |||
* | This is the Linksys-ported driver from WRT54G3G-ST_v2.00.9_US.tgz, re-based ↵ | Travis Kemen | 2008-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 Kemen | 2008-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 Fainelli | 2008-07-21 | |
| | | | | SVN-Revision: 11897 | |||
* | update mvswitch for 2.6.25 and 2.6.26 as well | Felix Fietkau | 2008-07-21 | |
| | | | | SVN-Revision: 11896 | |||
* | add missing defines for mvswitch | Felix Fietkau | 2008-07-21 | |
| | | | | SVN-Revision: 11895 | |||
* | surprise :p | Gabor Juhos | 2008-07-21 | |
| | | | | SVN-Revision: 11894 | |||
* | The gpiommc configfs interface needs locking. | Michael Büsch | 2008-07-21 | |
| | | | | SVN-Revision: 11892 | |||
* | Update gpiommc to use configfs | Michael Büsch | 2008-07-20 | |
| | | | | SVN-Revision: 11887 | |||
* | some more mvswitch fixes: - initialize the vlan destination map properly - ↵ | Felix Fietkau | 2008-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 driver | Felix Fietkau | 2008-07-19 | |
| | | | | SVN-Revision: 11880 | |||
* | Update UML to 2.6.26 | Florian Fainelli | 2008-07-19 | |
| | | | | SVN-Revision: 11873 | |||
* | adds ifxmips profiles | John Crispin | 2008-07-19 | |
| | | | | SVN-Revision: 11871 | |||
* | 2.6.23 still uses the drivers/char/watchdog path for watchdog drivers (#3790) | Florian Fainelli | 2008-07-19 | |
| | | | | SVN-Revision: 11870 | |||
* | Update GPIO-based MMC driver | Michael Büsch | 2008-07-18 | |
| | | | | SVN-Revision: 11864 | |||
* | Working korina driver for 2.6.24, still needs fixing in the tx tasklet which ↵ | Florian Fainelli | 2008-07-17 | |
| | | | | | | introduces high latency when transmitting packets, rx path works ok SVN-Revision: 11853 | |||
* | 2.6.24 moved watchdog drivers to drivers/watchdog | Florian Fainelli | 2008-07-17 | |
| | | | | SVN-Revision: 11852 | |||
* | Disable ubsec ssb by default on WGT634U until it gets fixed | Florian Fainelli | 2008-07-16 | |
| | | | | SVN-Revision: 11846 | |||
* | Add basic 2.6.24 support for rb532, korina napi code has to be adapted to work | Florian Fainelli | 2008-07-15 | |
| | | | | SVN-Revision: 11844 | |||
* | Move files and patches to files-2.6.23 and patches-2.6.23 | Florian Fainelli | 2008-07-15 | |
| | | | | SVN-Revision: 11843 |