| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | procd: update to the latest version, fixes some musl compatibility issues | Felix Fietkau | 2014-05-25 | 1 | -2/+2 |
* | busybox: add back missing crond config change | Felix Fietkau | 2014-05-25 | 1 | -1/+1 |
* | busybox: update to 1.22.1 | Felix Fietkau | 2014-05-25 | 61 | -3076/+1068 |
* | busybox: remove obsolete httpd patches | Felix Fietkau | 2014-05-25 | 4 | -157/+0 |
* | busybox: remove obsolete insmod patches | Felix Fietkau | 2014-05-25 | 2 | -170/+0 |
* | busybox: drop a udhcpc patch that has been superseded by upstream changes a l... | Felix Fietkau | 2014-05-25 | 1 | -99/+0 |
* | busybox: remove obsolete init patch | Felix Fietkau | 2014-05-25 | 1 | -15/+0 |
* | busybox: use a config option instead of a patch to select the cron directory | Felix Fietkau | 2014-05-25 | 2 | -23/+1 |
* | mac80211: mark kmod-rtlwifi as hidden (selected by rtlwifi drivers) | Felix Fietkau | 2014-05-25 | 1 | -5/+2 |
* | button-hotplug: remove #ifdef CONFIG_HOTPLUG, it is gone in newer kernels | Felix Fietkau | 2014-05-23 | 1 | -7/+0 |
* | gpio-button-hotplug: remove #ifdef CONFIG_HOTPLUG, it is gone in newer kernel... | Felix Fietkau | 2014-05-23 | 1 | -7/+0 |
* | rt2x00: fix rt3352 rf probing (#14322) | Felix Fietkau | 2014-05-23 | 1 | -1/+5 |
* | mac80211: fix probing of rtl8180 | Felix Fietkau | 2014-05-23 | 1 | -1/+1 |
* | mac80211: update to wireless-testing 2014-05-22 | Felix Fietkau | 2014-05-23 | 18 | -4342/+122 |
* | kernel: other.mk: add pps-gpio support | Luka Perkov | 2014-05-23 | 1 | -0/+18 |
* | [package] uboot-envtools: add Pogoplug E02 support | Luka Perkov | 2014-05-23 | 1 | -0/+1 |
* | [package] uboot-kirkwood: re-add Pogoplug E02 support | Luka Perkov | 2014-05-23 | 3 | -2/+64 |
* | odhcp6c: improve passthru filter | Steven Barth | 2014-05-23 | 1 | -1/+1 |
* | odhcp6c: export passthru options as netifd data | Steven Barth | 2014-05-23 | 1 | -0/+1 |
* | odhcp6c: add support for option passthru | Steven Barth | 2014-05-23 | 1 | -2/+2 |
* | Initial support for MAP-E and Lightweight 4over6 protocol | Steven Barth | 2014-05-22 | 4 | -0/+597 |
* | netifd: fix a segfault and improve ipip6 tunnel setup | Steven Barth | 2014-05-22 | 1 | -2/+2 |
* | mtd: fix compile error with musl | Felix Fietkau | 2014-05-21 | 1 | -0/+1 |
* | [package] fstools: update to the latest version | Luka Perkov | 2014-05-21 | 1 | -2/+9 |
* | iwinfo: remove old lua compat macros | Felix Fietkau | 2014-05-21 | 1 | -31/+0 |
* | iwinfo: un-export internal api header files | Felix Fietkau | 2014-05-21 | 8 | -4/+4 |
* | iwinfo: bump release and start using ABI_VERSION | Felix Fietkau | 2014-05-21 | 1 | -1/+2 |
* | iwinfo: move wl_ops to iwinfo_wl.c, make functions static | Felix Fietkau | 2014-05-21 | 4 | -145/+88 |
* | iwinfo: move nl80211_ops to iwinfo_nl80211.c, make functions static | Felix Fietkau | 2014-05-21 | 5 | -313/+281 |
* | iwinfo: move madwifi_ops to iwinfo_madwifi.c, make functions static | Felix Fietkau | 2014-05-21 | 4 | -144/+85 |
* | iwinfo: move wext_ops to iwinfo_wext.c, make functions static | Felix Fietkau | 2014-05-21 | 10 | -173/+146 |
* | iwinfo: keep an array of backends, reduce the number of ifdefs and hardcoded ... | Felix Fietkau | 2014-05-21 | 6 | -52/+35 |
* | [package] uboot-imx6: update to 2014.04 | Luka Perkov | 2014-05-20 | 3 | -22/+28 |
* | [package] uboot-kirkwood: update to 2014.04 | Luka Perkov | 2014-05-20 | 5 | -96/+7 |
* | dnsmasq: bump to 2.71 | Steven Barth | 2014-05-20 | 1 | -2/+2 |
* | ath9k: revert a faulty rx path fix | Felix Fietkau | 2014-05-20 | 4 | -66/+3 |
* | iw: sync nl80211.h | Felix Fietkau | 2014-05-20 | 2 | -24/+137 |
* | mac80211: update to wireless-testing 2014-05-19 | Felix Fietkau | 2014-05-20 | 76 | -1399/+4652 |
* | dnsmasq: Allow creating static DNS entries from static lease entries | Florian Fainelli | 2014-05-20 | 1 | -0/+7 |
* | kernel: Enable CONFIG_SPI_SPIDEV when selecting kmod-spidev | Florian Fainelli | 2014-05-20 | 1 | -1/+1 |
* | mac80211: fix stbc configuration | Felix Fietkau | 2014-05-19 | 1 | -2/+3 |
* | hostapd: add a package for eapol_test | Felix Fietkau | 2014-05-19 | 2 | -0/+56 |
* | fstools: update to the latest version, adds ubifs support and ubi/mtd fixes | Felix Fietkau | 2014-05-19 | 1 | -2/+2 |
* | ath9k: add some rx path fixes | Felix Fietkau | 2014-05-19 | 5 | -13/+181 |
* | [package] uboot-lantiq: remove duplicate define | Luka Perkov | 2014-05-19 | 1 | -2/+0 |
* | [package] uboot-envtools: update to 2014.04 | Luka Perkov | 2014-05-19 | 3 | -19/+20 |
* | mac80211: fix ht capabilities for HT20 | Felix Fietkau | 2014-05-18 | 1 | -1/+2 |
* | ltq-hcd: disable mips16 support | Felix Fietkau | 2014-05-18 | 1 | -0/+2 |
* | base-files: enable force_link for lan by default | Felix Fietkau | 2014-05-16 | 1 | -0/+1 |
* | netifd: update to the latest version, fixes wireless setup cancellation | Felix Fietkau | 2014-05-15 | 1 | -2/+2 |