summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "[package] kernel/modules: dont only change loading order on ↵Vasilis Tsiligiannis2012-07-231-6/+6
| | | | | | | | | | IPSEC*-m, propagate this to documentation too" Preserve alphabetical order on KCONFIG and description for consistency with other module packages This reverts commit r32775. SVN-Revision: 32791
* build: ensure that reordering of KCONFIG lines are handled properly and that ↵Felix Fietkau2012-07-222-1/+5
| | | | | | the final result does not depend on the package scan order SVN-Revision: 32788
* crashlog: fix dependency, add memblock supportFelix Fietkau2012-07-221-7/+50
| | | | SVN-Revision: 32787
* owipcalc: fix output formatting quirksJo-Philipp Wich2012-07-201-14/+35
| | | | SVN-Revision: 32786
* owipcalc: add new operations "next", "prev", "6to4" and "pop", implement a ↵Jo-Philipp Wich2012-07-202-101/+266
| | | | | | stack for intermediate results SVN-Revision: 32785
* grub: replace an unnecessary piece of inline assembly that breaks the build ↵Felix Fietkau2012-07-201-0/+14
| | | | | | on recent mac os x SVN-Revision: 32784
* kernel: fix portability issues on the x86 specific relocs host tool, fixes ↵Felix Fietkau2012-07-204-0/+3031
| | | | | | build on mac os x SVN-Revision: 32783
* owipcalc: add "prefix" operation to set prefix of base address during ↵Jo-Philipp Wich2012-07-192-1/+12
| | | | | | calculation SVN-Revision: 32782
* dnsmasq: Fix DHCP no address on interface warning (#10570)Vasilis Tsiligiannis2012-07-191-0/+49
| | | | SVN-Revision: 32781
* owipcalc: remove binaryJo-Philipp Wich2012-07-191-0/+0
| | | | SVN-Revision: 32779
* add owipcalc - a small ipv4 & ipv6 calculation utilityJo-Philipp Wich2012-07-193-0/+803
| | | | SVN-Revision: 32778
* Increase iwlist buffer sizeHamish Guthrie2012-07-192-1/+47
| | | | SVN-Revision: 32777
* kernel/modules: dont only change loading order on IPSEC*-m, propagate this ↵Luka Perkov2012-07-171-6/+6
| | | | | | to documentation too SVN-Revision: 32775
* uboot-envtools: add support for alfa ap96Luka Perkov2012-07-171-0/+1
| | | | SVN-Revision: 32774
* kernel/modules: fix ipcomp6 load orderVasilis Tsiligiannis2012-07-171-1/+1
| | | | | | | | | ipcomp6 depends on xfrm6_tunnel, load order changed accordingly. Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 32773
* 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