aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils
Commit message (Expand)AuthorAgeFilesLines
...
* e2fsprogs: add packages for "chattr" and "lsattr"Felix Fietkau2015-11-081-0/+24
* px5g: Use SHA-256 when generating self-signed certificatesFelix Fietkau2015-11-061-1/+1
* busybox: enable ip rule support by default (required for dealing with route t...Felix Fietkau2015-11-041-1/+1
* busybox: enable find mtime support by defaultFelix Fietkau2015-11-021-1/+1
* busybox: fix non-portable invocation of mktempFelix Fietkau2015-10-301-0/+20
* busybox: update to version 1.24.1Felix Fietkau2015-10-3012-198/+19
* bzip2: extend/fix the Host/Install rule to install libbz2.so filesSteven Barth2015-10-221-2/+3
* cosmetic: remove trailing whitespacesLuka Perkov2015-10-155-5/+5
* px5g-standalone: use /dev/urandom instead of havege (fixes #20216)Felix Fietkau2015-09-223-358/+20
* ugps: fix filename to eliminate build problemsFelix Fietkau2015-09-111-1/+1
* util-linux: add prlimit command.Felix Fietkau2015-09-111-0/+17
* busybox: lock: implement -n "Fail rather than wait"Felix Fietkau2015-09-091-2/+11
* busybox: fix ip applet and netlink behaviorSteven Barth2015-09-094-2/+86
* package: replace ifconfig-usage with ipSteven Barth2015-09-081-2/+2
* busybox: improve applets & deprecate ifconfig, routeSteven Barth2015-09-082-10/+10
* Disable telnet in favor of passwordless SSHSteven Barth2015-09-073-43/+4
* ugps: update to latest git HEADJohn Crispin2015-08-171-2/+2
* ubi-utils: fix build with gcc5Hauke Mehrtens2015-08-163-2/+43
* bzip2: add host buildJohn Crispin2015-07-241-0/+21
* robocfg: remove robocfgHauke Mehrtens2015-07-144-1251/+0
* admswconfig: fix compile with muslHauke Mehrtens2015-07-141-0/+11
* nvram: get rid of NVRAM_SPACERafał Miłecki2015-07-082-3/+2
* nvram: fix displayed info about NVRAM sizeRafał Miłecki2015-07-081-2/+2
* Revert "Revert "nvram: increase NVRAM size to 64 KiB""Rafał Miłecki2015-07-071-1/+1
* nvram: fix "Segmentation fault" caused by setting memory out of bufferRafał Miłecki2015-07-071-2/+2
* Revert "px5g-standalone: compatibility with fortify-headers"Steven Barth2015-06-241-1/+1
* px5g-standalone: compatibility with fortify-headersSteven Barth2015-06-231-1/+1
* otrx: add extra compilation check before using __BYTE_ORDERRafał Miłecki2015-06-221-0/+4
* otrx: include endian.h to make __BYTE_ORDER work with muslRafał Miłecki2015-06-221-0/+1
* otrx: optimize memory usage by function checking TRX CRCRafał Miłecki2015-06-201-16/+18
* otrx: make crc32 table global for further optimizationsRafał Miłecki2015-06-201-67/+68
* lua: honor LDFLAGSSteven Barth2015-06-181-0/+11
* bzip2: import package from packages.gitFelix Fietkau2015-06-141-0/+87
* fuse: fix exec environment for mount and umountNicolas Thill2015-05-243-7/+62
* fuse: fix build on arm64John Crispin2015-05-231-0/+34
* Revert "nvram: increase NVRAM size to 64 KiB"Rafał Miłecki2015-04-241-1/+1
* nvram: fix regression in finding NVRAM beginningRafał Miłecki2015-04-242-1/+7
* nvram: increase NVRAM size to 64 KiBRafał Miłecki2015-04-221-1/+1
* nvram: refuse to open NVRAM for writing if it's too big to be handledRafał Miłecki2015-04-221-2/+2
* nvram: drop check for WGT634U using /proc/diag/modelRafał Miłecki2015-04-221-11/+1
* nvram: use correct variable name for MTD partition sizeRafał Miłecki2015-04-221-13/+14
* nvram: drop support for ancient /dev/mtdblock/%dRafał Miłecki2015-04-221-13/+1
* lua: link library with -Bsymbolic-functionsFelix Fietkau2015-04-191-0/+11
* busybox: fix an ash regression in handling local variablesFelix Fietkau2015-04-171-0/+75
* otrx: support for creating simple TRX filesRafał Miłecki2015-04-141-0/+185
* otrx: change command line API to start with a modeRafał Miłecki2015-04-142-56/+70
* otrx: use %zd to fix printf format warningsRafał Miłecki2015-04-141-2/+2
* otrx: check TRX length read from header to avoid Segmentation faultRafał Miłecki2015-04-141-0/+6
* otrx: include byteswap.h to fix compilation with muslRafał Miłecki2015-04-141-0/+1
* otrx: support for extracting partitionsRafał Miłecki2015-04-121-1/+127