summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* [brcm-2.4] allow sta mode to work with psk+aes (#4687)florian2009-05-222-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15983 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] update compat-wireless to 2009-05-21agb2009-05-224-26/+59
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15976 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix a rare ad-hoc mode crashnbd2009-05-211-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15964 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: cosmetic fixes for maxrate/minratenbd2009-05-214-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15961 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ppp] refresh patcheshauke2009-05-2122-332/+277
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15958 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ppp] Make patches apply agagin.hauke2009-05-2118-2375/+0
| | | | | | | The deleted parts were two times in the patches. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15957 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] update ppp to v2.4.4 (#5102)jow2009-05-2042-3008/+5084
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15955 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] [madwifi] Declare some missing local variables in madwifi.shjow2009-05-201-17/+58
| | | | | | | Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15954 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] [madwifi] Fix device name allocationjow2009-05-201-0/+30
| | | | | | | | | | This patch fixes a bug in madwifi where names for 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15950 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] [madwifi] Build madwifi with compression capability enabledjow2009-05-201-0/+3
| | | | | | | Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15949 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] [qos-scripts] Reload IMQ only when neededjow2009-05-201-3/+3
| | | | | | | | [PATCH] [qos-scripts] Use config_get_bool for halfduplex option Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15948 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] [qos-scripts] Fix packet/connection marking when using halfduplex optionjow2009-05-201-1/+1
| | | | | | | | | | This fixes an bug 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15947 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] [qos-scripts] Reload modules with parameters specifiedjow2009-05-201-2/+11
| | | | | | | | | | | This patch makes qos-scripts reload 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15945 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] [madwifi] Detect every atheros device presentjow2009-05-201-1/+1
| | | | | | | | | | This patch is for boards with more than 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15940 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] change the uClibc-0.9.29 check (#5165)florian2009-05-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15937 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] use e2fsprogs 1.40.11 with uClibc 0.9.29 (#5085, #5033)florian2009-05-201-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15932 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: fixup resolv.conf check in udhcpc scriptjow2009-05-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15903 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [opkg] update to r4993florian2009-05-173-28/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15901 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [opkg] opkg.conf: update trunk snapshots urlagb2009-05-172-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15899 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] libertas: use last known stable firmware version, move it to ↵nico2009-05-171-6/+8
| | | | | | "Wireless Drivers" section, rename LICENSE file to match firmware git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15892 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: initialize GZIPED to 0 in sysupgrade since it's used ↵nico2009-05-171-2/+2
| | | | | | later in numeric comparisons git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15890 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: change dependency on kmod-nfs-common in kmod-nfs & ↵nico2009-05-171-2/+2
| | | | | | kmod-nfsd from "depends" to "select" git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15888 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] madwifi: don't try to set an interface essid with an empty valuenico2009-05-171-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15886 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: fix annoying build errors when changing upstream versionsnico2009-05-171-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15880 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm-2.4: nvram_set has been removed, remove some remaining calls to itnbd2009-05-161-7/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15878 3c298f89-4303-0410-b956-a3cf2f4a3e73
* set CONFIG_CRYPTO_HW for ixp4xx_crypto -- closes #4831kaloz2009-05-151-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15869 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] sysupgrade: use sysrq-trigger if availablejow2009-05-152-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15865 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cardbus != pcmcia -- disable it in b43kaloz2009-05-151-3/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15857 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firewall: automatically set up NOTRACK rules to disable connection tracking ↵nbd2009-05-141-13/+43
| | | | | | for zones that have no masquerading, no conntrack and no forwarding from/to other zones with masq/conntrack git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15855 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] orinoco is only one module with kernel 2.6.30hauke2009-05-141-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15852 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [madwifi] Make madwifi compile with kernel 2.6.30.hauke2009-05-143-3/+151
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15850 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] lua: install lua.pc pkgconfig file as well (closes: #5132)nico2009-05-141-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15848 3c298f89-4303-0410-b956-a3cf2f4a3e73
* RTCs shouldn't be modules, ever..kaloz2009-05-141-37/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15837 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix distance settingnbd2009-05-131-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15824 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] Activate CONFIG_USB_EHCI_HCD_SSB and CONFIG_USB_OHCI_HCD_SSB only ↵hauke2009-05-121-1/+0
| | | | | | on brcm47xx. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15807 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] libpcap: fix typo in protocol api patchnico2009-05-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15802 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix crypto pcompress configuration symbol name w/ 2.6.30florian2009-05-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15798 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: the openwrt build system usually has a better idea of what the ↵nbd2009-05-111-0/+1
| | | | | | target arch is than the madwifi build system :) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15788 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [it821x] The it821x is at an other location in older kernels.hauke2009-05-111-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15787 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] hci_usb.ko is not availably in kernel newer than 2.6.27.hauke2009-05-111-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15786 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [libertas] load usb8xxx after usb.hauke2009-05-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15785 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ssb] Add support for pcmcia to ssb.hauke2009-05-112-5/+7
| | | | | | | b43 will build now with pcmcia support. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15784 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] Conditionals are not supported in Kconfig.hauke2009-05-111-19/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15783 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] The vfat directory have chanced with all newer kernel.hauke2009-05-111-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15782 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] Make nfs and xfs load again.hauke2009-05-111-9/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15781 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] kmod-libphy also needed with kernel 2.6.30hauke2009-05-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15780 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [video-core] With kernel bigger than 2.6.29 compat_ioctl32 will not be build.hauke2009-05-111-2/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15779 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ieee80211-softmac] Remove ieee80211-softmac and net-bcm43xx, because it is ↵hauke2009-05-111-34/+0
| | | | | | | | | not used any more. This is only included in old kernel versions. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15778 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lib80211] /net/ieee80211/ was removed in new kernel versions.hauke2009-05-112-10/+76
| | | | | | | This adds lib80211 for new kernel versions and make ipw2x00 and hostap driver depend on it. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15777 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [madwifi] make madwifi compile with kernel 2.6.29.hauke2009-05-112-0/+1971
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15773 3c298f89-4303-0410-b956-a3cf2f4a3e73