aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* mac80211: add rt2800 patches from the rt2x00 git ropeGabor Juhos2009-02-0811-1/+768
| | | | SVN-Revision: 14435
* mac80211: update compat-wireless to 2009-02-07Gabor Juhos2009-02-088-335/+342
| | | | SVN-Revision: 14434
* remove false dependence in util-linux-ngClaudio Mignanti2009-02-081-1/+0
| | | | SVN-Revision: 14433
* Added PS3 sound driverHamish Guthrie2009-02-061-0/+16
| | | | SVN-Revision: 14422
* kmod-ssb should not be visible on 2.4 kernelsFlorian Fainelli2009-02-061-1/+1
| | | | SVN-Revision: 14419
* "-R" will not work as it needs the configured IP on the interface. Thus this ↵Markus Wigge2009-02-041-1/+1
| | | | | | option leads to the warning message: "udhcpc: bind(UDP): Cannot assign requested address" SVN-Revision: 14408
* fix table alignment for cris (#4104)Claudio Mignanti2009-02-041-0/+12
| | | | SVN-Revision: 14407
* correct kernel modules dependencies against kmod-i2c-core, they already ↵Florian Fainelli2009-02-041-3/+3
| | | | | | depend on kmod-i2c-algo-bit, which depends on kmod-i2c-core (#4330) SVN-Revision: 14401
* add dropkey ssh keys and config files to the conffiles section (#2014)Florian Fainelli2009-02-032-5/+12
| | | | SVN-Revision: 14399
* add dnsmasq config file to the conffiles sectionFlorian Fainelli2009-02-031-0/+4
| | | | SVN-Revision: 14398
* allow specifying port where to log (#2019)Florian Fainelli2009-02-031-1/+2
| | | | SVN-Revision: 14396
* fix tg3 libphy dependency, thanks AcinonyxFlorian Fainelli2009-02-031-1/+1
| | | | SVN-Revision: 14390
* mac80211: update compat-wireless to 2009-02-02Gabor Juhos2009-02-032-5/+5
| | | | SVN-Revision: 14385
* openssl: add a patch to fix link segfault when using a glibc/eglibc based ↵Nicolas Thill2009-02-021-0/+18
| | | | | | toolchain (closes: #4517), thanks to Luigi Mantellini SVN-Revision: 14375
* kernel: mark modules that won't build on 2.6.28 as brokenNicolas Thill2009-02-022-2/+4
| | | | SVN-Revision: 14356
* package libphy separately and make tg3 depend on it for kernels 2.6.27 and ↵Florian Fainelli2009-02-021-5/+15
| | | | | | superior SVN-Revision: 14354
* mac80211/ath9k: fix invalid MAC address handlingGabor Juhos2009-02-011-0/+25
| | | | SVN-Revision: 14342
* mac80211/ath9k: enable debug stuffGabor Juhos2009-01-311-0/+11
| | | | SVN-Revision: 14334
* mac80211/ath9k: replace the accidentaly committed patchGabor Juhos2009-01-311-18/+2
| | | | SVN-Revision: 14331
* mac80211/ath9k: disable leds on the ar9100 devicesGabor Juhos2009-01-311-0/+38
| | | | SVN-Revision: 14330
* mac80211: refresh patchesGabor Juhos2009-01-311-4/+4
| | | | SVN-Revision: 14329
* add libphy module to tg3 driver package - fixes unresolved symbols (#4353)Florian Fainelli2009-01-311-0/+4
| | | | SVN-Revision: 14310
* mac80211: move txpower to wifi-device section, but remain backwards compatibleAndy Boyett2009-01-312-5/+7
| | | | SVN-Revision: 14309
* kernel: add modules for nfnetlink based packet logging & queuing and ↵Nicolas Thill2009-01-311-0/+65
| | | | | | conntracking SVN-Revision: 14308
* madwifi: mode txpower to wifi-device section, but remain backwards compatibleAndy Boyett2009-01-312-7/+14
| | | | SVN-Revision: 14307
* broadcom-wl: move txpower back to wifi-device section, but remain backwards ↵Andy Boyett2009-01-312-6/+11
| | | | | | compatible SVN-Revision: 14306
* Add e2fsck init script - scans every ext2/ext3 mount from fstabFlorian Fainelli2009-01-312-1/+39
| | | | | | Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 14301
* fix lua compile with eglibc selected and utmp support disabledFelix Fietkau2009-01-312-0/+32
| | | | SVN-Revision: 14298
* re-enable the mss fix by default for now - see discussion at ↵Felix Fietkau2009-01-311-5/+1
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2009-January/003724.html for more information SVN-Revision: 14293
* Use block events for the mounting/unmounting of external storage devices. ↵Jose Vasconcellos2009-01-306-39/+46
| | | | | | This handles both USB and IEEE1394 devices. It removes /sbin/usb-storage in favor of using the block hotplug event. There are dummy scripts to handle the plug in/out of USB and IEEE1394 devices for updating LEDs. Storage devices are mount as a sub-directory under /mnt. SVN-Revision: 14289
* allow hostapd to continue, even if setting the country code failsFelix Fietkau2009-01-301-0/+10
| | | | SVN-Revision: 14287
* crda: make the whole crypto stuff optional and don't use it for now, link ↵Nicolas Thill2009-01-303-61/+16
| | | | | | statically with libnl SVN-Revision: 14284
* increase default size of the connection tracking table, thanks MarcFlorian Fainelli2009-01-301-0/+1
| | | | SVN-Revision: 14283
* mac80211: update compat-wireless to 2009-01-29Gabor Juhos2009-01-303-6/+6
| | | | SVN-Revision: 14279
* add some work-in-progress patches for ath5k stability and performanceFelix Fietkau2009-01-303-0/+1203
| | | | SVN-Revision: 14277
* fix hostapd startup for no-crypto configurationsFelix Fietkau2009-01-301-1/+2
| | | | SVN-Revision: 14276
* accomodate a change in msdos.ko path that appeared on 2.6.28Nicolas Thill2009-01-301-1/+6
| | | | SVN-Revision: 14273
* kernel: fix leds-wrap dependenciesAndy Boyett2009-01-291-1/+1
| | | | SVN-Revision: 14257
* kernel: fix leds-net48xx and scx200-gpio dependencies, closes #4486Andy Boyett2009-01-291-2/+2
| | | | SVN-Revision: 14255
* crda: new package (thanks to Hauke Mehrtens <hauke@hauke-m.de>)Gabor Juhos2009-01-283-0/+137
| | | | SVN-Revision: 14249
* hotplug2: add platform hotpluggingGabor Juhos2009-01-282-5/+5
| | | | SVN-Revision: 14248
* mac80211: cleanup mac80211.shGabor Juhos2009-01-281-11/+11
| | | | SVN-Revision: 14246
* wpa_supplicant: update to 0.6.7Gabor Juhos2009-01-285-46/+46
| | | | SVN-Revision: 14240
* wpa_supplicant: refresh patchesGabor Juhos2009-01-285-54/+42
| | | | SVN-Revision: 14239
* iw: update to 0.9.9 (thanks to Hauke Mehrtens <hauke@hauke-m.de>)Gabor Juhos2009-01-281-4/+4
| | | | SVN-Revision: 14235
* libnl: update linux/genetlink.h for iw package (thanks to Hauke Mehrtens ↵Gabor Juhos2009-01-282-2/+36
| | | | | | <hauke@hauke-m.de>) SVN-Revision: 14234
* libnl: refresh patchesGabor Juhos2009-01-286-39/+23
| | | | SVN-Revision: 14233
* - added "server" option list to delegate specific subdomains to given ↵Markus Wigge2009-01-272-0/+6
| | | | | | upstream servers SVN-Revision: 14232
* mark kmod-ata-rb532-cf as brokenNicolas Thill2009-01-271-1/+1
| | | | SVN-Revision: 14229
* hostapd: add support for socket filtering to get rid of some of the massive ↵Felix Fietkau2009-01-271-0/+184
| | | | | | cpu overhead with mac80211 drivers (backport from hostapd git repository) SVN-Revision: 14225