aboutsummaryrefslogtreecommitdiff
path: root/package/system
Commit message (Collapse)AuthorAge
* ubus: update to latest git HEADJohn Crispin2015-06-18
| | | | | | | | this adds ACL support Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 46040
* procd: update to the latest version, fixes umask handling for creating /dev/shmFelix Fietkau2015-06-18
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46023
* procd: update to the latest version, fixes /dev/shm permissionsFelix Fietkau2015-06-17
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46013
* opkg: fix duplicate check_signature line for smime variant (#19863)Felix Fietkau2015-06-16
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45999
* procd: update to the latest version, adds a few fixesFelix Fietkau2015-06-14
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45972
* procd: correct the order of respawn params in the comments.Felix Fietkau2015-06-14
| | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 45955
* opkg: Fix --force-checksum when using SHA256John Crispin2015-06-05
| | | | | | | | | | Allow installing packages with mismatching SHA256 checksums via $ opkg install --force-checksum $PACKAGE Signed-off-by: Florian Fieber <florian@florianfieber.de> SVN-Revision: 45904
* mtd: add missing <endian.h> includeFelix Fietkau2015-06-05
| | | | | | | | | | | | | | trx.c in mtd would not include endian.h, so on systems that do not have this header implicitly included from the other headers (like musl), both __BYTE_ORDER and __BIG_ENDIAN would be undefined and thus 0, leading to it always presuming a big-endian system. this would lead to issues when running mtd fixtrx on little-endian systems, as it would never recognize the TRX magic as result of the broken STORE32_LE() macro. Signed-off-by: Shiz <hi@shiz.me> Tested-by: Shiz <hi@shiz.me> SVN-Revision: 45896
* procd: work around a event raceJohn Crispin2015-06-03
| | | | | | | | | | there is a conceptual design flaw in our interface events. workaround this by disabling duplicate message supression in procd. we need to fix this properly for the next release Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45883
* procd: add a 10 second delay to the interface triggersJohn Crispin2015-06-02
| | | | | | | | | this is an ugly hack that will be removed when the netifd maintainers have time to look at the problem. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45876
* ca-certificates: update to version 20150426John Crispin2015-05-31
| | | | | | | | update to version 20150426 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com> SVN-Revision: 45858
* feeds: use common macro "FeedSourcesAppend" to populate opkg configurationsJo-Philipp Wich2015-05-28
| | | | | | | | | This introduces a common macro to assemble the correct url templates to avoid code duplication and have the feed config handling in a central place. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45799
* fstools: update to the latest version, makes filesystem initialization state ↵Felix Fietkau2015-05-25
| | | | | | | | tracking more reliable (#19564) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45751
* ubus: update to the latest version, switch to git.openwrt.org, fixes a lua ↵Felix Fietkau2015-05-25
| | | | | | | | binding memory leak Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45750
* ubox: various logd cleanupsJohn Crispin2015-05-23
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45721
* procd: make the jail code also work on armJohn Crispin2015-05-23
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45719
* rpcd: unload package after uci revertsJo-Philipp Wich2015-05-17
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45695
* usign: update to the latest version, use libubox base64 codeFelix Fietkau2015-05-08
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45642
* procd: fix uid/gid changing for service instancesJo-Philipp Wich2015-05-05
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45611
* Removed reference to imaginary procd_add_interface_reload in procd.shJohn Crispin2015-04-18
| | | | | | | | | The last line of procd.sh has a reference to procd_add_interface_reload. procd_add_interface_reload doesn't seem to exist. I've removed the reference of it to minimize confusion. Signed-off-by: Eric Schultz <eschultz@prplfoundation.org> SVN-Revision: 45487
* opkg: fix md5 related #ifdef (thx, swalker)Felix Fietkau2015-04-14
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45447
* rpcd: update to latest git HEADJohn Crispin2015-04-14
| | | | | | | | adds support for reading md5 sums of files Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45442
* fstools: update to latest git HEADJohn Crispin2015-04-14
| | | | | | | | fixes issues with semi-initialized overlay partitions during firstboot Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45440
* opkg: drop md5 in favour of sha256John Crispin2015-04-14
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45437
* fstools: reject relative mount pointsJo-Philipp Wich2015-04-12
| | | | | | | | | | To prevent future confusion around '/overlay' vs. 'overlay' simply reject relative path specifications as mount points since such paths result in undefined behaviour anyway. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45404
* procd: fix compile error on x86_64John Crispin2015-04-10
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45344
* fstools: update to latest git HEADJohn Crispin2015-04-10
| | | | | | | | this fixes extroot on mvebu Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45341
* uci: update to the latest version, fixes a regression in handling ↵Felix Fietkau2015-04-09
| | | | | | | | empty/comment lines in uci batch Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45340
* procd: add helper for starting NAND sysupgradeJohn Crispin2015-04-09
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45339
* ubox: add log_trailer_null option to uciJohn Crispin2015-04-09
| | | | | | | | | this allow us to use syslog tcp with \0 trailer instead of \n trailer (logread -0 option) Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com> SVN-Revision: 45329
* build: add integration for managing opkg package feed keysFelix Fietkau2015-04-06
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45286
* opkg: add patch to circumvent signature checks on the command lineFelix Fietkau2015-04-06
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45285
* opkg: add patch for supporting signature checking through usignFelix Fietkau2015-04-06
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45284
* usign: add new package for generating/verifying verification (similar to ↵Felix Fietkau2015-04-06
| | | | | | | | signify) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45283
* uci: update to the latest version, fixes savedir issuesFelix Fietkau2015-04-03
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45254
* packages: use $(LN) macro, make symlinks relativeNicolas Thill2015-04-03
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 45250
* ubox: update to latest git HEADJohn Crispin2015-04-02
| | | | | | | | improve logging when using tcp Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45247
* uci: update to the latest version, fixes delta path / savedir issuesFelix Fietkau2015-03-31
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45189
* rpcd: properly handle return codesJohn Crispin2015-03-30
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45152
* ubox: properly handle return codesJohn Crispin2015-03-30
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45151
* procd: properly handle return codesJohn Crispin2015-03-30
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45150
* fstools: properly handle return codesJohn Crispin2015-03-30
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45149
* ubox: update to latest git HEADJohn Crispin2015-03-29
| | | | | | | | the return code of a pipe() was not checked properly Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45141
* ubox: update to latest git HEADJohn Crispin2015-03-29
| | | | | | | | fixes log levels Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45139
* procd: remove superflous @ in depends lineJohn Crispin2015-03-27
| | | | | | | | the @ syntax is not required by Kbuild Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45070
* procd: disable jail for uml buildsJohn Crispin2015-03-27
| | | | | | | | probiere den mal bitte Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45066
* procd: update to latest git HEADJohn Crispin2015-03-27
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45057
* uci: update to the latest versionFelix Fietkau2015-03-26
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45040
* procd: fix jail/seccomp build depenedenciesJohn Crispin2015-03-26
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45032
* procd: add jail supportJohn Crispin2015-03-26
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45010