summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* base-files: fix detection of standalone lddFlorian Fainelli2012-07-272-2/+2
| | | | | | | | When standalone ldd is selected in config the binary is installed in /usr/bin/ldd. Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 32891
* mae brcmutil depend on PCI and USB. This broke ar7 fullbuildsJohn Crispin2012-07-271-0/+1
| | | | SVN-Revision: 32886
* bcma: update to version from wireless-testing tag master-2012-07-16Hauke Mehrtens2012-07-261-0/+1
| | | | | | | | I did not add the last patch, because it add some stubs for the flash drivers and our patches have to be changed for that, if the flash support in bcma is able to do something I will integrate it. This also contains 3 additional patches fixing some bugs in bcma. SVN-Revision: 32880
* make kmod-mvsas depend on x86 since it fails building on other targets (eg: ↵Florian Fainelli2012-07-261-1/+1
| | | | | | brcm63xx) SVN-Revision: 32878
* make kmod-fb dependent on DISPLAY_SUPPORT and update targets accordinglyFlorian Fainelli2012-07-251-0/+1
| | | | SVN-Revision: 32869
* mtd: fix trx_fixupFelix Fietkau2012-07-254-8/+11
| | | | | | | | | | | | | | | | With the BRCM47xx image I have built (Linksys E3000), there are additional writes following the completion of "mtd_replace_jffs2" which invalidate the 'trx_fixup' performed by 'mtd_replace_jffs2'. Moving the 'trx_fixup' to somewhere after all writes have completed fixes the problem. I also noticed that 'erasesize' used to compute 'block_offset' in 'mtd_fixtrx' is used before it is computed by 'mtd_check_open'; moving the call to 'mtd_check_open' up a few lines fixes this. Unlike 'mtd_fixtrx', 'trx_fixup' appears to assume that the TRX header is always at offset 0; which may be the cause of the problem described in Ticket #8960. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 32866
* move isp116x driver to target specific modules.mkFlorian Fainelli2012-07-251-19/+0
| | | | SVN-Revision: 32865
* move rt305x-dwc driver to target specific modules.mkFlorian Fainelli2012-07-251-21/+0
| | | | SVN-Revision: 32864
* move ubsec-ssb driver to target specific modules.mkFlorian Fainelli2012-07-251-16/+0
| | | | SVN-Revision: 32863
* move ssb-gige to target specific modules.mkFlorian Fainelli2012-07-251-14/+0
| | | | SVN-Revision: 32862
* move usb driver to target specific modules.mkFlorian Fainelli2012-07-251-15/+0
| | | | SVN-Revision: 32861
* kmod-r6040 depends on PCI_SUPPORTFlorian Fainelli2012-07-251-1/+1
| | | | SVN-Revision: 32860
* move mmc driver to target specific modules.mkFlorian Fainelli2012-07-251-16/+0
| | | | SVN-Revision: 32859
* move ixp4xx-eth to target specific modules.mkFlorian Fainelli2012-07-251-14/+0
| | | | SVN-Revision: 32858
* kmod-gpio-nxp74hc164 is not brcm63xx specificFlorian Fainelli2012-07-251-1/+0
| | | | SVN-Revision: 32857
* move crypto module to target specific modules.mkFlorian Fainelli2012-07-251-17/+0
| | | | SVN-Revision: 32856
* move i2c driver to target modules.mkFlorian Fainelli2012-07-251-145/+0
| | | | SVN-Revision: 32855
* move watchdog driver to target specific modules.mkFlorian Fainelli2012-07-251-16/+0
| | | | SVN-Revision: 32854
* move target specific spi modulesFlorian Fainelli2012-07-251-15/+0
| | | | SVN-Revision: 32853
* move target specific leds modules to ar71xx modules.mkFlorian Fainelli2012-07-251-33/+0
| | | | SVN-Revision: 32852
* 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