summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* fix lua cflagsnbd2008-04-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10971 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add preliminary support for Storm SL3512 based devices, not ready yetkaloz2008-04-271-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10956 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use the locally mirrored compat-wireless tarblall (#3377)florian2008-04-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10951 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generate and install NPE-A ethernet microcode as wellkaloz2008-04-262-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10945 3c298f89-4303-0410-b956-a3cf2f4a3e73
* only build kmod-hwmon-pc87360 for x86agb2008-04-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10933 3c298f89-4303-0410-b956-a3cf2f4a3e73
* initramfs: start one hotplug2 for coldplugging and one for handling events ↵nbd2008-04-231-1/+2
| | | | | | between coldplug and end of /init git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10930 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use the right hotplug2 invocation for initramfsnbd2008-04-231-2/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10928 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: fix a typojuhosg2008-04-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10927 3c298f89-4303-0410-b956-a3cf2f4a3e73
* leave ack/cts setting alone by defaultnbd2008-04-231-0/+42
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10926 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move timeout trigger for protection mode to node timeout triggernbd2008-04-231-25/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10925 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up cwmin/cwmax defines and remove some wrong values which made ↵nbd2008-04-231-19/+87
| | | | | | minstrel a bit inaccurate git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10924 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: put an upper limit on the amount of sampling that minstrel should ↵nbd2008-04-221-12/+24
| | | | | | | | | | | do when the link changes its status from very good to slightly bad. the previous version of the patch could have resulted in erratic rate control behavior when there was a lot of sampling backlog. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10921 3c298f89-4303-0410-b956-a3cf2f4a3e73
* This patch re-adds the udev and hotplug2 initialization fixes originallynbd2008-04-221-3/+12
| | | | | | | | | | | present in /init but was removed when some code was moved from /init to /etc/preinit in rev 10870. This adds udev initialization and only handles hotplug2 initialization when hotplug2 is present. Signed-off-by: Yuji Mano <yuji.mano@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10912 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move hotplug2 & udevtrigger to base sectionnico2008-04-212-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10910 3c298f89-4303-0410-b956-a3cf2f4a3e73
* assign names to filesystems when mounting virtual ones (closes #3340)matteo2008-04-211-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10903 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add some more fine tuning for madwifinbd2008-04-211-0/+43
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10900 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add configurable rssi threshold and timeout values for protection modenbd2008-04-211-0/+139
| | | | | | | | the 11b protection mode can harm throughput a lot, so let's make sure that it is only active as long as it needs to be. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10899 3c298f89-4303-0410-b956-a3cf2f4a3e73
* reorder patchesnbd2008-04-214-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10898 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: remove the minstrel_mrr hack and add two patches that massively ↵nbd2008-04-213-22/+89
| | | | | | improve minstrel's performance and response time git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10897 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a some txq races (merge from madwifi-trunk)nbd2008-04-201-0/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10895 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing kmod-hid module (thx, fish)nbd2008-04-202-1/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10894 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build the kmod-video-quickcam module only if it was selectednico2008-04-201-1/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10881 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't build acx* kernel modules on UMLnico2008-04-202-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10880 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove some redundant codenbd2008-04-201-12/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10870 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix swap{on,off} pathmatteo2008-04-191-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10863 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Adm5120 also supports generic GPIO, allow gpioctl to be built (#3132)florian2008-04-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10857 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Mark rt61 as 2.6.23 only (#3337)florian2008-04-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10856 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more performance for madwifi :)nbd2008-04-171-4/+56
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10855 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] use the spi-ks8995 driver on the WRT55AG v2 boardsjuhosg2008-04-174-0/+170
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10853 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] spi-ks8995: fix a compiler warning, fix the copyright headerjuhosg2008-04-171-9/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10852 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add a driver for the KS8995 ethernet switch, will be usable to ↵juhosg2008-04-174-0/+477
| | | | | | control the switch on some boards git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10851 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add performance improvement for madwifi on low-memory systemsnbd2008-04-171-0/+178
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10850 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove udevextras dependency on udev (thx, fish)nbd2008-04-151-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10847 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix restart on platforms without a setup_switch()thepeople2008-04-151-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10846 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] move spi_gpio driver into the kernel, clean-up SPI modulesjuhosg2008-04-156-322/+46
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10844 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update iptables to 1.4.0 (2.6 kernels only), refresh kernel patchesjuhosg2008-04-1516-636/+2163
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10843 3c298f89-4303-0410-b956-a3cf2f4a3e73
* explicitely disable a bunch of package on ar7 until we properly detect pci & ↵nico2008-04-153-7/+11
| | | | | | usb support at configure time git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10839 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mark b44 as broken, it doesn't build anymore due to SSB changes apparently ↵nico2008-04-151-2/+2
| | | | | | (closes: #3333) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10838 3c298f89-4303-0410-b956-a3cf2f4a3e73
* do target dependent optimizationskaloz2008-04-141-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10834 3c298f89-4303-0410-b956-a3cf2f4a3e73
* udevtrigger shouldn't depend on udev, we use it standalone for hotplug2kaloz2008-04-141-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10833 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mark all openswan packages as brokennico2008-04-141-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10832 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Mark broken packages as broken:agb2008-04-143-9/+10
| | | | | | | | | - acx-mac80211 - openswan - aodv-uu git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10831 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package shared library as well (partially closes: #3030)nico2008-04-141-2/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10829 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade uci to 0.3.3, build lua pluginnbd2008-04-131-5/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10818 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove lua's dependency on libreadline and libncursesnbd2008-04-132-1/+54
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10817 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix udevextras build when no extras were actually selectednico2008-04-131-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10816 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211 / compat-wireless fixes:nico2008-04-131-3/+9
| | | | | | | | * build in KERNEL_BUILD_DIR * only build kernel module if it's selected git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10815 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update libnl to 1.1nico2008-04-131-8/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10814 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move lua from packages/ to trunk in anticipation of upcoming stuff ;)nbd2008-04-132-0/+289
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10806 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package/udev] Replace udev-vol-id pacakge with configurable udevextrasjk2008-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10805 3c298f89-4303-0410-b956-a3cf2f4a3e73