Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | busybox: add support for config overrides via env/busybox-config | Felix Fietkau | 2013-12-16 | 1 | -0/+6 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39107 | ||||
* | busybox: remove busybox menuconfig from top level menuconfig | Felix Fietkau | 2013-12-16 | 29 | -8185/+886 |
| | | | | | | | | | This will help with avoiding bogus bug reports caused by stale configs and bad cases of user tinkering :) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39106 | ||||
* | hostapd: move old wifi setup scripts to hostapd-common-old | Felix Fietkau | 2013-12-16 | 2 | -5/+14 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39103 | ||||
* | dnsmasq: switch to /lib/functions/network.sh | Jo-Philipp Wich | 2013-12-16 | 1 | -15/+11 |
| | | | | | | | | | | | This commit changes the dnsmasq init script to use the interface status exposed by netifd. The old references to scan_interfaces() and (indirect) accesses to uci state variables are removed and replaced with corresponding network_*() calls. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 39101 | ||||
* | base-files: ipcalc.sh: support bit length as netmask parameter | Jo-Philipp Wich | 2013-12-16 | 1 | -1/+5 |
| | | | | SVN-Revision: 39100 | ||||
* | base-files: add network_get_protocol() to /lib/functions/network.sh | Jo-Philipp Wich | 2013-12-16 | 1 | -2/+7 |
| | | | | SVN-Revision: 39099 | ||||
* | mac80211: fix AP mode scanning issues | Felix Fietkau | 2013-12-16 | 1 | -1/+47 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39098 | ||||
* | netifd: update to latest version, fixes a null pointer crash | Felix Fietkau | 2013-12-16 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39088 | ||||
* | ath9k: fix interrupt storms on AR913x | Felix Fietkau | 2013-12-15 | 1 | -7/+13 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39062 | ||||
* | Convert DHCP->6rd and DHCPv6->DS-Lite autoconfig to dynamic interface | Steven Barth | 2013-12-15 | 5 | -27/+25 |
| | | | | SVN-Revision: 39061 | ||||
* | odhcp6c: add source routing support | Steven Barth | 2013-12-15 | 3 | -5/+15 |
| | | | | SVN-Revision: 39058 | ||||
* | uhttpd: don't process ubus_* and lua_* options if corresponding plugin is ↵ | Jo-Philipp Wich | 2013-12-15 | 1 | -4/+8 |
| | | | | | | not installed (#14618) SVN-Revision: 39057 | ||||
* | ath9k: merge another round of cleanups and fixes submitted to linux-wireless | Felix Fietkau | 2013-12-14 | 14 | -227/+1201 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39054 | ||||
* | ath9k: merge an interrupt processing fix for AR5008-AR9002 | Felix Fietkau | 2013-12-14 | 1 | -0/+78 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39053 | ||||
* | kernel: move BLKCIPHER into crypto-core to avoid pulling in crypto-manager ↵ | Felix Fietkau | 2013-12-14 | 1 | -4/+5 |
| | | | | | | | | for arc4 (used by mac80211) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39052 | ||||
* | netifd: update to the latest version, adds a revert of the link state ↵ | Felix Fietkau | 2013-12-14 | 1 | -2/+2 |
| | | | | | | | | handling patches which caused regressions in combination with wifi devices Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39050 | ||||
* | openssl: Support multi-threaded applications | Felix Fietkau | 2013-12-14 | 1 | -1/+1 |
| | | | | | | | | | Allow multi-threaded applications to work properly by removing the "no-threads" flag that is enabled by default. Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> SVN-Revision: 39048 | ||||
* | usbmode: add an init script to switch devices that show up too early for the ↵ | Felix Fietkau | 2013-12-13 | 3 | -9/+16 |
| | | | | | | | | hotplug script Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39047 | ||||
* | netifd: prevent an unnecessary restart of netifd-managed wifi interfaces at ↵ | Felix Fietkau | 2013-12-13 | 1 | -1/+1 |
| | | | | | | | | boot time Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39046 | ||||
* | fix jffs2 with internal libgcc and switch omap4 to ext4 | Imre Kaloz | 2013-12-13 | 2 | -0/+45 |
| | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39044 | ||||
* | iw: reduce size and make the phy dump output more readable | Felix Fietkau | 2013-12-13 | 2 | -2/+111 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39041 | ||||
* | opkg: do not add blank "Provides:" fields to package metadata | Felix Fietkau | 2013-12-13 | 1 | -0/+11 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39039 | ||||
* | /sbin/wifi: reload network/wireless on wifi restart | Felix Fietkau | 2013-12-11 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39036 | ||||
* | netifd: fix crashes triggered by adding/removing wireless devices on reload | Felix Fietkau | 2013-12-11 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39035 | ||||
* | kernel: add CAN modules | Luka Perkov | 2013-12-11 | 1 | -0/+222 |
| | | | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39032 | ||||
* | mac80211: add missing set_default to fix stray "radio0: sh: bad number" messages | Jo-Philipp Wich | 2013-12-10 | 1 | -0/+2 |
| | | | | SVN-Revision: 39028 | ||||
* | hostapd: fix short_preamble option | Jo-Philipp Wich | 2013-12-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 39027 | ||||
* | libevent2: Configure with --disable-debug-mode | John Crispin | 2013-12-09 | 1 | -1/+2 |
| | | | | | | | | Saves around 10K. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 39025 | ||||
* | ubox: fix logging support. the initial connect failed | John Crispin | 2013-12-09 | 1 | -2/+2 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39024 | ||||
* | procd: update procd, add ulimit support | John Crispin | 2013-12-09 | 1 | -2/+2 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39023 | ||||
* | ubox: fix up pidcount handling inside log.init | John Crispin | 2013-12-09 | 1 | -0/+3 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39022 | ||||
* | gpio-button-hotplug: add irq mode to driver | John Crispin | 2013-12-09 | 1 | -94/+176 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39021 | ||||
* | netifd: enable coredumps again | John Crispin | 2013-12-09 | 2 | -6/+7 |
| | | | | | | | | got broken due procd startup. Requires procd resource limit patch. Signed-off-by: Ulrich Weber <uw@xyne.com> SVN-Revision: 39020 | ||||
* | kernel: module updates for 3.12 | Luka Perkov | 2013-12-09 | 2 | -0/+27 |
| | | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 39008 | ||||
* | base-files: fix whitespaces | Luka Perkov | 2013-12-09 | 19 | -174/+160 |
| | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39006 | ||||
* | hostapd: properly parse wmm and hidden uci options (#14589) | Jo-Philipp Wich | 2013-12-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 39005 | ||||
* | netifd: update to the latest version, adds tunnel fixes by Hans Dedecker and ↵ | Felix Fietkau | 2013-12-08 | 1 | -2/+2 |
| | | | | | | | | adds back support for multiple networks per wifi-iface Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39004 | ||||
* | mac80211: fix using custom wifi-iface ifname option with netifd | Felix Fietkau | 2013-12-08 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39003 | ||||
* | mac80211: merge an ibss dfs locking fix | Felix Fietkau | 2013-12-08 | 1 | -2/+15 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39002 | ||||
* | ath9k: merge initval and tx gain table updates, calibration fixes | Felix Fietkau | 2013-12-08 | 9 | -111/+3217 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39001 | ||||
* | mac80211: refresh patch | Felix Fietkau | 2013-12-08 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39000 | ||||
* | add support for the wl18xx, split wlcore from wl12xx | Imre Kaloz | 2013-12-06 | 1 | -8/+45 |
| | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38997 | ||||
* | odhcpd/6c: Add config menu for prefix class ext. | Steven Barth | 2013-12-05 | 2 | -0/+22 |
| | | | | SVN-Revision: 38996 | ||||
* | ath9k: fix length handling of unaggregated frames (might resolve some ↵ | Felix Fietkau | 2013-12-04 | 1 | -3/+14 |
| | | | | | | | | rts/cts issues) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38995 | ||||
* | odhcpd: Fix ubus integration | Steven Barth | 2013-12-04 | 1 | -2/+2 |
| | | | | SVN-Revision: 38994 | ||||
* | mac80211: fix ad-hoc network setup with netifd (#14564) | Felix Fietkau | 2013-12-03 | 1 | -3/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38993 | ||||
* | netifd: update to the latest version, improves wireless status output and ↵ | Felix Fietkau | 2013-12-03 | 1 | -2/+2 |
| | | | | | | | | fixes some bridge handling issues Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38992 | ||||
* | hostapd: fix maclist processing with netifd | Felix Fietkau | 2013-12-03 | 1 | -2/+3 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38991 | ||||
* | wifi: restart netifd wifi interfaces on the "up" command like the old variant | Felix Fietkau | 2013-12-02 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38990 | ||||
* | wifi: rename the "reload" (restarting non-netifd wifi) command to ↵ | Felix Fietkau | 2013-12-02 | 2 | -2/+8 |
| | | | | | | | | | | "reload_legacy" Add a new "reload" command that reloads the netifd config as well Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38989 |