summaryrefslogtreecommitdiffstats
path: root/package/utils
Commit message (Collapse)AuthorAgeFilesLines
...
* ubi-utils: fix typoLuka Perkov2014-05-111-1/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40751
* ubi-utils: fix git tree path, a regex went madJohn Crispin2014-04-051-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40382
* ubi-utils: mini version of mtd-utils that only includes ubi toolsJohn Crispin2014-04-033-0/+5141
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40367
* util-linux: add missing dependencyJohn Crispin2014-03-301-1/+1
| | | | | | | | https://dev.openwrt.org/ticket/15417 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40331
* busybox: backport dd conv=swab from 1.22John Crispin2014-03-301-0/+97
| | | | | | | | | | | | | | | | | | | | Some boards have the WLAN EEPROM stored in flash in big-endian format, whereas the driver requires the EEPROM in little-endian format. The conv=swab option in dd is particularly useful in this case. This patch backports this feature from busybox-1.22 based on the following commits: commit b941316ae5313be523b64f0a9151ee4decb2b35b dd: support conv=swab commit 8395bd3f52f8ed46fa3ffc316b2d113afa748bae dd: fix example in a comment. No code changes. commit 5b9910f0a4a1b7976c46e6f849aaa263180e5521 dd: fail if swab is attempted on odd-sized block commit 0ff0b320a2dbb5e0b5fa245ffd9b2648d7026843 dd: code shrink v2: include the commit messages from upstream Signed-off-by: Matti Laakso <malaakso@elisanet.fi> SVN-Revision: 40327
* util-linux: backport upstream fix for unshare utilityJohn Crispin2014-03-301-0/+44
| | | | | | | the unshare utility wasn't getting certain defines for mount anymore. SVN-Revision: 40302
* usbmode: switch to http:// instead of git://Felix Fietkau2014-03-261-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40027
* jsonpath: switch to http:// instead of git://Felix Fietkau2014-03-261-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40026
* util-linux: update to 2.24.1Luka Perkov2014-03-245-110/+113
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40010
* px5g: rename the old package to px5g-standalone, add a new one that links ↵Felix Fietkau2014-03-2121-3/+317
| | | | | | | | against polarssl Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40000
* busybox: remove obsolete brctl linux 2.4 compat patchFelix Fietkau2014-03-211-74/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39987
* busybox: remove obsolete awk include() patchFelix Fietkau2014-03-211-217/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39986
* busybox: fix existing "export -n" in ashFelix Fietkau2014-03-201-2/+2
| | | | | | | | | | | | | | | | | | Minor fix to existing patch which did not correctly implement -n support for the export command in ash. The VEXPORT flag of a variable was set in the first call to setvareq() and then remained set in the subsequent call, because the variable already existed in the environment. Although /lib/functions.sh by default does not export variables (NO_EXPORT=1), this issue was leading to dirty environments. Without this fix: (ash) export A=1; export -n B=2; /bin/ash -c "echo \$A, \$B" 1, 2 With this fix: (ash) export A=1; export -n B=2; /bin/ash -c "echo \$A, \$B" 1, Signed-off-by: Christophe Lermytte <openwrt@lermytte.be> SVN-Revision: 39968
* busybox: fix processing of multiple NTP servers in the config (#15294)Felix Fietkau2014-03-171-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39935
* usbreset: fix possible access to uninitialized variable (#15041)Jo-Philipp Wich2014-02-232-3/+3
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 39738
* busybox: Add help documentation in menuconfigJo-Philipp Wich2014-01-311-0/+8
| | | | | | | | Explaining why you shouldn't be here, and about version tainting. Signed-off-by: Karl Palsson <karlp@remake.is> SVN-Revision: 39440
* busybox: add a reworked implementation of menuconfig support, this time with ↵Felix Fietkau2014-01-3131-895/+10807
| | | | | | | | a guard option that keeps all symbols at default values until an extra option is activated Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39435
* busybox: fix dependency on librpc (#14636)Jo-Philipp Wich2014-01-311-1/+1
| | | | SVN-Revision: 39434
* usbmode: update usb-modeswitch-data version to 20131113John Crispin2014-01-171-3/+3
| | | | | | | | | https://dev.openwrt.org/ticket/14762 Signed-off-by: Alif M. Ahmad <ama_alif@yahoo.co.id> Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39317
* busybox: enable the devmem appletFlorian Fainelli2014-01-141-1/+1
| | | | | | | | | | The devmem applet allows poking at HW registers and as such is a valuable tool to have to avoid recompiling kernels or resorting to external HW adapters to modify HW behavior. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 39285
* jsonpath: make output in non-export mode more shell friendlyJo-Philipp Wich2014-01-081-2/+2
| | | | SVN-Revision: 39211
* Add jsonpath - a command line utility to extract values from JSON data using ↵Jo-Philipp Wich2014-01-021-0/+31
| | | | | | XPath-like expressions SVN-Revision: 39185
* busybox: add back support for top-level menuconfig based config overrides ↵Felix Fietkau2013-12-173-6/+7
| | | | | | | | (can be used by custom packages to alter the config) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39125
* busybox: restore init scriptsJo-Philipp Wich2013-12-171-8/+3
| | | | | | | | | | Since the removal of the busybox menuconfig entries, the init scripts for cron, telnet and ntp are not packaged anymore. Unconditionally ship them from now on. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 39123
* busybox: disable module utils, kmodloader provides themFelix Fietkau2013-12-171-6/+7
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39118
* busybox: fix typo in Config.in (#14628)Felix Fietkau2013-12-171-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39114
* busybox: add support for config overrides via env/busybox-configFelix Fietkau2013-12-161-0/+6
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39107
* busybox: remove busybox menuconfig from top level menuconfigFelix Fietkau2013-12-1629-8185/+886
| | | | | | | | | This will help with avoiding bogus bug reports caused by stale configs and bad cases of user tinkering :) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39106
* usbmode: add an init script to switch devices that show up too early for the ↵Felix Fietkau2013-12-133-9/+16
| | | | | | | | hotplug script Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39047
* busybox: do not abort sysntpd init if enable_server is unset, that variable ↵Jo-Philipp Wich2013-11-281-1/+1
| | | | | | just controls the server part for relaying NTP SVN-Revision: 38936
* base-files: allow users to delect debug level during bootJohn Crispin2013-11-251-0/+19
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38909
* xfsprogs: move to submenu FilesystemHauke Mehrtens2013-11-171-0/+1
| | | | | | | | | move xfsprogs to the right submenu e2fsprogs, btrfs-progs and other stuff is there already Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 38838
* procd: fixup 2 wrong option typesJohn Crispin2013-11-131-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38789
* procd: convert services to the new validation apiJohn Crispin2013-11-131-14/+16
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38787
* util-linux: cleanup description for swap-utilsJohn Crispin2013-11-071-1/+1
| | | | | | | | | swapon/swapoff are no longer provided by swap-utils, so remove them from the description as well. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 38672
* busybox: don't enable swapon/swapoff by defaultJohn Crispin2013-11-071-1/+1
| | | | | | | | | 'swapon/swapoff' are now provided by 'block-mount'; enabling them by default in busybox is no longer required and adds unnecessary bloat. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38671
* fix various init scriptsLuka Perkov2013-09-233-6/+4
| | | | | | | | | | | | Changes include: * removing unused variables * replacing spaces with tabs where appropriate * more consistency with variable declarations Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38142
* procd: convert various packages to procd style init.d scriptsJohn Crispin2013-09-171-0/+6
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38023
* usbreset: rewrite to not rely on /proc/bus/usb anymoreJo-Philipp Wich2013-09-032-70/+52
| | | | SVN-Revision: 37893
* usbmode: update to latest version, includes fix from #14062Felix Fietkau2013-08-201-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37816
* Revert "[package] e2fsprogs: update to 1.42.8 and add e4defrag"Jo-Philipp Wich2013-08-164-18/+29
| | | | | | This reverts commit f6b0be49ba0d8eee29e098cc057ced57e7a26dd4. SVN-Revision: 37798
* busybox: rename ntp init script back to sysntpd (#13920)Jo-Philipp Wich2013-08-042-1/+1
| | | | | | Renaming the init script to ntp broke LuCI time sync functionality and collides with other ntp packages SVN-Revision: 37681
* e2fsprogs: update to 1.42.8 and add e4defragLuka Perkov2013-07-284-29/+18
| | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at> SVN-Revision: 37588
* base-files/busybox: move ntpd init script from base-files to busyboxLuka Perkov2013-07-172-1/+33
| | | | SVN-Revision: 37383
* busybox: disable features marked as broken (#13782)Felix Fietkau2013-07-142-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37277
* busybox: convert crond init script to procdJohn Crispin2013-07-111-7/+9
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37243
* busybox: convert telnet init script to procdJohn Crispin2013-07-111-6/+7
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37242
* xfsprogs: disable blkid support to fix build errorsFelix Fietkau2013-07-061-1/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37182
* px5g: creates certificates that expire in the pastJohn Crispin2013-07-041-0/+3
| | | | | | | | | | | | | | | the attached patch fixes a bug of px5g when instructed to build certificates that expire after 2038-01-19, caused a multiplication that may overflow the "to" variable of type time_t Attached patch checks if "to" precedes "from": if so sets "to" to its maximum value. Pretty rude, but works well even if certificate is set to expire in a century Signed-off-by: Federico Fissore <federico@fissore.org> Patchork: http://patchwork.openwrt.org/patch/3749/ SVN-Revision: 37165
* usbutils: upgrade to version 007Luka Perkov2013-07-031-2/+2
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37141