| Commit message (Expand) | Author | Age | Files | Lines |
* | fstools: fix extroot with opkg-installed block-mount (#15550) | Jo-Philipp Wich | 2014-04-17 | 1 | -2/+2 |
* | rpcd: update to the latest version | John Crispin | 2014-04-12 | 1 | -2/+2 |
* | uci: fix import with not yet existing packages, preserve config permissions o... | Jo-Philipp Wich | 2014-04-11 | 1 | -3/+3 |
* | fstools: update to latest git HEAD | John Crispin | 2014-04-07 | 5 | -21/+27 |
* | fstools: scripts should propagate the cmdline | John Crispin | 2014-04-05 | 2 | -2/+2 |
* | fstools: update to latest git | John Crispin | 2014-04-03 | 1 | -2/+2 |
* | firmware: create a new folder for holfing firmware blobs | John Crispin | 2014-03-30 | 6 | -388/+0 |
* | mtd: improve mtd detection | John Crispin | 2014-03-30 | 1 | -1/+3 |
* | ubox: fix logd (hopefully) | John Crispin | 2014-03-27 | 2 | -178/+2 |
* | mtd: add support for bad blocks in NAND flash | Felix Fietkau | 2014-03-26 | 3 | -5/+56 |
* | fs-tools: add back mount_root, jffs2reset and ffs2mark functionality | John Crispin | 2014-03-25 | 4 | -1/+11 |
* | add the TI AM335x PM firmware package | Imre Kaloz | 2014-03-25 | 1 | -0/+42 |
* | ca-certificates: install to /etc/ssl/certs/ directly instead of installing a ... | Felix Fietkau | 2014-03-23 | 1 | -4/+2 |
* | ca-certificates: add system CA certificates package (based on the debian one) | Felix Fietkau | 2014-03-21 | 1 | -0/+41 |
* | procd: add a PROCD_DEBUG variable that will dump the ubus calls from init scr... | Felix Fietkau | 2014-03-21 | 1 | -0/+1 |
* | ubus: update to latest version, blocks unrelated uloop calls on synchronous r... | Felix Fietkau | 2014-03-19 | 1 | -2/+2 |
* | ubox: update to latest git head | John Crispin | 2014-03-18 | 2 | -4/+7 |
* | procd: update to latest version, fixes a format string bug in processing init... | Felix Fietkau | 2014-03-18 | 1 | -2/+2 |
* | ubox: update to latest git head | John Crispin | 2014-03-12 | 2 | -8/+22 |
* | ubus: update to latest git HEAD | John Crispin | 2014-03-12 | 1 | -2/+2 |
* | fstools: add the new fstools package | John Crispin | 2014-03-12 | 6 | -25/+173 |
* | ubus: update to latest version, fixes lua binding issues and adds fd passing ... | Felix Fietkau | 2014-02-23 | 1 | -2/+2 |
* | procd: depend on libubox directly to rebuild on ABI changes | Felix Fietkau | 2014-02-23 | 1 | -1/+1 |
* | ubus: declare main version as ABI version for libubus | Felix Fietkau | 2014-02-23 | 1 | -3/+3 |
* | ubox: logd did not register its config.reload trigger properly | John Crispin | 2014-02-18 | 1 | -1/+1 |
* | procd: update to latest git head | John Crispin | 2014-02-18 | 1 | -2/+2 |
* | procd: the helper script did not export all functions properly | John Crispin | 2014-02-18 | 1 | -0/+2 |
* | uci: update to latest version, adds preparation for validation support and bl... | Felix Fietkau | 2014-02-18 | 1 | -2/+2 |
* | libubox: ubox: procd: ubus: update to latest git head | John Crispin | 2014-01-30 | 3 | -6/+6 |
* | ubox: revert log buffer size changes | John Crispin | 2014-01-22 | 2 | -26/+7 |
* | ubox: update to latest git head | John Crispin | 2014-01-21 | 1 | -2/+2 |
* | procd: update to latest git head | John Crispin | 2014-01-20 | 1 | -2/+2 |
* | ubox: update to latest git head | John Crispin | 2014-01-19 | 2 | -7/+26 |
* | ubox: update to latest git | John Crispin | 2014-01-17 | 1 | -2/+2 |
* | ubox: welcome to 2014 | John Crispin | 2014-01-12 | 1 | -1/+1 |
* | ubox: update to latest git - fixes error reporting Signed-off-by: John Crispi... | John Crispin | 2014-01-12 | 1 | -2/+2 |
* | rpcd: build, uci and session api fixes | Jo-Philipp Wich | 2014-01-12 | 1 | -3/+3 |
* | opkg: switch to git repository (#14655) | Jo-Philipp Wich | 2013-12-21 | 1 | -3/+3 |
* | procd: fix service file tracking | Jo-Philipp Wich | 2013-12-18 | 1 | -2/+2 |
* | opkg: do not add blank "Provides:" fields to package metadata | Felix Fietkau | 2013-12-13 | 1 | -0/+11 |
* | ubox: fix logging support. the initial connect failed | John Crispin | 2013-12-09 | 1 | -2/+2 |
* | procd: update procd, add ulimit support | John Crispin | 2013-12-09 | 1 | -2/+2 |
* | ubox: fix up pidcount handling inside log.init | John Crispin | 2013-12-09 | 1 | -0/+3 |
* | netifd: enable coredumps again | John Crispin | 2013-12-09 | 1 | -2/+3 |
* | uci: update to the latest version, adds a small uci_to_blob fix | Felix Fietkau | 2013-12-02 | 1 | -2/+2 |
* | ubox: fix handling of uci lists, prevent shell code injection from uci values... | Jo-Philipp Wich | 2013-11-28 | 1 | -2/+2 |
* | Revert "ubox: the validation code has problems with the "(" char. use string ... | Jo-Philipp Wich | 2013-11-28 | 1 | -1/+1 |
* | procd: fix processing of datatype specification with spaces | Jo-Philipp Wich | 2013-11-28 | 1 | -2/+2 |
* | ubox: the validation code has problems with the "(" char. use string for now | John Crispin | 2013-11-26 | 1 | -1/+1 |
* | base-files: allow users to delect debug level during boot | John Crispin | 2013-11-25 | 1 | -2/+2 |