summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add support for pcmcia to ssb. b43 will build now with pcmcia support.Hauke Mehrtens2009-05-112-5/+7
| | | | SVN-Revision: 15784
* Conditionals are not supported in Kconfig.Hauke Mehrtens2009-05-111-19/+0
| | | | SVN-Revision: 15783
* The vfat directory have chanced with all newer kernel.Hauke Mehrtens2009-05-111-1/+5
| | | | SVN-Revision: 15782
* Make nfs and xfs load again.Hauke Mehrtens2009-05-111-9/+23
| | | | SVN-Revision: 15781
* kmod-libphy also needed with kernel 2.6.30Hauke Mehrtens2009-05-111-1/+1
| | | | SVN-Revision: 15780
* With kernel bigger than 2.6.29 compat_ioctl32 will not be build.Hauke Mehrtens2009-05-111-2/+16
| | | | SVN-Revision: 15779
* Remove ieee80211-softmac and net-bcm43xx, because it is not used any more. ↵Hauke Mehrtens2009-05-111-34/+0
| | | | | | This is only included in old kernel versions. SVN-Revision: 15778
* /net/ieee80211/ was removed in new kernel versions. This adds lib80211 for ↵Hauke Mehrtens2009-05-112-10/+76
| | | | | | new kernel versions and make ipw2x00 and hostap driver depend on it. SVN-Revision: 15777
* make madwifi compile with kernel 2.6.29.Hauke Mehrtens2009-05-112-0/+1971
| | | | SVN-Revision: 15773
* madwifi: ignore the eeprom fast framing supported flag, as it is an ↵Felix Fietkau2009-05-101-0/+11
| | | | | | arbitrary restriction and not based on hardware capability SVN-Revision: 15763
* madwifi: do not add the ff headroom len to dev->hard_header_len to avoid ↵Felix Fietkau2009-05-101-0/+12
| | | | | | unnecessary reallocations. the driver will reallocate skbs itself if necessary SVN-Revision: 15762
* madwifi: remove some leftover duplicate definitionsFelix Fietkau2009-05-102-3/+36
| | | | SVN-Revision: 15758
* madwifi: clean up tx status mrr handling and fix mrr parsing for 5416Felix Fietkau2009-05-101-0/+507
| | | | SVN-Revision: 15757