summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* madwifi: trivial antenna diversity fixFelix Fietkau2009-07-141-1/+1
| | | | SVN-Revision: 16846
* add additions from (#5149)Florian Fainelli2009-07-141-2/+6
| | | | SVN-Revision: 16841
* madwifi: remove the -mlong-calls cflag from include filesFelix Fietkau2009-07-131-0/+1
| | | | SVN-Revision: 16830
* isdn4linux modules fixesFlorian Fainelli2009-07-131-4/+6
| | | | SVN-Revision: 16829
* NET_EMATCH is a boolean (#5506)Florian Fainelli2009-07-131-1/+1
| | | | SVN-Revision: 16828
* udhcpc: Pass all events to udhcpc.userVasilis Tsiligiannis2009-07-121-3/+3
| | | | | | | | | | Petitboot and maybe other apps need to know when the dhcp lease is lost. Move the udhcpc.user call to send it all udhcpc events. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 16815
* madwifi.sh channel fixVasilis Tsiligiannis2009-07-121-22/+17
| | | | | | | | In the madwifi.sh there is to read "only need to change freq band and channel on the first vif". This is wrong. For example if you create a new Ad-Hoc network and an AP interface, the channel is reseted to 1, regardless of the UCI setting. So remove this wrong code. Signed-off-by: Alina Friedrichsen <x-alina@gmx.net> SVN-Revision: 16814
* fix isdn4linux kernel modules with the 2.4.37 updateFlorian Fainelli2009-07-121-5/+16
| | | | SVN-Revision: 16799
* wprobe does not build on 2.4Florian Fainelli2009-07-121-0/+1
| | | | SVN-Revision: 16796
* sched: allow user space to create pfifo_fast qdiscs on virtual interfaces, ↵Felix Fietkau2009-07-121-0/+9
| | | | | | allow pfifo_fast qdiscs to have filters and filter actions - useful for controlling packet classification into wme classes SVN-Revision: 16791
* madwifi: clean up wme handling, use same packet classification as mac80211Felix Fietkau2009-07-121-0/+136
| | | | SVN-Revision: 16790
* kernel: clean up scheduler default config and kmod-sched kconfig symbols, ↵Felix Fietkau2009-07-121-2/+9
| | | | | | enable skbedit by default SVN-Revision: 16789
* madwifi: fix another instance of excessive stack usage in wlanconfigFelix Fietkau2009-07-121-0/+9
| | | | SVN-Revision: 16788
* upgrade iproute2 to 2.6.29-1 - includes support for the skbedit scheduler actionFelix Fietkau2009-07-119-104/+61
| | | | SVN-Revision: 16777
* remove hotplug2-oldFelix Fietkau2009-07-115-2478/+0
| | | | SVN-Revision: 16769
* ucitrigger depends on luaFelix Fietkau2009-07-111-1/+1
| | | | SVN-Revision: 16768
* package/lua: implement memory limits, scripts can use get_memory_limit() and ↵Jo-Philipp Wich2009-07-093-17/+294
| | | | | | set_memory_limit() to cap the maximum ram usage SVN-Revision: 16753
* wprobe: the bpf code expects direct-access fields to be in big endian, not ↵Felix Fietkau2009-07-071-1/+5
| | | | | | cpu endian SVN-Revision: 16733
* wprobe: fix some endianness fail in the l2 filter codeFelix Fietkau2009-07-071-4/+7
| | | | SVN-Revision: 16732
* wprobe: fix uninitialized variableFelix Fietkau2009-07-071-1/+1
| | | | SVN-Revision: 16731
* rename the wprobe init script to /etc/init.d/wprobeFelix Fietkau2009-07-071-1/+1
| | | | SVN-Revision: 16730
* fix kexec-tools builds when libc != uClibc, strip quotes from ↵Nicolas Thill2009-07-071-2/+4
| | | | | | KEXEC_TARGET_NAME config option SVN-Revision: 16729
* fix wprobe-exportFelix Fietkau2009-07-072-3/+5
| | | | SVN-Revision: 16727
* use .$(LINUX_KMOD_SUFFIX) instead of .ko in AutoLoad (closes: #5452)Nicolas Thill2009-07-071-2/+2
| | | | SVN-Revision: 16726
* update the init script and config for the new wprobeFelix Fietkau2009-07-072-9/+21
| | | | SVN-Revision: 16724
* fix df -h output (closes: #5290)Nicolas Thill2009-07-071-0/+13
| | | | SVN-Revision: 16723
* upgrade to the new version of wprobe - includes reconfigurable layer 2 ↵Felix Fietkau2009-07-0616-831/+2358
| | | | | | statistics, remote access, more configuration options and many bugfixes SVN-Revision: 16719
* ucitrigger: add options to force enable/disable specific triggersFelix Fietkau2009-07-062-4/+62
| | | | SVN-Revision: 16718
* Baltic language support in kernelGabor Juhos2009-07-061-0/+34
| | | | | | | | Add Baltic langugae support in kernel package Signed-off-by: zintis.petersons@e-mail.lv SVN-Revision: 16717
* Add the gpio_keys input module to menuconfigGabor Juhos2009-07-061-0/+17
| | | | | | Signed-off-by: Ferenc Wagner <wferi@niif.hu> SVN-Revision: 16716
* make i2c-gpio-custom selectable (#5458)Florian Fainelli2009-07-061-1/+1
| | | | SVN-Revision: 16707
* fix kmod-ip6tables modules (#5274)Florian Fainelli2009-07-051-1/+1
| | | | SVN-Revision: 16702
* put all filesystem related packages into the Filesystem submenu (#5352)Florian Fainelli2009-07-052-2/+3
| | | | SVN-Revision: 16696
* remove 2.6.26 check, do not build ide-generic on arm it is not available (#5303)Florian Fainelli2009-07-041-6/+1
| | | | SVN-Revision: 16670
* allow udhcpc to work properly for interfaces that are not configured through uciFelix Fietkau2009-07-031-23/+38
| | | | SVN-Revision: 16664
* base-files: explicitly create /etc/rc.d/, fixes ImageBuilder when using git ↵Andy Boyett2009-07-021-1/+2
| | | | | | instead of svn SVN-Revision: 16652
* madwifi: Disable compression capability on AR71XX and make it optional for ↵Vasilis Tsiligiannis2009-07-012-1/+13
| | | | | | other platforms (thanks to David A. Bandel and Dennis Bartsch) SVN-Revision: 16642
* move ksymoops from trunk/package/ to packages/devel/Andy Boyett2009-06-301-55/+0
| | | | SVN-Revision: 16633
* mac80211: Declare some variables as local and remove unusedVasilis Tsiligiannis2009-06-291-2/+2
| | | | SVN-Revision: 16627
* base-files: Fix sysupgrade .tar.gz configuration restoringVasilis Tsiligiannis2009-06-292-13/+13
| | | | SVN-Revision: 16626
* openssl: fix bad chmod in install section (#5433)Jo-Philipp Wich2009-06-291-2/+2
| | | | SVN-Revision: 16624
* base-files: ipcalc.sh: fix off-by-one in range-calculationJo-Philipp Wich2009-06-291-1/+1
| | | | SVN-Revision: 16619
* include arpfilter and arp_mangle in the kmod-arptables modules (#5410)Florian Fainelli2009-06-281-1/+3
| | | | SVN-Revision: 16600
* hostapd: Remove deprecated 'debug' configuration variableVasilis Tsiligiannis2009-06-271-1/+0
| | | | SVN-Revision: 16594
* fix ksymoops architecture dependenciesFlorian Fainelli2009-06-261-1/+1
| | | | SVN-Revision: 16576
* add a cross-version of ksymoopsFlorian Fainelli2009-06-261-0/+55
| | | | SVN-Revision: 16575
* mac80211: add more ath9k patchesGabor Juhos2009-06-257-1/+428
| | | | SVN-Revision: 16562
* Update compat-wireless to 2009-06-25Hauke Mehrtens2009-06-258-274/+67
| | | | SVN-Revision: 16561
* add preliminary coldfire v4e supportImre Kaloz2009-06-211-1/+1
| | | | SVN-Revision: 16538
* mac80211/ath5k: add workaround for the AR71xx PCI bugGabor Juhos2009-06-212-1/+33
| | | | SVN-Revision: 16535