summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* move leds modules back to target modules.mkFlorian Fainelli2012-07-251-31/+0
| | | | SVN-Revision: 32851
* move i2c modules back to target modules.mkFlorian Fainelli2012-07-251-35/+0
| | | | SVN-Revision: 32850
* fix network devices modules to depend on PCI instead of x86Florian Fainelli2012-07-251-21/+21
| | | | SVN-Revision: 32849
* move more x86-specific modules back to target modules.mkFlorian Fainelli2012-07-251-177/+0
| | | | SVN-Revision: 32848
* fix libsas and mvsas dependencies against PCI and not x86Florian Fainelli2012-07-251-2/+1
| | | | SVN-Revision: 32847
* move x86 specific ide/pata modules to x86' modules.mkFlorian Fainelli2012-07-251-64/+0
| | | | SVN-Revision: 32846
* split framebuffer helper modules to their own packagesFlorian Fainelli2012-07-251-9/+49
| | | | SVN-Revision: 32843
* fixes build for 3.x kernel and remove old 2.6.x referencesJohn Crispin2012-07-242-1/+32
| | | | | | Signed-off-by: christoph.thielecke@gmx.de SVN-Revision: 32832
* mac80211/hostapd: add support for HT capa in case of IBSS/RSNJohn Crispin2012-07-243-7/+181
| | | | | | Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 32830
* wpa_supplicant: add more parametersJohn Crispin2012-07-242-7/+40
| | | | | | Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 32829
* hostapd: add pending patchesJohn Crispin2012-07-242-0/+286
| | | | | | | | add patched needed to pass more parameters to the IBSS JOIN command Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 32828
* adds target used by rapsberry piJohn Crispin2012-07-241-0/+46
| | | | | | | | Add support for Raspberry Pi / brcm2708 / 2835 Signed-off-by: Ian Ridge <ianridge [at] gmail.com> SVN-Revision: 32825
* ext4 supportJohn Crispin2012-07-242-1/+86
| | | | | | | | | This patch adds the ext4 filesystem support to mountd. Tested with ext2, ext3 and ext4 partitions. Signed-off-by: Jaroslaw Swierczynski <jarek1701@gmail.com> SVN-Revision: 32818
* add support for Rt3352 in rt2x00 driverJohn Crispin2012-07-241-0/+445
| | | | | | | | | Forgot to do make package/mac80211/update, so the previously posted patch wasn't in sync with compat-wireless. Now fixed. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 32817
* orion_wdt is also available on kirkwoodFlorian Fainelli2012-07-241-1/+1
| | | | SVN-Revision: 32811
* move omap specific modules to modules.mkFlorian Fainelli2012-07-241-73/+0
| | | | SVN-Revision: 32810
* move n810 battery module to omap24 modules.mkFlorian Fainelli2012-07-241-16/+0
| | | | SVN-Revision: 32809
* move target specific modules to target's module.mkFlorian Fainelli2012-07-241-40/+0
| | | | SVN-Revision: 32808
* create kmod-fb and update xen framebuffer moduleFlorian Fainelli2012-07-242-4/+23
| | | | SVN-Revision: 32805
* add sound-soc-ac97 packageFlorian Fainelli2012-07-241-0/+11
| | | | SVN-Revision: 32801
* add kmod-regmap including both i2c and spi modulesFlorian Fainelli2012-07-241-0/+17
| | | | | | This is required for quite SoC sound support SVN-Revision: 32800
* ath5k: add tx power related fixesFelix Fietkau2012-07-231-0/+112
| | | | SVN-Revision: 32793
* 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
* 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
* 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
* dnsmasq: Bump to 2.62, add DHCPv6 variantVasilis Tsiligiannis2012-07-172-17/+33
| | | | SVN-Revision: 32764
* 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
* 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
* 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-151-0/+17
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 32732
* toolchain: Fix typo in libssp configVasilis Tsiligiannis2012-07-151-1/+1
| | | | SVN-Revision: 32723
* 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
* ath9k: fix 5 ghz frequency selection on ar934x devices with 25 mhz refclockFelix Fietkau2012-07-131-0/+13
| | | | SVN-Revision: 32705