summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* Update crda to version 1.1.0Hauke Mehrtens2009-05-241-2/+2
| | | | SVN-Revision: 16042
* Update to version 0.9.14Hauke Mehrtens2009-05-241-2/+2
| | | | SVN-Revision: 16041
* move the hostap firmware kernel config options to KCONFIG for the hostap ↵Felix Fietkau2009-05-241-1/+1
| | | | | | package to keep it consistent SVN-Revision: 16031
* libnl-tiny: fix potential redefinition of offsetofFelix Fietkau2009-05-241-0/+2
| | | | SVN-Revision: 16030
* yenta is build in an other package.Hauke Mehrtens2009-05-241-2/+0
| | | | SVN-Revision: 16024
* Remove pcmcia support from ssb.Hauke Mehrtens2009-05-241-4/+0
| | | | SVN-Revision: 16023
* Add rtl8180 and rtl8187 support. Based on patch from #5138.Hauke Mehrtens2009-05-242-4/+27
| | | | SVN-Revision: 16022
* fix mips64el base-files compileFelix Fietkau2009-05-231-1/+1
| | | | SVN-Revision: 16018
* madwifi: remove the "turbo" iwpriv command, it does not do anything useful, ↵Felix Fietkau2009-05-221-3/+0
| | | | | | but it can lead to crashes SVN-Revision: 15992
* allow sta mode to work with psk+aes (#4687)Florian Fainelli2009-05-222-1/+2
| | | | SVN-Revision: 15983
* update compat-wireless to 2009-05-21Andy Boyett2009-05-224-26/+59
| | | | SVN-Revision: 15976
* madwifi: fix a rare ad-hoc mode crashFelix Fietkau2009-05-211-0/+11
| | | | SVN-Revision: 15964
* madwifi: cosmetic fixes for maxrate/minrateFelix Fietkau2009-05-214-6/+6
| | | | SVN-Revision: 15961
* refresh patchesHauke Mehrtens2009-05-2122-332/+277
| | | | SVN-Revision: 15958
* Make patches apply agagin. The deleted parts were two times in the patches.Hauke Mehrtens2009-05-2118-2375/+0
| | | | SVN-Revision: 15957
* update ppp to v2.4.4 (#5102)Jo-Philipp Wich2009-05-2042-3008/+5084
| | | | SVN-Revision: 15955
* Declare some missing local variables in madwifi.sh Signed-off-by: Vasilis ↵Jo-Philipp Wich2009-05-201-17/+58
| | | | | | Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15954
* Fix device name allocation This patch fixes a bug in madwifi where names for ↵Jo-Philipp Wich2009-05-201-0/+30
| | | | | | wifi devices are not allocated during device setup. It fixes some instability on devices which share IRQ. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15950
* Build madwifi with compression capability enabled Signed-off-by: Vasilis ↵Jo-Philipp Wich2009-05-201-0/+3
| | | | | | Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15949
* Reload IMQ only when needed [PATCH] [qos-scripts] Use config_get_bool for ↵Jo-Philipp Wich2009-05-201-3/+3
| | | | | | halfduplex option Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15948
* Fix packet/connection marking when using halfduplex option This fixes an bug ↵Jo-Philipp Wich2009-05-201-1/+1
| | | | | | where QoS is not applied to packets passing through POSTROUTING chain when using halfduplex option. Since QoS is done on IMQ device, packets should be marked before sending to the IMQ. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15947
* Reload modules with parameters specified This patch makes qos-scripts reload ↵Jo-Philipp Wich2009-05-201-2/+11
| | | | | | a module when there is need to pass some parameters to it. It fixes an issue on devices with more than two interfaces where many IMQ devices are needed but the module is already loaded with the default numdevs=2 Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15945
* Detect every atheros device present This patch is for boards with more than ↵Jo-Philipp Wich2009-05-201-1/+1
| | | | | | one atheros devices. It changes detect_atheros() function to continue with the detection of every device present and don't return when just one is found Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15940
* change the uClibc-0.9.29 check (#5165)Florian Fainelli2009-05-201-1/+1
| | | | SVN-Revision: 15937
* use e2fsprogs 1.40.11 with uClibc 0.9.29 (#5085, #5033)Florian Fainelli2009-05-201-1/+6
| | | | SVN-Revision: 15932
* base-files: fixup resolv.conf check in udhcpc scriptJo-Philipp Wich2009-05-171-1/+1
| | | | SVN-Revision: 15903
* update to r4993Florian Fainelli2009-05-173-28/+33
| | | | SVN-Revision: 15901
* opkg.conf: update trunk snapshots urlAndy Boyett2009-05-172-3/+3
| | | | SVN-Revision: 15899
* libertas: use last known stable firmware version, move it to "Wireless ↵Nicolas Thill2009-05-171-6/+8
| | | | | | Drivers" section, rename LICENSE file to match firmware SVN-Revision: 15892
* base-files: initialize GZIPED to 0 in sysupgrade since it's used later in ↵Nicolas Thill2009-05-171-2/+2
| | | | | | numeric comparisons SVN-Revision: 15890
* kernel: change dependency on kmod-nfs-common in kmod-nfs & kmod-nfsd from ↵Nicolas Thill2009-05-171-2/+2
| | | | | | "depends" to "select" SVN-Revision: 15888
* madwifi: don't try to set an interface essid with an empty valueNicolas Thill2009-05-171-2/+4
| | | | SVN-Revision: 15886
* openssl: fix annoying build errors when changing upstream versionsNicolas Thill2009-05-171-2/+3
| | | | SVN-Revision: 15880
* brcm-2.4: nvram_set has been removed, remove some remaining calls to itFelix Fietkau2009-05-161-7/+0
| | | | SVN-Revision: 15878
* set CONFIG_CRYPTO_HW for ixp4xx_crypto -- closes #4831Imre Kaloz2009-05-151-1/+3
| | | | SVN-Revision: 15869
* sysupgrade: use sysrq-trigger if availableJo-Philipp Wich2009-05-152-1/+2
| | | | SVN-Revision: 15865
* cardbus != pcmcia -- disable it in b43Imre Kaloz2009-05-151-3/+1
| | | | SVN-Revision: 15857
* firewall: automatically set up NOTRACK rules to disable connection tracking ↵Felix Fietkau2009-05-141-13/+43
| | | | | | for zones that have no masquerading, no conntrack and no forwarding from/to other zones with masq/conntrack SVN-Revision: 15855
* orinoco is only one module with kernel 2.6.30Hauke Mehrtens2009-05-141-0/+6
| | | | SVN-Revision: 15852
* Make madwifi compile with kernel 2.6.30.Hauke Mehrtens2009-05-143-3/+151
| | | | SVN-Revision: 15850
* lua: install lua.pc pkgconfig file as well (closes: #5132)Nicolas Thill2009-05-141-2/+4
| | | | SVN-Revision: 15848
* RTCs shouldn't be modules, ever..Imre Kaloz2009-05-141-37/+0
| | | | SVN-Revision: 15837
* madwifi: fix distance settingFelix Fietkau2009-05-131-0/+2
| | | | SVN-Revision: 15824
* Activate CONFIG_USB_EHCI_HCD_SSB and CONFIG_USB_OHCI_HCD_SSB only on brcm47xx.Hauke Mehrtens2009-05-121-1/+0
| | | | SVN-Revision: 15807
* libpcap: fix typo in protocol api patchNicolas Thill2009-05-121-1/+1
| | | | SVN-Revision: 15802
* fix crypto pcompress configuration symbol name w/ 2.6.30Florian Fainelli2009-05-121-1/+1
| | | | SVN-Revision: 15798
* madwifi: the openwrt build system usually has a better idea of what the ↵Felix Fietkau2009-05-111-0/+1
| | | | | | target arch is than the madwifi build system :) SVN-Revision: 15788
* The it821x is at an other location in older kernels.Hauke Mehrtens2009-05-111-0/+4
| | | | SVN-Revision: 15787
* hci_usb.ko is not availably in kernel newer than 2.6.27.Hauke Mehrtens2009-05-111-3/+3
| | | | SVN-Revision: 15786
* load usb8xxx after usb.Hauke Mehrtens2009-05-111-1/+1
| | | | SVN-Revision: 15785