Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ifxmips-dsl-api: only show debug option when package is selected | Nicolas Thill | 2010-03-25 | 1 | -0/+1 |
| | | | | SVN-Revision: 20422 | ||||
* | kernel: fix kmod-crypto-misc on 2.4 | Nicolas Thill | 2010-03-25 | 1 | -2/+2 |
| | | | | SVN-Revision: 20413 | ||||
* | fix typo in gspa sn9c20x autoload line, patch from Chris Li | Florian Fainelli | 2010-03-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 20409 | ||||
* | adds support to build uboot for arv452 | John Crispin | 2010-03-24 | 4 | -12/+49 |
| | | | | SVN-Revision: 20408 | ||||
* | When enabling MFP, hostapd will read assoc_sa_query_max_timeout and ↵ | Travis Kemen | 2010-03-24 | 1 | -0/+8 |
| | | | | | | | | assoc_sa_query_retry_timeout from it's config file. Make these options configurable in /etc/config/wireless. To make it clear that these options are 802.11w related, I named them ieee80211w_max_timeout and ieee80211w_retry_timeout instead. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 20397 | ||||
* | Enable management frame protection in hostapd, and make it configurable in ↵ | Travis Kemen | 2010-03-24 | 2 | -1/+9 |
| | | | | | | | | /etc/config/wireless. Since ath9k is currently the only driver that supports MFP, it will only be enabled when ath9k is enabled. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 20396 | ||||
* | Enable management frame protection in wpa_supplicant, and make it ↵ | Travis Kemen | 2010-03-24 | 2 | -1/+11 |
| | | | | | | | | configurable in /etc/config/wireless. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 20395 | ||||
* | Cleanup redundant psk handling code in wpa_supplicant.sh. (I sent this one ↵ | Travis Kemen | 2010-03-24 | 1 | -10/+5 |
| | | | | | | | | to openwrt-devel before, but I am resending it as part of this series because the next patch will also edit wpa_supplicant.sh). Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 20394 | ||||
* | base-files: make press key message more explicit in preinit | Jo-Philipp Wich | 2010-03-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 20392 | ||||
* | block-extroot: make overlay mount check more explicit, it wrongly detected ↵ | Jo-Philipp Wich | 2010-03-23 | 1 | -1/+1 |
| | | | | | | /tmp/overlay as successful overlay mount SVN-Revision: 20390 | ||||
* | kernel: fix xen-fbdev description This patch fixes the description for ↵ | Jo-Philipp Wich | 2010-03-23 | 1 | -1/+1 |
| | | | | | | | | KernelPackage xen-fbdev caused by a typo in xen.mk. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 20389 | ||||
* | linux-atm: fix compilation of 'qgen' host tool | Nicolas Thill | 2010-03-23 | 1 | -5/+4 |
| | | | | SVN-Revision: 20387 | ||||
* | bump to the lastest git commit | Travis Kemen | 2010-03-23 | 3 | -438/+6 |
| | | | | SVN-Revision: 20378 | ||||
* | hostap-driver: fix a typo (thanks acinonyx) | Alexandros C. Couloumbis | 2010-03-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 20367 | ||||
* | hostap-driver: fix DEPENDS on Makefile | Alexandros C. Couloumbis | 2010-03-22 | 1 | -3/+3 |
| | | | | SVN-Revision: 20366 | ||||
* | hostapd: always strip "11" from hwmode value | Jo-Philipp Wich | 2010-03-21 | 1 | -2/+2 |
| | | | | SVN-Revision: 20363 | ||||
* | kernel: fix some documentation | Hauke Mehrtens | 2010-03-21 | 1 | -20/+72 |
| | | | | SVN-Revision: 20362 | ||||
* | fix path to the orinoco pcmcia driver, thanks hauke | Florian Fainelli | 2010-03-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 20357 | ||||
* | change from /jffs to /overlay, patch from Daniel Dickinson | Florian Fainelli | 2010-03-21 | 15 | -24/+25 |
| | | | | SVN-Revision: 20356 | ||||
* | If /var/spool/cron/crontabs is a directory, then /etc/init.d/cron will place ↵ | Florian Fainelli | 2010-03-21 | 1 | -1/+1 |
| | | | | | | a spurious "crontabs" symlink into it. Patch fro Stefan Monnier SVN-Revision: 20354 | ||||
* | add pcmcia hermes module, patch from Guillaume Lecerf | Florian Fainelli | 2010-03-21 | 1 | -0/+16 |
| | | | | SVN-Revision: 20353 | ||||
* | kernel: fix some minor error: | Hauke Mehrtens | 2010-03-21 | 1 | -4/+14 |
| | | | | | | | | * module ide-pci-generic is also included if it was build * correct loading queue for kmod-dm * place for mvsas.ko changed in new kernel. SVN-Revision: 20348 | ||||
* | kernel: these modules are already loaded by the scsi-core package | Hauke Mehrtens | 2010-03-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 20347 | ||||
* | kernel: x86 remove dependency on ata-core and scsi-core | Hauke Mehrtens | 2010-03-21 | 2 | -4/+5 |
| | | | | | | | | | The x86 image includes the modules out of ata-core and scsi-core directly in the kernel image. Do not depend on these packages, because they are not build in a x86 image. This fixes #6873 SVN-Revision: 20346 | ||||
* | kernel: load after its dependencies | Hauke Mehrtens | 2010-03-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 20345 | ||||
* | kernel: fix tg3 installation | Hauke Mehrtens | 2010-03-21 | 1 | -1/+1 |
| | | | | | | libphy is build into the kernel for brcm47xx and not as an extra module. SVN-Revision: 20344 | ||||
* | kernel: include aes-i586 and twofish-i586 into crypto packages for x86 | Hauke Mehrtens | 2010-03-21 | 1 | -1/+7 |
| | | | | SVN-Revision: 20343 | ||||
* | kernel: fix typo | Hauke Mehrtens | 2010-03-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 20342 | ||||
* | kernel: make ISDN build again | Hauke Mehrtens | 2010-03-21 | 1 | -28/+12 |
| | | | | | | | | | In combination with r20339 ISDN will be build again. * Fix syntax problem in kmod-capi * add xfrm_ipcomp to kmod-ipsec SVN-Revision: 20341 | ||||
* | hostap-driver: make hostap-pci visible (similarly to r20047) | Alexandros C. Couloumbis | 2010-03-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 20331 | ||||
* | add more usb-storage modules (#6067) | Florian Fainelli | 2010-03-20 | 1 | -0/+38 |
| | | | | SVN-Revision: 20323 | ||||
* | add missing dependency to kmod-crypto-misc, patch from Benjamin Cama | Florian Fainelli | 2010-03-20 | 1 | -3/+1 |
| | | | | SVN-Revision: 20312 | ||||
* | update netfilter packages description, patch from Edgar Soldin | Florian Fainelli | 2010-03-20 | 1 | -3/+5 |
| | | | | SVN-Revision: 20311 | ||||
* | add sn9c201 webcam driver, patch from Chris Li | Florian Fainelli | 2010-03-20 | 1 | -0/+15 |
| | | | | SVN-Revision: 20310 | ||||
* | update compcache to 0.6.2 (#6884) | Florian Fainelli | 2010-03-19 | 5 | -124/+57 |
| | | | | SVN-Revision: 20303 | ||||
* | adds support in uboot for eon flash chips | John Crispin | 2010-03-19 | 1 | -0/+28 |
| | | | | SVN-Revision: 20298 | ||||
* | fix limit | Travis Kemen | 2010-03-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 20275 | ||||
* | Add option to disable debug output of DSL drivers signed of by Ithamar R. Adema | John Crispin | 2010-03-18 | 3 | -2/+299 |
| | | | | SVN-Revision: 20270 | ||||
* | adds misisng include in ifxmips dsl driver compat layer | John Crispin | 2010-03-18 | 1 | -8/+9 |
| | | | | SVN-Revision: 20269 | ||||
* | Allow UCI configuration of ATM QOS parameters per interface, signed off by ↵ | John Crispin | 2010-03-18 | 1 | -1/+3 |
| | | | | | | Ithamar R. Adema SVN-Revision: 20266 | ||||
* | madwifi: remove redundant conditional dep, atheros has PCI support | Nicolas Thill | 2010-03-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 20263 | ||||
* | allow ping | Travis Kemen | 2010-03-18 | 1 | -0/+7 |
| | | | | SVN-Revision: 20261 | ||||
* | remove +1 as it isn't needed since 16619 | Travis Kemen | 2010-03-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 20259 | ||||
* | actually fix linux-atm | Travis Kemen | 2010-03-15 | 2 | -4/+221 |
| | | | | SVN-Revision: 20233 | ||||
* | base-files: reload switch settings on /etc/init.d/network start as well | Felix Fietkau | 2010-03-15 | 1 | -5/+4 |
| | | | | SVN-Revision: 20232 | ||||
* | fixup linux-atm package after the broken patch earlier | Travis Kemen | 2010-03-15 | 2 | -223/+8 |
| | | | | SVN-Revision: 20225 | ||||
* | hostap-driver: Fix package installation | Vasilis Tsiligiannis | 2010-03-15 | 1 | -1/+0 |
| | | | | SVN-Revision: 20224 | ||||
* | /lib/network/ppp.sh fixes a problem with PPtP (and other PPP-based things) ↵ | Travis Kemen | 2010-03-14 | 2 | -9/+71 |
| | | | | | | | | where PPtP + PPPoE will fail to work. This is because PPtP defaults to ppp0 and so does PPPoE, because /etc/init.d/ppp reinitializes the unit counter for each PPP-type connection (so you could have multiple PPtP over cable, for instance, but PPPoE + PPtP is a problem). /etc/init.d/ppp automatically starts pptp session on boot., from #6720 SVN-Revision: 20221 | ||||
* | if readethers is set to true make sure /etc/ethers exists, closes #6740 | Travis Kemen | 2010-03-14 | 1 | -0/+3 |
| | | | | SVN-Revision: 20220 | ||||
* | this patch allow to set -g option 1. -g allow to make a more secure ssh ↵ | Travis Kemen | 2010-03-14 | 1 | -3/+8 |
| | | | | | | | | | server configuration by avoiding brute force attack on root while allowing user to use password (where the username is more difficult to guess). Matthieu from #6736 SVN-Revision: 20219 |