summaryrefslogtreecommitdiffstats
path: root/package/system
Commit message (Collapse)AuthorAgeFilesLines
* mountd: remove a bogus include to fix compile with muslFelix Fietkau2014-06-091-0/+10
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41062
* procd: Fix USB cellular modems hotplug eventsFelix Fietkau2014-06-071-4/+4
| | | | | | | | | | Without this patch, /etc/hotplug.d/tty/30-3g won't be called when you insert or remove a USB-serial cellular modem. (see Ticket #14117) Signed-off-by: Matthew Reeve <mreeve@tenxnetworks.com> SVN-Revision: 41039
* procd: service instances can now report an error of why they failed to start.John Crispin2014-06-062-2/+15
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41031
* procd: update to the latest version, fixes a crash on early bootFelix Fietkau2014-06-051-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41020
* procd: add wrapper calls for interface triggersJohn Crispin2014-06-051-2/+35
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41008
* procd: update to latest git headJohn Crispin2014-06-051-2/+2
| | | | | | | | adds support for ubus event based triggers Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41007
* procd: rename local variable in uci_validate_sectionJohn Crispin2014-06-051-9/+9
| | | | | | | | | | | | | | Allow to use "package", "type", "name", "error" and "result" as config option names: package some_service config section 'foo' option name 'bar' option type 'unknown' Signed-off-by: Maxim Storchak <m.storchak@gmail.com> SVN-Revision: 41006
* fstools: stage libubi-utils static library and headersJohn Crispin2014-06-021-0/+7
| | | | | | | | | Use InstallDev to make libubi-utils available for linking in uboot-envtools. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 40928
* fstools: update to latest version, fixes build on x86_64Felix Fietkau2014-06-021-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40902
* ca-certificates: bump to 20140325Steven Barth2014-06-011-2/+2
| | | | SVN-Revision: 40894
* fstools: update to the latest version, fixes build for 64 bit targetsFelix Fietkau2014-05-311-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40889
* ubox: update to latest version, fixes kmodloader issues with muslFelix Fietkau2014-05-281-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40869
* ubox: update to the latest version, reduces binary library dependenciesFelix Fietkau2014-05-251-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40857
* procd: update, fixes a bunch of memleaksFelix Fietkau2014-05-251-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40856
* procd: update to the latest version, fixes some musl compatibility issuesFelix Fietkau2014-05-251-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40854
* mtd: fix compile error with muslFelix Fietkau2014-05-211-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40819
* fstools: update to the latest versionLuka Perkov2014-05-211-2/+9
| | | | | | | | Fixes RO mounts on imx6 target. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40818
* fstools: update to the latest version, adds ubifs support and ubi/mtd fixesFelix Fietkau2014-05-191-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40781
* opkg: introduce a --force-checksum cmdline flag to be ale to ignore ↵Jo-Philipp Wich2014-05-142-2/+87
| | | | | | | | mismatching md5sums Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 40766
* procd: add explicit libubox dependency to force rebuild on ABI changes (#16300)Felix Fietkau2014-05-091-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40740
* ubus: update to the latest version, adds lua binding fixes and adds support ↵Felix Fietkau2014-05-061-2/+2
| | | | | | | | for the cli command wait_for (waits for objects to appear, with timeout) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40710
* fstools: fix extroot with opkg-installed block-mount (#15550)Jo-Philipp Wich2014-04-171-2/+2
| | | | | | | | | The /sbin/block binary now requires and additional shared library, therfore set LD_LIBRARY_PATH accordingly when invoking it from the temporary overlay. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 40526
* rpcd: update to the latest versionJohn Crispin2014-04-121-2/+2
| | | | | | | | | This is required to make object "session" procedure "access" dump ACLs when no "object" or no "function" parameters are passed. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 40496
* uci: fix import with not yet existing packages, preserve config permissions ↵Jo-Philipp Wich2014-04-111-3/+3
| | | | | | | | on commit, fix Lua detection in cmake Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 40458
* fstools: update to latest git HEADJohn Crispin2014-04-075-21/+27
| | | | | | | | this adds the /sbin/ubi tool that can be used for sysupgrading ubi volumes Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40415
* fstools: scripts should propagate the cmdlineJohn Crispin2014-04-052-2/+2
| | | | | | Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 40383
* fstools: update to latest gitJohn Crispin2014-04-031-2/+2
| | | | | | | | this fixes ubifs and ubi overlay support Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40366
* firmware: create a new folder for holfing firmware blobsJohn Crispin2014-03-306-388/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40307
* mtd: improve mtd detectionJohn Crispin2014-03-301-1/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40301
* ubox: fix logd (hopefully)John Crispin2014-03-272-178/+2
| | | | | | | | https://dev.openwrt.org/ticket/15357 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40295
* mtd: add support for bad blocks in NAND flashFelix Fietkau2014-03-263-5/+56
| | | | | | | | | | | | | NAND flash is very likely to contain bad blocks. Currently, mtd and therefore sysupgrade fails when it encounters a single bad block, potentially leaving an unbootable system. This patch allows the mtd utility to skip bad blocks in NAND flash and complete sysupgrade successfully. Patch by: Matthew Redfearn <matt.redfearn@nxp.com> Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40021
* fs-tools: add back mount_root, jffs2reset and ffs2mark functionalityJohn Crispin2014-03-254-1/+11
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40018
* add the TI AM335x PM firmware packageImre Kaloz2014-03-251-0/+42
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 40016
* ca-certificates: install to /etc/ssl/certs/ directly instead of installing a ↵Felix Fietkau2014-03-231-4/+2
| | | | | | | | symlink (fixes #15351) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40007
* ca-certificates: add system CA certificates package (based on the debian one)Felix Fietkau2014-03-211-0/+41
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39984
* procd: add a PROCD_DEBUG variable that will dump the ubus calls from init ↵Felix Fietkau2014-03-211-0/+1
| | | | | | | | scripts to stderr Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39983
* ubus: update to latest version, blocks unrelated uloop calls on synchronous ↵Felix Fietkau2014-03-191-2/+2
| | | | | | | | requests Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39954
* ubox: update to latest git headJohn Crispin2014-03-182-4/+7
| | | | | | | | logread now shows the right time. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39951
* procd: update to latest version, fixes a format string bug in processing ↵Felix Fietkau2014-03-181-2/+2
| | | | | | | | init script output (#15169) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39945
* ubox: update to latest git headJohn Crispin2014-03-122-8/+22
| | | | | | | | | use the fd handover api of ubus to transfer log data the uci option log_buffer_size can be used to override the default size of 16k Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39898
* ubus: update to latest git HEADJohn Crispin2014-03-121-2/+2
| | | | | | | | add fd handover inside ubus replies Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39897
* fstools: add the new fstools packageJohn Crispin2014-03-126-25/+173
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39895
* ubus: update to latest version, fixes lua binding issues and adds fd passing ↵Felix Fietkau2014-02-231-2/+2
| | | | | | | | support Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39726
* procd: depend on libubox directly to rebuild on ABI changesFelix Fietkau2014-02-231-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39724
* ubus: declare main version as ABI version for libubusFelix Fietkau2014-02-231-3/+3
| | | | | | | | | Reorder BuildPackage calls, as libubox needs to come first for ABI version handling to work Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39722
* ubox: logd did not register its config.reload trigger properlyJohn Crispin2014-02-181-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39616
* procd: update to latest git headJohn Crispin2014-02-181-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39613
* procd: the helper script did not export all functions properlyJohn Crispin2014-02-181-0/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39612
* uci: update to latest version, adds preparation for validation support and ↵Felix Fietkau2014-02-181-2/+2
| | | | | | | | blobmsg int64 support Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39606
* libubox: ubox: procd: ubus: update to latest git headJohn Crispin2014-01-303-6/+6
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39425