aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/ubox
Commit message (Expand)AuthorAgeFilesLines
* ubox: update to version 2019-12-31Hans Dedecker2019-12-311-3/+3
* ubox: update to latest git HEADHans Dedecker2019-12-281-3/+3
* netifd,lldpd,rpcd,log: use generic service_runningPetr Štetiar2019-09-151-4/+0
* ubox: implement service_running() in log init.d scriptRafał Miłecki2019-07-152-1/+5
* ubox: bump to git HEADHauke Mehrtens2019-06-161-3/+3
* ubox: move getrandom into separate getrandom packagePetr Štetiar2019-06-111-3/+14
* ubox: bump to git HEADStijn Tintel2019-04-071-3/+3
* ubox: update to latest git HEADHauke Mehrtens2019-03-211-3/+3
* procd: Add wrapper for uci_validate_section()Jeffery To2019-01-221-11/+7
* ubox: bump to git HEADStijn Tintel2018-12-181-4/+4
* logd: create log directory for log_fileKarl Palsson2018-06-072-1/+3
* ubox: fix PKG_MIRROR_HASHJohn Crispin2018-02-201-1/+1
* ubox: update to latest git HEADJohn Crispin2018-02-142-3/+3
* ubox: update to latest git HEADHans Dedecker2018-01-171-3/+3
* treewide: replace LEDE_GIT with PROJECT_GITJo-Philipp Wich2018-01-101-1/+1
* ubox: update to the latest version, fixes syslog issuesFelix Fietkau2017-11-061-3/+3
* ubox: update to latest git HEADJohn Crispin2017-11-061-3/+3
* ubox: update to git HEAD versionHans Dedecker2017-09-011-3/+3
* ubox: update to the latest versionFelix Fietkau2017-03-031-3/+3
* ubox: fix possible address alignment issueYousong Zhou2017-02-241-3/+3
* ubox: update to the latest versionFelix Fietkau2017-02-211-3/+3
* ubox: support quiet modprobe, support millisecond log timestamp accuracyJo-Philipp Wich2017-02-021-3/+3
* ubox: import kmodloader fixesJo-Philipp Wich2017-01-261-3/+3
* ubox: install kernel module utilities to /sbin directoryYousong Zhou2017-01-261-5/+5
* ubox: turn logd into a separate packageAndrej Vlasic2017-01-161-2/+14
* treewide: clean up and unify PKG_VERSION for git based downloadsFelix Fietkau2016-12-221-5/+3
* Revert mirror hash fixesFelix Fietkau2016-12-201-1/+1
* ubox: fix mirror hashJohn Crispin2016-12-201-1/+1
* treewide: clean up download hashesFelix Fietkau2016-12-161-1/+1
* ubox: update to the latest versionFelix Fietkau2016-11-141-3/+3
* source: Switch to xz for packages and tools where possibleDaniel Engberg2016-10-061-1/+2
* ubox: move logd into ubox packageFelix Fietkau2016-08-231-13/+1
* ubox: fixes segfault inside kmodloaderJohn Crispin2016-08-181-2/+2
* ubox: update to the latest version, fixes lsmod outputFelix Fietkau2016-07-191-2/+2
* ubox: update to latest git HEADJohn Crispin2016-07-021-2/+2
* ubox: update to latest git HEADJohn Crispin2016-06-131-3/+4
* package/*: update git urls for project reposJohn Crispin2016-06-131-1/+1
* ubox: increase default size of system log buffer to 64 kBHannu Nyman2016-06-072-2/+2
* global: change my email addressJohn Crispin2016-05-121-1/+1
* ubox: make logging code honour the hostname properlyJohn Crispin2016-05-101-2/+4
* ubox: turn logd into a separate packageblogic2016-05-101-3/+17
* ubox: update to the latest version, fixes an error on processing invalid modulesFelix Fietkau2016-03-071-2/+2
* ubox: fix kmodloader resource leaks (#21826)Jo-Philipp Wich2016-02-091-1/+1
* ubox: fix open() error handling (#21826)Jo-Philipp Wich2016-02-091-2/+2
* ubox: move to git.openwrt.orgFelix Fietkau2016-01-041-1/+1
* ubox: update ubox to version 2015-11-22Hauke Mehrtens2015-11-221-3/+2
* ubox: update to latest git HEADJohn Crispin2015-07-141-2/+2
* ubox: various logd cleanupsJohn Crispin2015-05-231-2/+2
* ubox: add log_trailer_null option to uciJohn Crispin2015-04-091-2/+6
* packages: use $(LN) macro, make symlinks relativeNicolas Thill2015-04-031-5/+5
>/ to the project. When enable to use heap, memory control functions / ff_memalloc() and ff_memfree() must be added to the project. */ #define _LFN_UNICODE 0 /* 0:ANSI/OEM or 1:Unicode */ /* To switch the character code set on FatFs API to Unicode, / enable LFN feature and set _LFN_UNICODE to 1. */ #define _FS_RPATH 2 /* 0 to 2 */ /* The _FS_RPATH option configures relative path feature. / / 0: Disable relative path feature and remove related functions. / 1: Enable relative path. f_chdrive() and f_chdir() are available. / 2: f_getcwd() is available in addition to 1. / / Note that output of the f_readdir fnction is affected by this option. */ /*---------------------------------------------------------------------------/ / Physical Drive Configurations /----------------------------------------------------------------------------*/ #define _VOLUMES CFG_TUH_DEVICE_MAX /* Number of volumes (logical drives) to be used. */ #define _MAX_SS 512 /* 512, 1024, 2048 or 4096 */ /* Maximum sector size to be handled. / Always set 512 for memory card and hard disk but a larger value may be / required for on-board flash memory, floppy disk and optical disk. / When _MAX_SS is larger than 512, it configures FatFs to variable sector size / and GET_SECTOR_SIZE command must be implememted to the disk_ioctl function. */ #define _MULTI_PARTITION 0 /* 0:Single partition, 1:Enable multiple partition */ /* When set to 0, each volume is bound to the same physical drive number and / it can mount only first primaly partition. When it is set to 1, each volume / is tied to the partitions listed in VolToPart[]. */ #define _USE_ERASE 0 /* 0:Disable or 1:Enable */ /* To enable sector erase feature, set _USE_ERASE to 1. CTRL_ERASE_SECTOR command / should be added to the disk_ioctl functio. */ /*---------------------------------------------------------------------------/ / System Configurations /----------------------------------------------------------------------------*/ #define _WORD_ACCESS 0 /* 0 or 1 */ /* Set 0 first and it is always compatible with all platforms. The _WORD_ACCESS / option defines which access method is used to the word data on the FAT volume. / / 0: Byte-by-byte access. / 1: Word access. Do not choose this unless following condition is met. / / When the byte order on the memory is big-endian or address miss-aligned word / access results incorrect behavior, the _WORD_ACCESS must be set to 0. / If it is not the case, the value can also be set to 1 to improve the / performance and code size. */ /* A header file that defines sync object types on the O/S, such as / windows.h, ucos_ii.h and semphr.h, must be included prior to ff.h. */ #define _FS_REENTRANT 0 /* 0:Disable or 1:Enable */ #define _FS_TIMEOUT 1000 /* Timeout period in unit of time ticks */ #define _SYNC_t HANDLE /* O/S dependent type of sync object. e.g. HANDLE, OS_EVENT*, ID and etc.. */ /* The _FS_REENTRANT option switches the reentrancy (thread safe) of the FatFs module. / / 0: Disable reentrancy. _SYNC_t and _FS_TIMEOUT have no effect. / 1: Enable reentrancy. Also user provided synchronization handlers, / ff_req_grant, ff_rel_grant, ff_del_syncobj and ff_cre_syncobj / function must be added to the project. */ #define _FS_LOCK 0 /* 0:Disable or >=1:Enable */ /* To enable file lock control feature, set _FS_LOCK to 1 or greater. The value defines how many files can be opened simultaneously. */ #endif /* _FFCONFIG */