summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* toolchain: fix libgcc and libgfortran packages for avr32 and coldfireJo-Philipp Wich2012-07-171-2/+2
| | | | SVN-Revision: 32772
* rename upgrade image to sysupgrade.bin for consistencyFlorian Fainelli2012-07-171-3/+3
| | | | SVN-Revision: 32770
* add missing configuration symbolsFlorian Fainelli2012-07-172-0/+10
| | | | SVN-Revision: 32769
* au1000: implement sysupgrade platform.shFlorian Fainelli2012-07-172-0/+37
| | | | | | Signed-off-by: Bruno Randolf <br1@einfach.org> SVN-Revision: 32768
* au1000: clean up profilesFlorian Fainelli2012-07-172-6/+3
| | | | | | Signed-off-by: Bruno Randolf <br1@einfach.org> SVN-Revision: 32767
* au1000: fix InternetBox idsel and remove broken flagFlorian Fainelli2012-07-172-1/+13
| | | | | | | | | | | | | The following patch is necessary for the InternetBox (Surfbox) board-specific idsel to work with newer kernels. Acutally I don't exactly understand why this was not necessary before, but without the udelay, the MiniPCI adapter in slot 3 is not detected and set up correctly. Also remove platform broken flag, it works. Signed-off-by: Bruno Randolf <br1@einfach.org> SVN-Revision: 32766
* dnsmasq: Bump to 2.62, add DHCPv6 variantVasilis Tsiligiannis2012-07-172-17/+33
| | | | SVN-Revision: 32764
* tools: prefer gmd5sum if presentFelix Fietkau2012-07-171-1/+1
| | | | SVN-Revision: 32761
* mac80211: update to latest wireless-testing + some monitor mode fixes and ↵Felix Fietkau2012-07-1639-3507/+2503
| | | | | | some libertas driver fixes SVN-Revision: 32760
* uboot-envtools: add kirkwood board supportLuka Perkov2012-07-162-0/+29
| | | | SVN-Revision: 32756
* uboot-ar71xx: fix compile on recent mac os x versionsFelix Fietkau2012-07-161-0/+21
| | | | SVN-Revision: 32750
* scripts/config: build with gcc instead of clang on mac os xFelix Fietkau2012-07-161-2/+3
| | | | SVN-Revision: 32749
* usbreset: improve usability - add device list in usage screen - support ↵Jo-Philipp Wich2012-07-162-21/+198
| | | | | | resetting by bus/device number, by produc:vendor id or by device name SVN-Revision: 32741
* package-ipkg.mk: flag packages as "ok" after installJo-Philipp Wich2012-07-151-1/+1
| | | | | | | By flagging compile-time-installed packages as "ok", they can be differentiated from runtime-installed packages on the target later on. SVN-Revision: 32739
* ar71xx: enable I2C_GPIO, the PB44 board needs thatGabor Juhos2012-07-151-0/+1
| | | | SVN-Revision: 32738
* ar71xx: fix PB44 board detectionGabor Juhos2012-07-151-1/+1
| | | | SVN-Revision: 32737
* ar71xx: use gpio_set_value_cansleep on sleeping GPIOs in ath79_spiGabor Juhos2012-07-152-12/+15
| | | | SVN-Revision: 32736
* ath5k: fix txop calculation similar to what was done in ath9kFelix Fietkau2012-07-151-0/+11
| | | | SVN-Revision: 32735
* ath9k: fix an uninitialized variable warningFelix Fietkau2012-07-151-8/+21
| | | | SVN-Revision: 32734
* kernel: add Marvell SoC built-in RTC to modulesLuka Perkov2012-07-152-1/+17
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 32732
* set DEVICE_TYPE to other to avoid pulling unecessary packagesFlorian Fainelli2012-07-151-0/+2
| | | | SVN-Revision: 32731
* add compatible property to pci nodeFlorian Fainelli2012-07-151-0/+1
| | | | SVN-Revision: 32730
* use ohci_err() instead of err()Florian Fainelli2012-07-151-1/+1
| | | | SVN-Revision: 32729
* make sure we properly unmap DMA mappings we createdFlorian Fainelli2012-07-151-6/+11
| | | | SVN-Revision: 32728
* nuport-mac: add definitions of the various bits/masks usedFlorian Fainelli2012-07-151-24/+67
| | | | SVN-Revision: 32727
* kirkwood: add support for seagate goflexnet and goflexhomeLuka Perkov2012-07-154-2/+331
| | | | | | Signed-off-by: Martin Mueller <mm@sig21.net> SVN-Revision: 32725
* toolchain: Fix typo in libssp configVasilis Tsiligiannis2012-07-151-1/+1
| | | | SVN-Revision: 32723
* kirkwood: revert config changes from r32053Luka Perkov2012-07-151-2/+1
| | | | SVN-Revision: 32719
* uboot-kirkwood: update to 2012.04.01Luka Perkov2012-07-1421-1249/+1718
| | | | | | | | | | | | | | | | | | | | iConnect board tested by: Tim Fletcher <tim@night-shade.org.uk> Wojciech Dubowik <wojciech.dubowik@neratec.com> DockStar board tested by: Martin Mueller <mm@sig21.net> RaidSonic ICY BOX NAS6210 board tested by: Luka Perkov <uboot@lukaperkov.net> SheevaPlug was not tested but support for SheevaPlug is taken from upstream uboot and it is not reported to be broken there. SVN-Revision: 32717
* package: kernel: estetic fixLuka Perkov2012-07-141-2/+2
| | | | SVN-Revision: 32714
* kernel: enable kernel support for ALSA midiVasilis Tsiligiannis2012-07-141-1/+18
| | | | | | | | | | | | | | Here is a newer version of the patch: Enable the real ALSA midi interface (seq) in the kernel. The existing rawmidi interface is still present. This allows for the alsa midi utilities to work. Signed-off-by: Adam Goode <adam@spicenitz.org> [b_tsiligiannis: replaced $(LINUX_KMOD_SUFFIX) with .ko] Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 32712
* base-files: Modernize hotplug2 rules (#11368)Vasilis Tsiligiannis2012-07-141-29/+11
| | | | SVN-Revision: 32711
* ath9k: add extra checks to reduce the amount of unnecessary rx dma related ↵Felix Fietkau2012-07-141-0/+15
| | | | | | logspam SVN-Revision: 32709
* tools/squashfs(4): use $(HOSTCC) to avoid building with clang on recent mac ↵Felix Fietkau2012-07-132-0/+2
| | | | | | os x. the clang build fails with some linker errors SVN-Revision: 32706
* ath9k: fix 5 ghz frequency selection on ar934x devices with 25 mhz refclockFelix Fietkau2012-07-131-0/+13
| | | | SVN-Revision: 32705
* uhttpd: various changesJo-Philipp Wich2012-07-138-140/+127
| | | | | | | | | - remove unused variables - simply ignore command line args which belong to not enabled features - resolve peer address at accept() time, should solve (#11850) - remove floating point operations where possible SVN-Revision: 32704
* netifd: update to latest version, fixes wlan network state getting stuck on ↵Felix Fietkau2012-07-121-2/+2
| | | | | | wifi restarts, adds support for setting wlan device parameters such as mtu or txqueuelen SVN-Revision: 32689
* librpc: fix rpc/netdb.h compatibility issues, fixes curl compile error with ↵Felix Fietkau2012-07-121-0/+11
| | | | | | eglibc SVN-Revision: 32686
* ath9k: fix selecting the second antenna on a single-stream device with diversityFelix Fietkau2012-07-121-1/+1
| | | | SVN-Revision: 32685
* mac80211: fix an ap + sta mode regression that prevented the sta from ↵Felix Fietkau2012-07-121-0/+21
| | | | | | connecting (#11847) SVN-Revision: 32684
* ar71xx: build firmware image for the TP-Link TL-WDR4310 v1.0Gabor Juhos2012-07-123-1/+5
| | | | | | | | | | | | | | | | | The hardware for TP-Link TL-WDR4300 v1.1 and TL-WDR4310 v1.0 is identical, but requires different firmware headers: TL-WDR4300: 00000040 43 00 00 01 00 00 00 01 00 00 00 00 76 fb 83 40 |C...........v..@| TL-WDR4310: 00000040 43 10 00 01 00 00 00 01 00 00 00 00 38 2b 50 6c |C...........8+Pl| [juhosg: change commit message, use a different model name] Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de> SVN-Revision: 32683
* ramips: rt305x: add support for Edimax 3G-6200NGabor Juhos2012-07-1213-1/+122
| | | | | | | | Support for Edimax 3G-6200N router with USB. Signed-off-by: Lukasz Golebiowski <lgolebio@gmail.com> SVN-Revision: 32682
* generic: ocf: restore terminating entry of pci_id_table in hifnHIPPGabor Juhos2012-07-121-0/+1
| | | | SVN-Revision: 32680
* ar71xx: select ATH79_DEV_M25P80 for the WRT400N boardGabor Juhos2012-07-121-5/+6
| | | | SVN-Revision: 32679
* ar71xx: airrouter power led supportGabor Juhos2012-07-121-1/+6
| | | | | | | | | | This patch adds support for power led to Unifi Airrouter AP. [juhosg:fold the patch into 608-MIPS-ath79-ubnt-xm-add-more-boards.patch] Signed-off-by: Rocco Folino <lordzen@autistici.org> SVN-Revision: 32678
* ar71xx: unifi reset button supportGabor Juhos2012-07-121-1/+5
| | | | | | | | | | This patch adds support for reset button to Ubiquiti UniFi AP. [juhosg: fold the patch into 608-MIPS-ath79-ubnt-xm-add-more-boards.patch] Signed-off-by: Rocco Folino <lordzen@autistici.org> SVN-Revision: 32677
* ar71xx: airrouter reset button supportGabor Juhos2012-07-121-1/+5
| | | | | | | | | | This patch adds support for reset button to Ubiquiti Airrouter AP. [juhosg: fold the patch into 608-MIPS-ath79-ubnt-xm-add-more-boards.patch] Signed-off-by: Rocco Folino <lordzen@autistici.org> SVN-Revision: 32676
* openssl: enable the use of cryptodev digestsLuka Perkov2012-07-113-7/+15
| | | | SVN-Revision: 32673
* ocf: update to version 20120127Luka Perkov2012-07-1137-275/+4066
| | | | SVN-Revision: 32672
* mac80211: update brcmsmac patchesHauke Mehrtens2012-07-1113-760/+1213
| | | | SVN-Revision: 32671