| Commit message (Expand) | Author | Age | Files | Lines |
* | rbcfg: fix format string bug | Felix Fietkau | 2014-06-30 | 1 | -1/+1 |
* | odhcpd: fix build failure with musl | Steven Barth | 2014-06-30 | 1 | -2/+2 |
* | base-files: define yes/no as valid boolean options | Luka Perkov | 2014-06-29 | 1 | -2/+2 |
* | pppd: fix build with musl | Felix Fietkau | 2014-06-29 | 1 | -0/+3 |
* | rpcd: update to the latest version, fixes build with musl | Felix Fietkau | 2014-06-29 | 1 | -2/+2 |
* | samba36: fix build error with musl | Felix Fietkau | 2014-06-29 | 1 | -7/+11 |
* | relayd: update to the latest version, fixes musl compile and multicast relaying | Felix Fietkau | 2014-06-29 | 1 | -2/+2 |
* | librpc: fix compile errors with musl | Felix Fietkau | 2014-06-29 | 1 | -0/+330 |
* | gettext-full: use uclibc workarounds for musl as well | Felix Fietkau | 2014-06-29 | 1 | -0/+3 |
* | strace: fix compile with musl | Felix Fietkau | 2014-06-29 | 1 | -0/+157 |
* | netifd: update to the latest version, fixes a crash on reload with hotplugged... | Felix Fietkau | 2014-06-29 | 1 | -1/+1 |
* | netifd: update to the latest version, addds a few fixes and enables multicast... | Felix Fietkau | 2014-06-29 | 1 | -2/+2 |
* | ubox: add explicit dependency on libubus to catch ABI changes | Felix Fietkau | 2014-06-29 | 1 | -1/+1 |
* | add mvebu support | Imre Kaloz | 2014-06-29 | 2 | -1/+30 |
* | conntrack-tools: fix build on octeon | Felix Fietkau | 2014-06-29 | 1 | -0/+10 |
* | conntrack-tools: leave out bogus reject files on unpacking | Felix Fietkau | 2014-06-29 | 1 | -0/+2 |
* | px5g-standalone: disable long long to fix compiler errors on mips64 | Felix Fietkau | 2014-06-29 | 1 | -1/+1 |
* | kernel: xen-kbdfront.ko is at a different path Signed-off-by: John Crispin <b... | John Crispin | 2014-06-29 | 1 | -1/+1 |
* | 6in4: send password unhashed | Jo-Philipp Wich | 2014-06-27 | 2 | -6/+2 |
* | toolchain: only take last found libgcc* file | Jo-Philipp Wich | 2014-06-27 | 1 | -3/+3 |
* | busybox: use ntp enabled config option | John Crispin | 2014-06-27 | 2 | -4/+6 |
* | base-files: add enabled config option for ntp service | John Crispin | 2014-06-27 | 2 | -1/+2 |
* | firewall3: add fw3 zone function to enumerate devices | Steven Barth | 2014-06-26 | 1 | -2/+2 |
* | mdns: add the new openwrt mdns daemon | John Crispin | 2014-06-26 | 3 | -0/+94 |
* | base-files: add a post start hook to the procd init.d api | John Crispin | 2014-06-26 | 1 | -0/+3 |
* | iputils: fix compile when using eglibc | John Crispin | 2014-06-26 | 1 | -1/+1 |
* | uboot-envtools: use new scripts from /lib/ to match boards | Luka Perkov | 2014-06-26 | 3 | -8/+12 |
* | ubus: update to the latest version, fixes netifd related crashes on ubus call... | Felix Fietkau | 2014-06-25 | 1 | -2/+2 |
* | base-files: update copyright headers | Luka Perkov | 2014-06-24 | 1 | -1/+1 |
* | libubox: update to latest git head | John Crispin | 2014-06-24 | 1 | -2/+2 |
* | procd: fix nand.sh kernel_length typo | John Crispin | 2014-06-24 | 1 | -2/+2 |
* | fstools: fix factory reset on ubifs overlay | John Crispin | 2014-06-24 | 1 | -2/+2 |
* | uboot-envtools: fix build if ubi volume support is disabled | John Crispin | 2014-06-24 | 1 | -9/+11 |
* | dnsmasq: use config_get_bool for dnsmasq | Steven Barth | 2014-06-22 | 1 | -1/+1 |
* | mac80211: disable greenfield by default | Felix Fietkau | 2014-06-22 | 1 | -1/+1 |
* | iw: update to 3.15 | Felix Fietkau | 2014-06-22 | 4 | -210/+50 |
* | mac80211: revert a faulty upstream change which is causing channel 12 to be e... | Felix Fietkau | 2014-06-22 | 2 | -2/+67 |
* | dnsmasq: set procd respawn | Steven Barth | 2014-06-22 | 1 | -0/+1 |
* | make thermal framework registered sensors also register as hwmons | Imre Kaloz | 2014-06-20 | 1 | -0/+1 |
* | package the gpio-fan module | Imre Kaloz | 2014-06-20 | 1 | -0/+16 |
* | netifd: various routing table handling fixes | Steven Barth | 2014-06-20 | 1 | -2/+2 |
* | base-files: regenerate the /lib64 symlink when switching to a ramdisk | John Crispin | 2014-06-20 | 1 | -0/+2 |
* | Revert "netifd: fix handling of "lookup main" for ip rules (#15315)" | Jo-Philipp Wich | 2014-06-20 | 1 | -2/+2 |
* | netifd: fix handling of "lookup main" for ip rules (#15315) | Jo-Philipp Wich | 2014-06-20 | 1 | -2/+2 |
* | base-files: depend on jsonfilter and rewrite network.sh to use it | Jo-Philipp Wich | 2014-06-19 | 2 | -321/+128 |
* | jsonfilter: implement custom separators and support limiting the results, fix... | Jo-Philipp Wich | 2014-06-19 | 1 | -1/+1 |
* | procd: update to latest git head | John Crispin | 2014-06-19 | 1 | -4/+4 |
* | procd: various improvements to nand.sh | John Crispin | 2014-06-19 | 1 | -7/+33 |
* | base-files: add upgraded to the list of daemons not killed | John Crispin | 2014-06-19 | 1 | -1/+1 |
* | jsonfilter: improve error reporting | Jo-Philipp Wich | 2014-06-19 | 1 | -2/+2 |