Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add relayd, can be used as a replacement for client bridge, but does not ↵ | Felix Fietkau | 2010-12-30 | 1 | -0/+37 |
| | | | | | | have any uci integration yet SVN-Revision: 24856 | ||||
* | ath9k: fix rx dma descriptor error flag handling | Felix Fietkau | 2010-12-30 | 1 | -0/+53 |
| | | | | SVN-Revision: 24855 | ||||
* | generic: update ARM mach-types | Gabor Juhos | 2010-12-29 | 5 | -21/+1703 |
| | | | | SVN-Revision: 24854 | ||||
* | package/kernel: enable CONFIG_INPUT_KEYBOARD for gpio-keys | Gabor Juhos | 2010-12-29 | 1 | -1/+3 |
| | | | | SVN-Revision: 24853 | ||||
* | generic: add missing CONFIG_KEYBOARD_* symbols | Gabor Juhos | 2010-12-29 | 5 | -1/+37 |
| | | | | SVN-Revision: 24852 | ||||
* | tools/e2fsprogs: update to version 1.41.14 | Alexandros C. Couloumbis | 2010-12-29 | 2 | -28/+2 |
| | | | | SVN-Revision: 24851 | ||||
* | generic: add CONFIG_DEBUG_ICEDCC symbol | Gabor Juhos | 2010-12-29 | 5 | -0/+5 |
| | | | | SVN-Revision: 24850 | ||||
* | multiple SPI driver fixes | Florian Fainelli | 2010-12-29 | 1 | -36/+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 | 1 | -2/+2 |
| | | | | SVN-Revision: 24848 | ||||
* | target/linux: sync to kernel 2.6.37-rc8, refresh patches | Alexandros C. Couloumbis | 2010-12-29 | 21 | -91/+60 |
| | | | | SVN-Revision: 24847 | ||||
* | missing-macros: add as-ac-expand.m4 | Jo-Philipp Wich | 2010-12-29 | 3 | -1/+50 |
| | | | | SVN-Revision: 24846 | ||||
* | patches-2.6.35: mtd flashmap: Really fixed sparelen and rootfslen. The real ↵ | Daniel Dickinson | 2010-12-28 | 1 | -17/+5 |
| | | | | | | 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 | 1 | -2/+2 |
| | | | | | | (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 | 1 | -62/+74 |
| | | | | | | | | | | 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 | 1 | -0/+1 |
| | | | | SVN-Revision: 24839 | ||||
* | Added OpenWRT-specific field to imagetag so that we can record the real root ↵ | Daniel Dickinson | 2010-12-26 | 4 | -35/+11 |
| | | | | | | | | 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 | 2 | -6/+77 |
| | | | | | | | | 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 | 1 | -0/+20 |
| | | | | | | | | 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 | 4 | -1/+247 |
| | | | | | | | | 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 | 1 | -5/+52 |
| | | | | | | | | 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 | 3 | -115/+120 |
| | | | | | | | | 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 | 1 | -4/+7 |
| | | | | | | to ./m4, add LIBTOOL to AM_TOOL_PATHS SVN-Revision: 24830 | ||||
* | uhttpd: allow lowercase http header fields (#8513) | Jo-Philipp Wich | 2010-12-24 | 2 | -3/+3 |
| | | | | SVN-Revision: 24823 | ||||
* | ath9k: add back the interrupt mitigation tweak and reduce the rx interrupt ↵ | Felix Fietkau | 2010-12-24 | 1 | -0/+13 |
| | | | | | | mitigation times further SVN-Revision: 24819 | ||||
* | ath9k: add pending fixes for revision checks and handling of the hw ↵ | Felix Fietkau | 2010-12-24 | 1 | -1/+43 |
| | | | | | | workaround register SVN-Revision: 24818 | ||||
* | Import an experimental ADC driver | Claudio Mignanti | 2010-12-23 | 5 | -0/+460 |
| | | | | SVN-Revision: 24814 | ||||
* | package/mac80211: fix issue when CONFIG_MAC80211_LEDS is not set. | Alexandros C. Couloumbis | 2010-12-23 | 1 | -0/+35 |
| | | | | SVN-Revision: 24813 | ||||
* | ar71xx: add support for TL-WR740N v1 | Gabor Juhos | 2010-12-23 | 3 | -0/+25 |
| | | | | | | | | | 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 | 1 | -2/+2 |
| | | | | SVN-Revision: 24810 | ||||
* | use u-boot v2010.12 | Imre Kaloz | 2010-12-23 | 2 | -7/+7 |
| | | | | SVN-Revision: 24809 | ||||
* | kernel: add config option added in kernel 2.6.37-rc7 to generic and run make ↵ | Hauke Mehrtens | 2010-12-22 | 2 | -50/+19 |
| | | | | | | kernel_oldconfig for brcm47xx. SVN-Revision: 24805 | ||||
* | kernel: refresh patches with kernel 2.6.37-rc7 | Hauke Mehrtens | 2010-12-22 | 5 | -7/+7 |
| | | | | SVN-Revision: 24804 | ||||
* | brcm47xx: refresh patches with kernel 2.6.37-rc7 | Hauke Mehrtens | 2010-12-22 | 7 | -454/+1 |
| | | | | | | The deleted patches went upstream in 2.6.37-rc7 SVN-Revision: 24803 | ||||
* | uml: this patch went upstream | Hauke Mehrtens | 2010-12-22 | 1 | -38/+0 |
| | | | | SVN-Revision: 24802 | ||||
* | mac80211: add CONFIG_ATH5K_PCI only when not on aterhos target | Hauke Mehrtens | 2010-12-22 | 2 | -0/+12 |
| | | | | SVN-Revision: 24801 | ||||
* | adm5120: make patches apply again and refresh them | Hauke Mehrtens | 2010-12-22 | 21 | -63/+63 |
| | | | | SVN-Revision: 24800 | ||||
* | kernel: use tab in front of ledtrig-netdev.o and refresh kernel | Hauke Mehrtens | 2010-12-22 | 16 | -20/+20 |
| | | | | SVN-Revision: 24798 | ||||
* | mac80211: rmove unused config symbols. | Hauke Mehrtens | 2010-12-22 | 1 | -5/+0 |
| | | | | | | 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 | 1 | -2/+5 |
| | | | | SVN-Revision: 24793 | ||||
* | missing-macros: extend fake-gtk-doc-check.m4 (fixes autoreconf in orbit2), ↵ | Jo-Philipp Wich | 2010-12-22 | 4 | -2/+29 |
| | | | | | | provide fake-intltool.m4 SVN-Revision: 24787 | ||||
* | missing-macros: add xmms.m4, from libflac | Jo-Philipp Wich | 2010-12-22 | 3 | -1/+156 |
| | | | | SVN-Revision: 24784 | ||||
* | base-files: implement "reqopts" parameter for dhcp interfaces to specify ↵ | Jo-Philipp Wich | 2010-12-22 | 2 | -2/+4 |
| | | | | | | additional dhcp options to request SVN-Revision: 24780 | ||||
* | busybox: implement ms static routes option in udhcpc (#6435) | Jo-Philipp Wich | 2010-12-22 | 1 | -0/+22 |
| | | | | SVN-Revision: 24779 | ||||
* | base-files: the busybox update to v1.15.3 completely broke udhcpc route ↵ | Jo-Philipp Wich | 2010-12-22 | 1 | -73/+14 |
| | | | | | | option handling, repair default.script to work with the new format (#6435) SVN-Revision: 24778 | ||||
* | missing-macros: add missing serial numbers, split acc.m4 into mfx_acc.m4, ↵ | Jo-Philipp Wich | 2010-12-22 | 9 | -363/+367 |
| | | | | | | mfx_cppflags.m4 and mfx_limits.m4 SVN-Revision: 24763 | ||||
* | missing-macros: fix a bunch of underquoted definition warnings in various ↵ | Jo-Philipp Wich | 2010-12-22 | 3 | -16/+16 |
| | | | | | | 3rd party macros SVN-Revision: 24761 | ||||
* | missing-macros: add more m4 macros from gettext, ossp-js, libmikmod, libdnet | Jo-Philipp Wich | 2010-12-22 | 16 | -1/+1088 |
| | | | | SVN-Revision: 24757 | ||||
* | missing-macros: add acc.m4, used by ucl and lzo | Jo-Philipp Wich | 2010-12-22 | 3 | -1/+368 |
| | | | | SVN-Revision: 24756 | ||||
* | add missing makefile in previous commit | Jo-Philipp Wich | 2010-12-22 | 1 | -0/+31 |
| | | | | SVN-Revision: 24755 | ||||
* | package mm-common, this provides missing m4 macros for glibmm, gtkmm, ↵ | Jo-Philipp Wich | 2010-12-22 | 1 | -1/+2 |
| | | | | | | cairomm and other Gnome C++ bindings SVN-Revision: 24754 |