summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* reorder patchesFelix Fietkau2008-04-214-0/+0
| | | | SVN-Revision: 10898
* madwifi: remove the minstrel_mrr hack and add two patches that massively ↵Felix Fietkau2008-04-213-22/+89
| | | | | | improve minstrel's performance and response time SVN-Revision: 10897
* fix a some txq races (merge from madwifi-trunk)Felix Fietkau2008-04-201-0/+38
| | | | SVN-Revision: 10895
* add missing kmod-hid module (thx, fish)Felix Fietkau2008-04-202-1/+17
| | | | SVN-Revision: 10894
* build the kmod-video-quickcam module only if it was selectedNicolas Thill2008-04-201-1/+11
| | | | SVN-Revision: 10881
* don't build acx* kernel modules on UMLNicolas Thill2008-04-202-2/+2
| | | | SVN-Revision: 10880
* remove some redundant codeFelix Fietkau2008-04-201-12/+15
| | | | SVN-Revision: 10870
* fix swap{on,off} pathMatteo Croce2008-04-191-4/+4
| | | | SVN-Revision: 10863
* Adm5120 also supports generic GPIO, allow gpioctl to be built (#3132)Florian Fainelli2008-04-171-1/+1
| | | | SVN-Revision: 10857
* Mark rt61 as 2.6.23 only (#3337)Florian Fainelli2008-04-171-1/+1
| | | | SVN-Revision: 10856
* more performance for madwifi :)Felix Fietkau2008-04-171-4/+56
| | | | SVN-Revision: 10855
* use the spi-ks8995 driver on the WRT55AG v2 boardsGabor Juhos2008-04-174-0/+170
| | | | SVN-Revision: 10853
* spi-ks8995: fix a compiler warning, fix the copyright headerGabor Juhos2008-04-171-9/+9
| | | | SVN-Revision: 10852
* add a driver for the KS8995 ethernet switch, will be usable to control the ↵Gabor Juhos2008-04-174-0/+477
| | | | | | switch on some boards SVN-Revision: 10851
* add performance improvement for madwifi on low-memory systemsFelix Fietkau2008-04-171-0/+178
| | | | SVN-Revision: 10850
* remove udevextras dependency on udev (thx, fish)Felix Fietkau2008-04-151-1/+0
| | | | SVN-Revision: 10847
* fix restart on platforms without a setup_switch()Travis Kemen2008-04-151-0/+2
| | | | SVN-Revision: 10846
* move spi_gpio driver into the kernel, clean-up SPI modulesGabor Juhos2008-04-156-322/+46
| | | | SVN-Revision: 10844
* update iptables to 1.4.0 (2.6 kernels only), refresh kernel patchesGabor Juhos2008-04-1516-636/+2163
| | | | SVN-Revision: 10843
* explicitely disable a bunch of package on ar7 until we properly detect pci & ↵Nicolas Thill2008-04-153-7/+11
| | | | | | usb support at configure time SVN-Revision: 10839
* mark b44 as broken, it doesn't build anymore due to SSB changes apparently ↵Nicolas Thill2008-04-151-2/+2
| | | | | | (closes: #3333) SVN-Revision: 10838
* do target dependent optimizationsImre Kaloz2008-04-141-2/+2
| | | | SVN-Revision: 10834
* udevtrigger shouldn't depend on udev, we use it standalone for hotplug2Imre Kaloz2008-04-141-1/+0
| | | | SVN-Revision: 10833
* mark all openswan packages as brokenNicolas Thill2008-04-141-1/+2
| | | | SVN-Revision: 10832
* Mark broken packages as broken: - acx-mac80211 - openswan - aodv-uuAndy Boyett2008-04-143-9/+10
| | | | SVN-Revision: 10831
* package shared library as well (partially closes: #3030)Nicolas Thill2008-04-141-2/+24
| | | | SVN-Revision: 10829
* upgrade uci to 0.3.3, build lua pluginFelix Fietkau2008-04-131-5/+21
| | | | SVN-Revision: 10818
* remove lua's dependency on libreadline and libncursesFelix Fietkau2008-04-132-1/+54
| | | | SVN-Revision: 10817
* fix udevextras build when no extras were actually selectedNicolas Thill2008-04-131-3/+5
| | | | SVN-Revision: 10816
* mac80211 / compat-wireless fixes: * build in KERNEL_BUILD_DIR * only build ↵Nicolas Thill2008-04-131-3/+9
| | | | | | kernel module if it's selected SVN-Revision: 10815
* update libnl to 1.1Nicolas Thill2008-04-131-8/+8
| | | | SVN-Revision: 10814
* move lua from packages/ to trunk in anticipation of upcoming stuff ;)Felix Fietkau2008-04-132-0/+289
| | | | SVN-Revision: 10806
* Replace udev-vol-id pacakge with configurable udevextrasJeremy Kerr2008-04-122-9/+73
| | | | | | | | | | | | | Instead of just having one vol_id package, create a 'udevextras' package for all of the udev "EXTRAS" utilities. Selecting this package allows each extra to be selected individually. Also, installing udevextras adds a few udev rules for persistent device naming. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 10805
* Group input devices under /dev/inputJeremy Kerr2008-04-122-0/+11
| | | | | | | | | This change adds a udev rules file to group input devices (via symlinks) under their usual expected location of /dev/input. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 10804
* Use new kexec toolsJeremy Kerr2008-04-125-20/+238
| | | | | | | | | | | | Horms' new kexec-tools repository has a number of updates and fixes for kexec, and also supports the PS3. This change updates the kexec repo, and adds a few build-system patches to make it work with OpenWRT. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 10803
* fix build on linux >= 2.6.23Nicolas Thill2008-04-121-0/+13
| | | | SVN-Revision: 10801
* package/ov51x-jpeg: * update to 1.5.7 * add userland package * add fallback ↵Nicolas Thill2008-04-121-7/+40
| | | | | | url (closes: #3216) SVN-Revision: 10800
* disable kmod-mmc-over-gpio on x86Nicolas Thill2008-04-121-1/+1
| | | | SVN-Revision: 10799
* add missing MMC config symbolNicolas Thill2008-04-121-0/+1
| | | | SVN-Revision: 10798
* package/qc-usb: * update to 0.6.6 (closes: #3215) * fix build on linux > 2.6.23Nicolas Thill2008-04-123-29/+26
| | | | SVN-Revision: 10796
* add missing include in restartTravis Kemen2008-04-121-0/+1
| | | | SVN-Revision: 10794
* Add ps3 target specific utilities packageYuji Mano2008-04-111-0/+49
| | | | SVN-Revision: 10791
* Fix errors on capifs loading (#3250)Florian Fainelli2008-04-111-2/+4
| | | | SVN-Revision: 10789
* Fix hostapd compilation errors on STA_INFO (#3308)Florian Fainelli2008-04-101-0/+55
| | | | SVN-Revision: 10784
* Fix typo in the payload option for br2684ctl (#3318)Florian Fainelli2008-04-101-1/+1
| | | | SVN-Revision: 10783
* madwifi: remove reset delay - seems like it's not necessary anymoreFelix Fietkau2008-04-091-55/+1
| | | | SVN-Revision: 10777
* Disable drivers that we do not package within the mac80211 package ↵Florian Fainelli2008-04-092-0/+143
| | | | | | (everything except rt2x00) SVN-Revision: 10775
* fix the 3g interface configurationFelix Fietkau2008-04-091-4/+8
| | | | | | | | | | | | | | | | | | The first problem is the "chat" command which misses "-E", so the environment variable addressed inside the script is never used and the script breaks. The second problem is the that you cannot assume an Option card when you did "not discover a Novatel". In my case the script tried to set the mode with the Option AT-command which failed on the Huawei stick. Unfortunaltely I don't have a correct command for that device, so I just want to start the connection without any mode set before thus using the defaults. Signed-off-by: Markus Wigge <mwigge@marcant.net> SVN-Revision: 10774
* upgrade uci to 0.3.1 - fixes a parser problemFelix Fietkau2008-04-081-2/+2
| | | | SVN-Revision: 10772
* fix a dependency bugFelix Fietkau2008-04-071-1/+1
| | | | SVN-Revision: 10769