Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/base-files: /etc/rc.common: add service wrapper around start-stop-daemon | Nicolas Thill | 2011-11-07 | 1 | -1/+83 |
| | | | | SVN-Revision: 28834 | ||||
* | ath9k: fix LED related crashes on AR913x | Felix Fietkau | 2011-11-07 | 1 | -0/+30 |
| | | | | SVN-Revision: 28809 | ||||
* | carl9170: add dependency on kmod-input-core | Felix Fietkau | 2011-11-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 28808 | ||||
* | package/base-files: /etc/passwd: fix uid number for user 'daemon' ↵ | Nicolas Thill | 2011-11-07 | 1 | -1/+1 |
| | | | | | | (conflicting with user 'nobody') SVN-Revision: 28799 | ||||
* | busybox: ntpd: indefinitely try to resolve peer addresses (#10361) | Jo-Philipp Wich | 2011-11-07 | 2 | -1/+49 |
| | | | | SVN-Revision: 28794 | ||||
* | uhttpd: provide rpath-link flag, thanks mazilo | Jo-Philipp Wich | 2011-11-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 28792 | ||||
* | madwifi: change wireless ifname numbering schema Instead of simply counting ↵ | Jo-Philipp Wich | 2011-11-06 | 1 | -2/+9 |
| | | | | | | up until we hit a free iface, group ifnames by wiphy so that the first wlanX on a phy gets the phy number and following ifaces an index-suffix, e.g. ath0 for network 1 on phy 1 and ath0-1 for network 2 on phy 1. This fixes state var confusion when operating multiple radios and allows to reliably take down and restart one radio only, even if the number of networks changes in between. This should, along with other changes in LuCI, fix #10335. SVN-Revision: 28785 | ||||
* | mac80211: change wireless ifname numbering schema Instead of simply counting ↵ | Jo-Philipp Wich | 2011-11-06 | 1 | -6/+3 |
| | | | | | | up until we hit a free iface, group ifnames by wiphy so that the first wlanX on a phy gets the phy number and following ifaces an index-suffix, e.g. wlan0 for network 1 on phy 1 and wlan0-1 for network 2 on phy 1. This fixes state var confusion when operating multiple radios and allows to reliably take down and restart one radio only, even if the number of networks changes in between. This should, along with other changes in LuCI, fix #10335. SVN-Revision: 28784 | ||||
* | uhttpd: Fix wrong certificate options with multiple words | Jo-Philipp Wich | 2011-11-06 | 1 | -1/+1 |
| | | | | | | | | | For instance two word city names will result in weird certificates. Therefore adding the missing quotations. Signed-off-by: Linus Lüssing <linus.luessing@web.de> SVN-Revision: 28776 | ||||
* | ath9k: add some fixes for radio reinit and frame flush | Felix Fietkau | 2011-11-05 | 2 | -0/+320 |
| | | | | SVN-Revision: 28772 | ||||
* | mac80211: update to wireless-testing 2011-11-04 | Felix Fietkau | 2011-11-05 | 2 | -73/+5 |
| | | | | SVN-Revision: 28771 | ||||
* | uhttpd: fix Makefiles and linking of tls plugin | Jo-Philipp Wich | 2011-11-05 | 2 | -7/+12 |
| | | | | SVN-Revision: 28769 | ||||
* | base-files: process platform hotplug calls in the early launch of hotplug2 ↵ | Felix Fietkau | 2011-11-05 | 2 | -1/+5 |
| | | | | | | to avoid having crda calls get stuck at boot time (fixes #10350, #10354) SVN-Revision: 28768 | ||||
* | uhttpd: bump version | Jo-Philipp Wich | 2011-11-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 28762 | ||||
* | uhttpd: rework CyaSSL and OpenSSL integration; move protected recv() and ↵ | Jo-Philipp Wich | 2011-11-05 | 5 | -51/+210 |
| | | | | | | send() operations below the ssl layer - fixes hangs when accessing via https SVN-Revision: 28761 | ||||
* | hostapd: update to latest git version | Felix Fietkau | 2011-11-04 | 29 | -497/+487 |
| | | | | SVN-Revision: 28746 | ||||
* | netifd: ensure that a bridge gets created before hostapd needs it, hostapd ↵ | Felix Fietkau | 2011-11-04 | 4 | -2/+14 |
| | | | | | | must not attempt to create the bridge by itself SVN-Revision: 28745 | ||||
* | netifd: start wifi at boot | Felix Fietkau | 2011-11-03 | 1 | -0/+4 |
| | | | | SVN-Revision: 28738 | ||||
* | netifd: update to latest version, fix redundant ifdown hotplug events | Felix Fietkau | 2011-11-03 | 1 | -2/+2 |
| | | | | SVN-Revision: 28737 | ||||
* | openssl: refresh patches | Felix Fietkau | 2011-11-03 | 5 | -20/+20 |
| | | | | SVN-Revision: 28736 | ||||
* | openssl: update to 1.0.0e (patch by tripolar) | Felix Fietkau | 2011-11-03 | 1 | -2/+2 |
| | | | | SVN-Revision: 28735 | ||||
* | base-files: load modules early, run wifi detect afterwards and only then ↵ | Felix Fietkau | 2011-11-03 | 2 | -11/+12 |
| | | | | | | | | process uci defaults this allows uci-defaults scripts to override wifi settings SVN-Revision: 28733 | ||||
* | base-files: add some more protected services to sysupgrade kill blacklist | Jo-Philipp Wich | 2011-11-03 | 2 | -2/+2 |
| | | | | SVN-Revision: 28732 | ||||
* | qos-scripts: only use the lower 8 bits for firewall marks, allows ↵ | Jo-Philipp Wich | 2011-11-03 | 3 | -11/+11 |
| | | | | | | coexistence with other programs like nodogsplash - patch by Tobias Wolf (#10096) SVN-Revision: 28731 | ||||
* | package/busybox: update to 1.19.3 | Nicolas Thill | 2011-11-03 | 12 | -222/+26 |
| | | | | SVN-Revision: 28725 | ||||
* | modules: fixes ko files that were renamed in 3.1 | John Crispin | 2011-11-03 | 2 | -0/+15 |
| | | | | SVN-Revision: 28724 | ||||
* | ltq-dsl: fixes driver for targets other than danube | John Crispin | 2011-11-03 | 3 | -5/+10 |
| | | | | SVN-Revision: 28723 | ||||
* | ltq-vmmc: should be available for falcon and danube only | John Crispin | 2011-11-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 28722 | ||||
* | package/dropbear: fix segfault with remote port forwarding (closes: #10339) | Nicolas Thill | 2011-11-03 | 2 | -1/+41 |
| | | | | SVN-Revision: 28718 | ||||
* | block-mount: Fixed module loading (double cat is wrong) | Daniel Dickinson | 2011-11-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 28717 | ||||
* | netifd: add missing proto handler conversion after r28632 (thx, Jonathan Bennet) | Felix Fietkau | 2011-11-01 | 1 | -3/+3 |
| | | | | SVN-Revision: 28713 | ||||
* | netifd: update to latest version, fixes handling of hotplug devices (for wifi) | Felix Fietkau | 2011-11-01 | 1 | -2/+2 |
| | | | | SVN-Revision: 28712 | ||||
* | mac80211: update to wireless-testing 2011-11-01 | Felix Fietkau | 2011-11-01 | 13 | -10646/+93 |
| | | | | SVN-Revision: 28711 | ||||
* | iw: fix setting txpower (#10254) | Felix Fietkau | 2011-11-01 | 1 | -0/+11 |
| | | | | SVN-Revision: 28710 | ||||
* | package/uboot-envtools: make fw_setenv symlink optional | Gabor Juhos | 2011-11-01 | 1 | -2/+9 |
| | | | | | | | | | | Make the creation of the fw_set-symlink optional, so it can be disabled in user-builds so only people who know what they are doing will mess with uboot-env. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28698 | ||||
* | package/uboot-envtools: generate config-file from UCI | Gabor Juhos | 2011-11-01 | 2 | -1/+30 |
| | | | | | | | | | This adds an init-script for generating /etc/fw_env.config from UCI in case it doesn't exist yet. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28697 | ||||
* | package/uboot-envtools: remove runtime dependency of zlib | Gabor Juhos | 2011-11-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | zlib is a build-dependency, but in runtime zlib is not required, see: root@OpenWrt:/# ldd /usr/sbin/fw_printenv libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x2abb2000) libc.so.0 => /lib/libc.so.0 (0x2abd4000) ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x2ab9a000) Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28696 | ||||
* | base-files: fix typo | Jo-Philipp Wich | 2011-10-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 28681 | ||||
* | omap24xx: Fix MUSB compile | Michael Büsch | 2011-10-29 | 1 | -0/+1 |
| | | | | SVN-Revision: 28674 | ||||
* | firewall: relocate TCPMSS rules into mangle table, add code to selectively ↵ | Jo-Philipp Wich | 2011-10-29 | 4 | -7/+21 |
| | | | | | | clear them out again SVN-Revision: 28669 | ||||
* | package/kernel: various NLS handling fixes | Nicolas Thill | 2011-10-29 | 4 | -15/+17 |
| | | | | | | | | * move AddDepends/nls to 001-depends.mk for proper use by other packages (closes: #7639) * make kmod-usb-core use it * fix deps generated from its arguments (as used in kmod-fs-hfsplus) SVN-Revision: 28668 | ||||
* | package/kernel: add dependency on kmod-lib-crc-itu-t to kmod-fs-udf (closes: ↵ | Nicolas Thill | 2011-10-29 | 1 | -0/+1 |
| | | | | | | #8045) SVN-Revision: 28666 | ||||
* | package/kernel: add dependency on kmod-lib-crc-itu-t to kmod-firewire | Nicolas Thill | 2011-10-29 | 1 | -2/+2 |
| | | | | SVN-Revision: 28665 | ||||
* | package/kernel: fix my previous kmod-fs-cifs fix in r28661 (could I be ↵ | Nicolas Thill | 2011-10-28 | 1 | -7/+6 |
| | | | | | | sleep-deprived?) SVN-Revision: 28663 | ||||
* | package/kernel: enable kmod-ata-core & kmod-scsi-core on x86 | Nicolas Thill | 2011-10-28 | 3 | -7/+6 |
| | | | | SVN-Revision: 28662 | ||||
* | package/kernel: fix kmod-fs-cifs dependencies (closes: #9381, #10055) | Nicolas Thill | 2011-10-28 | 1 | -0/+8 |
| | | | | SVN-Revision: 28661 | ||||
* | package/kernel: move MD4 crypto module in its own package | Nicolas Thill | 2011-10-28 | 1 | -2/+12 |
| | | | | SVN-Revision: 28660 | ||||
* | package/kernel: fix kmod-fs-btrfs dependencies (missed in r28656) | Nicolas Thill | 2011-10-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 28659 | ||||
* | package/kernel: prefix library modules with lib- | Nicolas Thill | 2011-10-28 | 8 | -38/+38 |
| | | | | SVN-Revision: 28656 | ||||
* | package/kernel: add dependency on kmod-lib-lzo to kmod-fs-btrfs | Nicolas Thill | 2011-10-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 28655 |