Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | crda: update to version 1.1.1 and update regulatory database to most recent ↵ | Hauke Mehrtens | 2011-01-01 | |
| | | | | | | official version. SVN-Revision: 24868 | |||
* | e2fsprogs: revert r24848 as well | Jo-Philipp Wich | 2011-01-01 | |
| | | | | SVN-Revision: 24867 | |||
* | revert r24851, it breaks compilation on many hosts | Jo-Philipp Wich | 2011-01-01 | |
| | | | | SVN-Revision: 24866 | |||
* | tools: add some missing dependencies | Hauke Mehrtens | 2011-01-01 | |
| | | | | SVN-Revision: 24865 | |||
* | generic: more CONFIG_KEYBOARD_* symbols | Gabor Juhos | 2010-12-30 | |
| | | | | SVN-Revision: 24860 | |||
* | cns21xx: add initial support for the Cavium CNS21xx SoC | Gabor Juhos | 2010-12-30 | |
| | | | | SVN-Revision: 24859 | |||
* | ath9k: add more pending fixes from linux-wireless@ | Felix Fietkau | 2010-12-30 | |
| | | | | SVN-Revision: 24858 | |||
* | tools/mkimage: remove the broken portability patch, it is no longer ↵ | Felix Fietkau | 2010-12-30 | |
| | | | | | | necessary with the new version SVN-Revision: 24857 | |||
* | add relayd, can be used as a replacement for client bridge, but does not ↵ | Felix Fietkau | 2010-12-30 | |
| | | | | | | have any uci integration yet SVN-Revision: 24856 | |||
* | ath9k: fix rx dma descriptor error flag handling | Felix Fietkau | 2010-12-30 | |
| | | | | SVN-Revision: 24855 | |||
* | generic: update ARM mach-types | Gabor Juhos | 2010-12-29 | |
| | | | | SVN-Revision: 24854 | |||
* | package/kernel: enable CONFIG_INPUT_KEYBOARD for gpio-keys | Gabor Juhos | 2010-12-29 | |
| | | | | SVN-Revision: 24853 | |||
* | generic: add missing CONFIG_KEYBOARD_* symbols | Gabor Juhos | 2010-12-29 | |
| | | | | SVN-Revision: 24852 | |||
* | tools/e2fsprogs: update to version 1.41.14 | Alexandros C. Couloumbis | 2010-12-29 | |
| | | | | SVN-Revision: 24851 | |||
* | generic: add CONFIG_DEBUG_ICEDCC symbol | Gabor Juhos | 2010-12-29 | |
| | | | | SVN-Revision: 24850 | |||
* | multiple SPI driver fixes | Florian Fainelli | 2010-12-29 | |
| | | | | | | | | | | | - fix platform device registration - fix chipselect, command register defines, add missing clock - make slave select proper - fix multibytes transferts Signed-off-by: Tanguy Bouzéloc <tanguy.bouzeloc@efixo.com> SVN-Revision: 24849 | |||
* | package/e2fsprogs: update to version 1.41.14 | Alexandros C. Couloumbis | 2010-12-29 | |
| | | | | SVN-Revision: 24848 | |||
* | target/linux: sync to kernel 2.6.37-rc8, refresh patches | Alexandros C. Couloumbis | 2010-12-29 | |
| | | | | SVN-Revision: 24847 | |||
* | missing-macros: add as-ac-expand.m4 | Jo-Philipp Wich | 2010-12-29 | |
| | | | | SVN-Revision: 24846 | |||
* | patches-2.6.35: mtd flashmap: Really fixed sparelen and rootfslen. The real ↵ | Daniel Dickinson | 2010-12-28 | |
| | | | | | | rootfslen for OpenWRT images comes from a bigendian uint32_t in reserved1 of the bcm_tag, which is now used to correctly calculate the rootfslen (and thus the sparelen). SVN-Revision: 24843 | |||
* | patches-2.6.36: Fix flashmap spare length calculation from previous commit ↵ | Daniel Dickinson | 2010-12-28 | |
| | | | | | | (for rootfs and rootfs_data mtd partitions). Apparently the interruption in working on it resulted in an incorrect memory of getting it working. SVN-Revision: 24842 | |||
* | spi driver: remove bcm_rset usage | Florian Fainelli | 2010-12-28 | |
| | | | | | | | | | | Since bcm636x platform embeds two spi master device, the attached patch removes static bcm_rset usage, replaced by "bs->regs" field for all I/O operation. Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com> SVN-Revision: 24840 | |||
* | gemini: enable GPIO sysfs interface | Gabor Juhos | 2010-12-27 | |
| | | | | SVN-Revision: 24839 | |||
* | Added OpenWRT-specific field to imagetag so that we can record the real root ↵ | Daniel Dickinson | 2010-12-26 | |
| | | | | | | | | length, so that when the CRC fixup is applied and the root length is recorded as zero we can still calculate the rootfs mtd partition size. Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net> SVN-Revision: 24838 | |||
* | mtd: Added trx_fixup for brcm63xx imagetag, and made references to fix_trx ↵ | Daniel Dickinson | 2010-12-26 | |
| | | | | | | | | use the weak reference rather than the brcm47xx ifdef. This fixes a bug in which sysupgrade failed due to changing bad CRC on reboot. Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net> SVN-Revision: 24837 | |||
* | base-files: Added uci-defaults script to run mtd fixtrx on firstboot for ↵ | Daniel Dickinson | 2010-12-26 | |
| | | | | | | | | devices that need it. Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net> SVN-Revision: 24836 | |||
* | mtd: Added fixtrx for brcm63xx imagetag. This allows brcm63xx boards which ↵ | Daniel Dickinson | 2010-12-26 | |
| | | | | | | | | experience a CRC on second boot due to the JFFS2 creation / DEADC0DE deletion to work correctly when mtd fixtrx is run on first boot Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net> SVN-Revision: 24835 | |||
* | mtd flashmap: Switched to calculating the rootfs size rather than depending ↵ | Daniel Dickinson | 2010-12-26 | |
| | | | | | | | | on being given the size in the imagetag. This is because solving the problem of second boot CRC errors requires changeing the rootfs size in the image to zero. Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net> SVN-Revision: 24834 | |||
* | mtd: Changed mtd_fixtrx and related functions to be weak references. The ↵ | Daniel Dickinson | 2010-12-26 | |
| | | | | | | | | weak references only lead to actual functions for brcm47xx Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net> SVN-Revision: 24833 | |||
* | autotools.mk: introduce PKG_MACRO_PATHS and HOST_MACRO_PATHS which default ↵ | Jo-Philipp Wich | 2010-12-26 | |
| | | | | | | to ./m4, add LIBTOOL to AM_TOOL_PATHS SVN-Revision: 24830 | |||
* | uhttpd: allow lowercase http header fields (#8513) | Jo-Philipp Wich | 2010-12-24 | |
| | | | | SVN-Revision: 24823 | |||
* | ath9k: add back the interrupt mitigation tweak and reduce the rx interrupt ↵ | Felix Fietkau | 2010-12-24 | |
| | | | | | | mitigation times further SVN-Revision: 24819 | |||
* | ath9k: add pending fixes for revision checks and handling of the hw ↵ | Felix Fietkau | 2010-12-24 | |
| | | | | | | workaround register SVN-Revision: 24818 | |||
* | Import an experimental ADC driver | Claudio Mignanti | 2010-12-23 | |
| | | | | SVN-Revision: 24814 | |||
* | package/mac80211: fix issue when CONFIG_MAC80211_LEDS is not set. | Alexandros C. Couloumbis | 2010-12-23 | |
| | | | | SVN-Revision: 24813 | |||
* | ar71xx: add support for TL-WR740N v1 | Gabor Juhos | 2010-12-23 | |
| | | | | | | | | | Same as TL-WR741ND but with different hardware ID and without detachable antenna. Signed-off-by: Paul Fertser <fercerpav@gmail.com> SVN-Revision: 24811 | |||
* | upgrade u-boot to v2010.12 | Imre Kaloz | 2010-12-23 | |
| | | | | SVN-Revision: 24810 | |||
* | use u-boot v2010.12 | Imre Kaloz | 2010-12-23 | |
| | | | | SVN-Revision: 24809 | |||
* | kernel: add config option added in kernel 2.6.37-rc7 to generic and run make ↵ | Hauke Mehrtens | 2010-12-22 | |
| | | | | | | kernel_oldconfig for brcm47xx. SVN-Revision: 24805 | |||
* | kernel: refresh patches with kernel 2.6.37-rc7 | Hauke Mehrtens | 2010-12-22 | |
| | | | | SVN-Revision: 24804 | |||
* | brcm47xx: refresh patches with kernel 2.6.37-rc7 | Hauke Mehrtens | 2010-12-22 | |
| | | | | | | The deleted patches went upstream in 2.6.37-rc7 SVN-Revision: 24803 | |||
* | uml: this patch went upstream | Hauke Mehrtens | 2010-12-22 | |
| | | | | SVN-Revision: 24802 | |||
* | mac80211: add CONFIG_ATH5K_PCI only when not on aterhos target | Hauke Mehrtens | 2010-12-22 | |
| | | | | SVN-Revision: 24801 | |||
* | adm5120: make patches apply again and refresh them | Hauke Mehrtens | 2010-12-22 | |
| | | | | SVN-Revision: 24800 | |||
* | kernel: use tab in front of ledtrig-netdev.o and refresh kernel | Hauke Mehrtens | 2010-12-22 | |
| | | | | SVN-Revision: 24798 | |||
* | mac80211: rmove unused config symbols. | Hauke Mehrtens | 2010-12-22 | |
| | | | | | | CONFIG_RT2800PCI_PCI and CONFIG_RT2800PCI_SOC were removed some time ago and CONFIG_IWLWIFI was replaced by CONFIG_COMPAT_IWLWIFI in compat wireless SVN-Revision: 24794 | |||
* | mac80211: activate ahb bud for ath5k driver if on atheros target. | Hauke Mehrtens | 2010-12-22 | |
| | | | | SVN-Revision: 24793 | |||
* | missing-macros: extend fake-gtk-doc-check.m4 (fixes autoreconf in orbit2), ↵ | Jo-Philipp Wich | 2010-12-22 | |
| | | | | | | provide fake-intltool.m4 SVN-Revision: 24787 | |||
* | missing-macros: add xmms.m4, from libflac | Jo-Philipp Wich | 2010-12-22 | |
| | | | | SVN-Revision: 24784 | |||
* | base-files: implement "reqopts" parameter for dhcp interfaces to specify ↵ | Jo-Philipp Wich | 2010-12-22 | |
| | | | | | | additional dhcp options to request SVN-Revision: 24780 |