summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* [package] base-files: properly handle wifi ifaces with no network attached, ↵jow2011-11-082-4/+6
| | | | | | useful for unmanaged interfaces like used for batman or monitoring git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28860 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] hostapd: add code to prevent accidentally bridging non-wds sta ↵jow2011-11-081-0/+9
| | | | | | mode interfaces git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28858 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/base-files: move /etc/functions.sh to /lib/functions.shnico2011-11-083-321/+322
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28857 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: fix compile error when both libnl and libnl-tiny are builtnbd2011-11-081-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28854 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: use bash for gen_build_files.sh to avoid printf argument list ↵nbd2011-11-081-0/+8
| | | | | | issues on some systems git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28849 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/uhttpd: use new service wrappernico2011-11-072-11/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28841 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/ubus: use new service wrappernico2011-11-071-3/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28840 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/netifd: use new service wrappernico2011-11-071-8/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28839 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/dropbear: use new service wrappernico2011-11-072-13/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28838 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/dnsmasq: use new service wrappernico2011-11-072-7/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28837 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: use new service wrappernico2011-11-073-8/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28836 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/base-files: use new service wrappernico2011-11-074-24/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28835 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/base-files: /etc/rc.common: add service wrapper around start-stop-daemonnico2011-11-071-1/+83
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28834 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix LED related crashes on AR913xnbd2011-11-071-0/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28809 3c298f89-4303-0410-b956-a3cf2f4a3e73
* carl9170: add dependency on kmod-input-corenbd2011-11-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28808 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/base-files: /etc/passwd: fix uid number for user 'daemon' ↵nico2011-11-071-1/+1
| | | | | | (conflicting with user 'nobody') git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28799 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: ntpd: indefinitely try to resolve peer addresses (#10361)jow2011-11-072-1/+49
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28794 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: provide rpath-link flag, thanks mazilojow2011-11-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28792 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] madwifi: change wireless ifname numbering schemajow2011-11-061-2/+9
| | | | | | | | | | Instead of simply counting 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28785 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: change wireless ifname numbering schemajow2011-11-061-6/+3
| | | | | | | | | | Instead of simply counting 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28784 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uhttpd: Fix wrong certificate options with multiple wordsjow2011-11-061-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28776 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add some fixes for radio reinit and frame flushnbd2011-11-052-0/+320
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28772 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2011-11-04nbd2011-11-052-73/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28771 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: fix Makefiles and linking of tls pluginjow2011-11-052-7/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28769 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: process platform hotplug calls in the early launch of hotplug2 ↵nbd2011-11-052-1/+5
| | | | | | to avoid having crda calls get stuck at boot time (fixes #10350, #10354) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28768 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: bump versionjow2011-11-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28762 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: rework CyaSSL and OpenSSL integration; move protected ↵jow2011-11-055-51/+210
| | | | | | recv() and send() operations below the ssl layer - fixes hangs when accessing via https git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28761 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: update to latest git versionnbd2011-11-0429-497/+487
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28746 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: ensure that a bridge gets created before hostapd needs it, hostapd ↵nbd2011-11-044-2/+14
| | | | | | must not attempt to create the bridge by itself git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28745 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: start wifi at bootnbd2011-11-031-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28738 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fix redundant ifdown hotplug eventsnbd2011-11-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28737 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: refresh patchesnbd2011-11-035-20/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28736 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: update to 1.0.0e (patch by tripolar)nbd2011-11-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28735 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: load modules early, run wifi detect afterwards and only then ↵nbd2011-11-032-11/+12
| | | | | | | | process uci defaults this allows uci-defaults scripts to override wifi settings git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28733 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: add some more protected services to sysupgrade kill ↵jow2011-11-032-2/+2
| | | | | | blacklist git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28732 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] qos-scripts: only use the lower 8 bits for firewall marks, allows ↵jow2011-11-033-11/+11
| | | | | | coexistence with other programs like nodogsplash - patch by Tobias Wolf (#10096) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28731 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: update to 1.19.3nico2011-11-0312-222/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28725 3c298f89-4303-0410-b956-a3cf2f4a3e73
* modules: fixes ko files that were renamed in 3.1blogic2011-11-032-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28724 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ltq-dsl: fixes driver for targets other than danubeblogic2011-11-033-5/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28723 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ltq-vmmc: should be available for falcon and danube onlyblogic2011-11-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28722 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/dropbear: fix segfault with remote port forwarding (closes: #10339)nico2011-11-032-1/+41
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28718 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] block-mount: Fixed module loading (double cat is wrong)cshore2011-11-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28717 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: add missing proto handler conversion after r28632 (thx, Jonathan Bennet)nbd2011-11-011-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28713 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fixes handling of hotplug devices (for wifi)nbd2011-11-011-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28712 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2011-11-01nbd2011-11-0113-10646/+93
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28711 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: fix setting txpower (#10254)nbd2011-11-011-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28710 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/uboot-envtools: make fw_setenv symlink optionaljuhosg2011-11-011-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28698 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/uboot-envtools: generate config-file from UCIjuhosg2011-11-012-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28697 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/uboot-envtools: remove runtime dependency of zlibjuhosg2011-11-011-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28696 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: fix typojow2011-10-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28681 3c298f89-4303-0410-b956-a3cf2f4a3e73