| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ubi-utils: fix build with gcc5 | Hauke Mehrtens | 2015-08-16 | 3 | -2/+43 |
* | bzip2: add host build | John Crispin | 2015-07-24 | 1 | -0/+21 |
* | robocfg: remove robocfg | Hauke Mehrtens | 2015-07-14 | 4 | -1251/+0 |
* | admswconfig: fix compile with musl | Hauke Mehrtens | 2015-07-14 | 1 | -0/+11 |
* | nvram: get rid of NVRAM_SPACE | Rafał Miłecki | 2015-07-08 | 2 | -3/+2 |
* | nvram: fix displayed info about NVRAM size | Rafał Miłecki | 2015-07-08 | 1 | -2/+2 |
* | Revert "Revert "nvram: increase NVRAM size to 64 KiB"" | Rafał Miłecki | 2015-07-07 | 1 | -1/+1 |
* | nvram: fix "Segmentation fault" caused by setting memory out of buffer | Rafał Miłecki | 2015-07-07 | 1 | -2/+2 |
* | Revert "px5g-standalone: compatibility with fortify-headers" | Steven Barth | 2015-06-24 | 1 | -1/+1 |
* | px5g-standalone: compatibility with fortify-headers | Steven Barth | 2015-06-23 | 1 | -1/+1 |
* | otrx: add extra compilation check before using __BYTE_ORDER | Rafał Miłecki | 2015-06-22 | 1 | -0/+4 |
* | otrx: include endian.h to make __BYTE_ORDER work with musl | Rafał Miłecki | 2015-06-22 | 1 | -0/+1 |
* | otrx: optimize memory usage by function checking TRX CRC | Rafał Miłecki | 2015-06-20 | 1 | -16/+18 |
* | otrx: make crc32 table global for further optimizations | Rafał Miłecki | 2015-06-20 | 1 | -67/+68 |
* | lua: honor LDFLAGS | Steven Barth | 2015-06-18 | 1 | -0/+11 |
* | bzip2: import package from packages.git | Felix Fietkau | 2015-06-14 | 1 | -0/+87 |
* | fuse: fix exec environment for mount and umount | Nicolas Thill | 2015-05-24 | 3 | -7/+62 |
* | fuse: fix build on arm64 | John Crispin | 2015-05-23 | 1 | -0/+34 |
* | Revert "nvram: increase NVRAM size to 64 KiB" | Rafał Miłecki | 2015-04-24 | 1 | -1/+1 |
* | nvram: fix regression in finding NVRAM beginning | Rafał Miłecki | 2015-04-24 | 2 | -1/+7 |
* | nvram: increase NVRAM size to 64 KiB | Rafał Miłecki | 2015-04-22 | 1 | -1/+1 |
* | nvram: refuse to open NVRAM for writing if it's too big to be handled | Rafał Miłecki | 2015-04-22 | 1 | -2/+2 |
* | nvram: drop check for WGT634U using /proc/diag/model | Rafał Miłecki | 2015-04-22 | 1 | -11/+1 |
* | nvram: use correct variable name for MTD partition size | Rafał Miłecki | 2015-04-22 | 1 | -13/+14 |
* | nvram: drop support for ancient /dev/mtdblock/%d | Rafał Miłecki | 2015-04-22 | 1 | -13/+1 |
* | lua: link library with -Bsymbolic-functions | Felix Fietkau | 2015-04-19 | 1 | -0/+11 |
* | busybox: fix an ash regression in handling local variables | Felix Fietkau | 2015-04-17 | 1 | -0/+75 |
* | otrx: support for creating simple TRX files | Rafał Miłecki | 2015-04-14 | 1 | -0/+185 |
* | otrx: change command line API to start with a mode | Rafał Miłecki | 2015-04-14 | 2 | -56/+70 |
* | otrx: use %zd to fix printf format warnings | Rafał Miłecki | 2015-04-14 | 1 | -2/+2 |
* | otrx: check TRX length read from header to avoid Segmentation fault | Rafał Miłecki | 2015-04-14 | 1 | -0/+6 |
* | otrx: include byteswap.h to fix compilation with musl | Rafał Miłecki | 2015-04-14 | 1 | -0/+1 |
* | otrx: support for extracting partitions | Rafał Miłecki | 2015-04-12 | 1 | -1/+127 |
* | busybox: enable BUSYBOX_DEFAULT_FEATURE_TOUCH_SUSV3 by default, dnsmasq relie... | Felix Fietkau | 2015-04-11 | 1 | -1/+1 |
* | busybox: fix regression in handling non-existant find path arguments (#19439) | Felix Fietkau | 2015-04-09 | 1 | -0/+31 |
* | otrx: new package with tiny app verifying TRX images | Rafał Miłecki | 2015-04-09 | 3 | -0/+287 |
* | busybox: update to version 1.23.2 | Felix Fietkau | 2015-04-04 | 28 | -342/+307 |
* | e2fsprogs: add conffiles section | Nicolas Thill | 2015-04-02 | 1 | -0/+4 |
* | ugps: add conffiles section, fix config file perms | Nicolas Thill | 2015-04-02 | 1 | -1/+5 |
* | usbmode: update data files | John Crispin | 2015-04-01 | 1 | -2/+2 |
* | px5g-standalone: change PKG_NAME to avoid directory conflict with px5g | Felix Fietkau | 2015-03-29 | 1 | -1/+1 |
* | fbtest: remove bogus #include | Felix Fietkau | 2015-03-29 | 1 | -2/+0 |
* | e2fsprogs: enable parallel build | Felix Fietkau | 2015-03-29 | 1 | -2/+4 |
* | fuse: add missing include lines, fixes musl build | Felix Fietkau | 2015-03-28 | 1 | -0/+20 |
* | e2fsprogs: update to the latest version, fixes musl build failure | Felix Fietkau | 2015-03-28 | 4 | -51/+3 |
* | lua: fix eglibc reference | John Crispin | 2015-03-26 | 1 | -1/+1 |
* | util-linux: replace spaces with tabs | Nicolas Thill | 2015-03-22 | 1 | -4/+4 |
* | packages: more (e)glibc fixes after r44701 | Nicolas Thill | 2015-03-16 | 1 | -0/+4 |
* | toolchain: remove leftovers from old llvm-gcc experiments | Felix Fietkau | 2015-03-15 | 1 | -4/+0 |
* | BusyBox: Netcat 1.10 compatibility require server option | John Crispin | 2015-03-13 | 2 | -3/+4 |