summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* ssb module config symbols fixupFlorian Fainelli2008-11-261-2/+2
| | | | SVN-Revision: 13365
* Hardware crypto modules require CONFIG_CRYPTO_HW=y to be set (#3883), thanks ↵Florian Fainelli2008-11-241-0/+3
| | | | | | Norbert SVN-Revision: 13338
* Make b43 back again available for brcm47xx (#4237)Florian Fainelli2008-11-221-1/+1
| | | | SVN-Revision: 13320
* clean NATIVE_TOOLCHAIN dependenciesNicolas Thill2008-11-221-3/+3
| | | | SVN-Revision: 13314
* package/fuse: add workaround for uClibc 0.9.29 issues, fixes owfs and ↵Jo-Philipp Wich2008-11-221-0/+46
| | | | | | possibly others SVN-Revision: 13312
* uboot: support boards with tantos switch and small code and format cleanupsThomas Langer2008-11-211-147/+183
| | | | SVN-Revision: 13308
* Package ssb glue code out of the kernel, and make b43 be built for ↵Florian Fainelli2008-11-202-1/+23
| | | | | | non-brcm47xx targets as well SVN-Revision: 13301
* kernel/modules: disable automatic loading of crypto-test moduleGabor Juhos2008-11-191-1/+0
| | | | SVN-Revision: 13292
* cleanup uboot packageThomas Langer2008-11-1969-14866/+928
| | | | SVN-Revision: 13291
* openssl: update ocf to 20080917Gabor Juhos2008-11-183-679/+352
| | | | SVN-Revision: 13284
* add package for ocf-crypto-headersGabor Juhos2008-11-182-0/+512
| | | | SVN-Revision: 13283
* kernel/modules: move ixp4xx hardware crypto module package into crypto.mkGabor Juhos2008-11-182-20/+19
| | | | SVN-Revision: 13281
* bump to version 0.6.5 - updates driver_nl80211 to match changes in recent ↵Andy Boyett2008-11-182-6/+6
| | | | | | compat-wireless snapshots (for >= 2.6.27) - adds preliminary support for 802.11n to hostapd itself SVN-Revision: 13275
* make mmc_over_gpio init uci-awareJo-Philipp Wich2008-11-173-5/+34
| | | | SVN-Revision: 13273
* MADWIFI_DEBUG should depend on DEVELImre Kaloz2008-11-171-1/+1
| | | | SVN-Revision: 13267
* remove mac address handling, now handled by /lib/network/config.shJo-Philipp Wich2008-11-171-1/+1
| | | | SVN-Revision: 13259
* Prevent "SIOCSIFHWADDR: Device or resource busy" when trying to change mac ↵Jo-Philipp Wich2008-11-171-0/+1
| | | | | | address SVN-Revision: 13258
* move the txpower option to wifi-iface to mimic madwifi configurationJo-Philipp Wich2008-11-161-2/+3
| | | | SVN-Revision: 13239
* package/broadcom-wl: - use [tr]xantenna instead of [tr]xant to unify config ↵Jo-Philipp Wich2008-11-161-4/+7
| | | | | | - implement txpower option SVN-Revision: 13236
* Finally fix iptables -m conntrack (#988), bump release numnberFlorian Fainelli2008-11-162-1/+12
| | | | SVN-Revision: 13235
* Package pata_rb532_cf separately and update kernel configFlorian Fainelli2008-11-161-0/+18
| | | | SVN-Revision: 13225
* The package kmod-net-prism54 misses the firmware file in /lib/firmware.Florian Fainelli2008-11-151-0/+17
| | | | | | Signed-Off-By: Joerg Albert <jal2 at gmx.de> SVN-Revision: 13223
* kexec-tools does build fine on mips with 2.6.27 kernels, until we update the ↵Florian Fainelli2008-11-151-1/+1
| | | | | | kexec-tools version, mask it SVN-Revision: 13222
* Use the openwrt.org mirror, others are offlineFlorian Fainelli2008-11-151-1/+1
| | | | SVN-Revision: 13221
* Split out pcmcia core support from the socket driversFlorian Fainelli2008-11-151-14/+25
| | | | SVN-Revision: 13214
* Package bcm63xx-pcmcia kernel module and fix compilationFlorian Fainelli2008-11-151-0/+14
| | | | SVN-Revision: 13212
* Fix typo in wpa_supplicant (#4208)Florian Fainelli2008-11-151-1/+1
| | | | SVN-Revision: 13209
* madwifi: ap+sta race conditionsFelix Fietkau2008-11-142-1/+61
| | | | SVN-Revision: 13208
* madwifi: add iwpriv for setting the maximum number of associated clients (ap ↵Felix Fietkau2008-11-143-3/+88
| | | | | | mode) SVN-Revision: 13207
* Build p54 driver from compat-wirelessFlorian Fainelli2008-11-143-39/+86
| | | | SVN-Revision: 13206
* Put libext2fs into its own package.Lars-Peter Clausen2008-11-141-2/+23
| | | | SVN-Revision: 13205
* uci: upgrade to 0.6.4 - adds extended syntax to the cli and fixes a lua ↵Felix Fietkau2008-11-141-2/+2
| | | | | | binding problem SVN-Revision: 13203
* fix brctl on linux 2.4Nicolas Thill2008-11-131-0/+74
| | | | SVN-Revision: 13194
* bump openssl PKG_RELEASEFelix Fietkau2008-11-111-1/+1
| | | | SVN-Revision: 13184
* enable rc2 in openssl again, because disabling it breaks pkcs12 (thx, eJunky)Felix Fietkau2008-11-111-1/+1
| | | | SVN-Revision: 13182
* bridge (brctl) changes: - enable brctl in busybox - disable bridge-utils - ↵Nicolas Thill2008-11-112-5/+5
| | | | | | bumb busybox release number SVN-Revision: 13180
* lua changes: - fix shared lib generation - don't ship liblua.so dev lib in ↵Nicolas Thill2008-11-112-10/+6
| | | | | | liblua package - remove unsupported 'all' make target during build - misc cleanup - bump release number SVN-Revision: 13179
* add missing kconfig symbol when SBP2 is enabledNicolas Thill2008-11-111-1/+3
| | | | SVN-Revision: 13177
* FireWire/IEEE1394 requires PCI supportNicolas Thill2008-11-111-0/+1
| | | | SVN-Revision: 13176
* ack CONFIG_ISDN change introduced in 2.6.27+Nicolas Thill2008-11-111-1/+0
| | | | SVN-Revision: 13175
* make network config script work with brctl from both bridge-utils & busyboxNicolas Thill2008-11-091-1/+1
| | | | SVN-Revision: 13165
* Build b43, b43legacy and ath9k for kernels >= 2.6.27 from mac80211. Include ↵Florian Fainelli2008-11-097-266/+607
| | | | | | b43legacy by default in the Generic bcm47xx profile (#4179) SVN-Revision: 13164
* fix busybox brctl rejecting 0 as a valid value in time-related commands ↵Nicolas Thill2008-11-091-0/+13
| | | | | | (setageing, setfd, ...) SVN-Revision: 13163
* upgrade busybox to 1.11.3Nicolas Thill2008-11-093-159/+2
| | | | SVN-Revision: 13160
* Allow setting the MAC address on a broadcom device (#1512)Florian Fainelli2008-11-091-0/+2
| | | | SVN-Revision: 13154
* Change order of module startup to force USB2 before USB1.1Peter Denison2008-11-091-1/+1
| | | | SVN-Revision: 13151
* Add firewire kernel modules to menuconfigPeter Denison2008-11-091-0/+90
| | | | SVN-Revision: 13150
* Add mac80211-hswim driverFlorian Fainelli2008-11-091-0/+9
| | | | SVN-Revision: 13146
* fix trailing backslash error introduced in r13115 - fixes kernel config issuesFelix Fietkau2008-11-061-1/+1
| | | | SVN-Revision: 13131
* add rt2860 firmwareFelix Fietkau2008-11-031-0/+14
| | | | SVN-Revision: 13117