summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* Disable b43 for targets that are not brcm47xx or brcm63xxFlorian Fainelli2008-12-021-1/+1
| | | | SVN-Revision: 13475
* madwifi: fix frame type parsing (fixes stp, see #4205)Felix Fietkau2008-12-021-0/+13
| | | | SVN-Revision: 13468
* bump hostapd to version 0.6.6Imre Kaloz2008-12-021-2/+2
| | | | | | Signed-off-by: Roberto Riggio <roberto.riggio@create-net.org> SVN-Revision: 13467
* upgrade iptables to 1.4.1.1, needed for proper 2.6.27 supportImre Kaloz2008-12-018-568/+221
| | | | SVN-Revision: 13458
* Fix libertas compile on 2.6.27.Lars-Peter Clausen2008-11-301-15/+78
| | | | SVN-Revision: 13452
* Fix compile for olpc target.Lars-Peter Clausen2008-11-302-2/+6
| | | | SVN-Revision: 13451
* update libertas driverJohn Crispin2008-11-3033-2424/+4245
| | | | SVN-Revision: 13447
* Update mac80211 and make b43 driver build and load on targets other than ↵Florian Fainelli2008-11-2914-1183/+852
| | | | | | | | brcm47xx (#4266) Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 13431
* Corrected SSB ConfigFlorian Fainelli2008-11-291-4/+5
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 13428
* madwifi: improve automatic channel selection by taking idle airtime into accountFelix Fietkau2008-11-294-5/+124
| | | | SVN-Revision: 13420
* package/base-files: allow ipv6 routes without gateway specifiedJo-Philipp Wich2008-11-281-1/+1
| | | | SVN-Revision: 13419
* madwifi: improve reliability of the wds modesFelix Fietkau2008-11-2816-889/+862
| | | | SVN-Revision: 13416
* package/dnsmasq: bump to v2.46 (#4263)Jo-Philipp Wich2008-11-281-2/+2
| | | | SVN-Revision: 13414
* Add ata over ethernet modules (#4074)Florian Fainelli2008-11-281-0/+15
| | | | SVN-Revision: 13413
* split Soekris profile into 45xx and 48xx, add kernel package for required ↵Jo-Philipp Wich2008-11-281-0/+16
| | | | | | watchdog driver on 45xx SVN-Revision: 13411
* fix a race condition where ppp interfaces were not added to the firewall ↵Felix Fietkau2008-11-281-0/+3
| | | | | | properly when brought up at boot time - save the ppp interface unit number in the network state SVN-Revision: 13402
* fix up the network ifname in the network state when receiving iface/ifup eventsFelix Fietkau2008-11-281-0/+1
| | | | SVN-Revision: 13399
* fix ifup (no longer use the to-be-reverted state of the previous config)Felix Fietkau2008-11-281-3/+15
| | | | SVN-Revision: 13398
* 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