summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changelog: Release busybox 1.33.0-2HEADbusybox/1.33.0-2masterPatrick McDermott2021-01-171-0/+7
|
* changelog: Release busybox 1.33.0-1busybox/1.33.0-1Patrick McDermott2021-01-151-1/+1
|
* changelog, copyright: New upstream versionPatrick McDermott2021-01-132-2/+10
|
* build: Add oldconfig targetPatrick McDermott2021-01-131-1/+1
|
* changelog: Release busybox 1.32.1-1busybox/1.32.1-1Patrick McDermott2021-01-111-1/+1
|
* .gitignore: Exclude .*Patrick McDermott2021-01-111-5/+3
|
* changelog: New upstream versionPatrick McDermott2021-01-111-0/+6
|
* changelog: Release busybox 1.32.0-5busybox/1.32.0-5Patrick McDermott2020-12-171-0/+7
|
* /etc/init.d/mdev: Remove device nodesPatrick McDermott2020-12-171-0/+1
| | | | Committing a change that actually went into the previous release.
* changelog: Release busybox 1.32.0-4busybox/1.32.0-4Patrick McDermott2020-12-131-1/+3
|
* /etc/init.d/*: Use s-s-d -x not -pPatrick McDermott2020-12-137-10/+10
|
* klogd, syslogd: Start earlier and stop laterPatrick McDermott2020-12-134-6/+8
|
* /etc/init.d/* Normalize log messagesPatrick McDermott2020-12-135-8/+14
|
* changelog: Release busybox 1.32.0-3busybox/1.32.0-3Patrick McDermott2020-12-131-1/+1
|
* build: Can't use "#" in target commandsPatrick McDermott2020-12-131-7/+14
| | | | | | | Fixes: /bin/sh: syntax error: unterminated quoted string make: *** [../build:55: install] Error 2
* /etc/init.d/syslogd-ipc: New scriptPatrick McDermott2020-12-132-1/+18
|
* scripts: Widen config(s) columnPatrick McDermott2020-12-131-16/+16
|
* build: Support and-lists of script configsPatrick McDermott2020-12-131-1/+15
|
* /etc/init.d/syslog: Rename to /etc/init.d/syslogdPatrick McDermott2020-12-123-3/+5
|
* /etc/init.d/syslog: Don't pass -s to syslogdPatrick McDermott2020-12-121-4/+1
| | | | Rotation may be disabled.
* /etc/resolv.conf: Link to /var/run/resolv.confPatrick McDermott2020-12-122-0/+5
|
* busybox.pkg/prerm: Check for OPKG_BUSYBOX_SAVEDPatrick McDermott2020-12-122-0/+10
|
* /sbin/init: Don't manage with u-aPatrick McDermott2020-12-122-1/+3
|
* /usr/share/udhcpc/default.script: Support bothPatrick McDermott2020-12-122-5/+18
|
* /usr/share/udhcpc/default.script: Fix gatewayPatrick McDermott2020-12-122-2/+8
|
* changelog: Release busybox 1.32.0-2busybox/1.32.0-2Patrick McDermott2020-12-111-1/+1
|
* build: Fix missing directoryPatrick McDermott2020-12-112-2/+2
|
* changelog: Drop "busybox:"Patrick McDermott2020-12-101-3/+3
| | | | It's the only binary package.
* /etc/rc.common: Don't rely on utility linksPatrick McDermott2020-12-102-2/+8
|
* /etc/rc.common: Rearrange functionsPatrick McDermott2020-12-101-53/+44
|
* Remove *.busybox linksPatrick McDermott2020-12-104-3/+5
|
* scripts: Split IFUPDOWN into IFUP and IFDOWNPatrick McDermott2020-12-102-1/+10
|
* build: Split IFUP and IFDOWNPatrick McDermott2020-12-101-6/+21
|
* changelog: Release busybox 1.32.0-1busybox/1.32.0-1Patrick McDermott2020-12-081-1/+1
|
* Revert "busybox: Conflict with old opkg-lede"Patrick McDermott2020-12-081-1/+0
| | | | | | | | | | | | This partially reverts commit 310bb966527e72b1cd884f1efcb0e62481c01e15. opkg-lede apparently doesn't support versioned conflicts: Upgrading busybox on root from 1.21.1-13 to 1.32.0-1... Collected errors: * check_conflicts_for: The following packages conflict with busybox: * check_conflicts_for: opkg-lede * * opkg_install_cmd: Cannot install package busybox.
* control: B-D on opkbuild that won't break B-DPatrick McDermott2020-12-081-1/+1
|
* busybox: Conflict with old opkg-ledePatrick McDermott2020-12-082-0/+2
|
* control: Update HomepagePatrick McDermott2020-12-082-1/+2
|
* build: Omit disabled services from init-scriptsPatrick McDermott2020-12-071-3/+2
|
* copyright: Add distribution packaging noticePatrick McDermott2020-12-071-0/+24
|
* copyright: Add more noticesPatrick McDermott2020-12-071-74/+516
| | | | | Found using extract-copyright-comments as of commit c904153928f806667932d3c253c56de9d14a02db.
* README.copyright: Another Vim tipPatrick McDermott2020-12-071-0/+13
|
* extract-copyright-comments: Add more search wordsPatrick McDermott2020-12-061-2/+6
|
* README.copyright: Add Vim tipsPatrick McDermott2020-12-061-0/+35
|
* copyright: Remove duplicate copyright noticesPatrick McDermott2020-12-061-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | These were split out in commit 8dba02e7f54dc49296e676c7e9b4a8ba48697db2. Found using the following commands: files="$(sed -n '4,91{ s/,//g; p; }' ../../copyright)"; sed -n '94,184{ s/Copyright *//; s/([Cc]) *//; s/^[0-9][0-9][0-9, -]*//; s/^by *//; p; }' ../../copyright | while read -r line; do grep -Fq "${line}" ${files} || printf '%s\n' "${line}"; done files="$(sed -n '1940,1987{ s/,//g; p; }' ../../copyright)"; sed -n '1990,2026{ s/Copyright *//; s/([Cc]) *//; s/^[0-9][0-9][0-9, -]*//; s/^by *//; p; }' ../../copyright | while read -r line; do grep -Fq "${line}" ${files} || printf '%s\n' "${line}"; done Or, more readably: files="$(sed -n '4,91{ s/,//g; p; }' ../../copyright)" sed -n '94,184{ s/Copyright *//; s/([Cc]) *//; s/^[0-9][0-9][0-9, -]*//; s/^by *//; p; }' ../../copyright | while read -r line; do grep -Fq "${line}" ${files} || printf '%s\n' "${line}" done files="$(sed -n '1940,1987{ s/,//g; p; }' ../../copyright)" sed -n '1990,2026{ s/Copyright *//; s/([Cc]) *//; s/^[0-9][0-9][0-9, -]*//; s/^by *//; p; }' ../../copyright | while read -r line; do grep -Fq "${line}" ${files} || printf '%s\n' "${line}" done
* copyright: Merge libbb/platform.c with restPatrick McDermott2020-12-061-24/+12
|
* copyright: Add authorship noticesPatrick McDermott2020-12-061-152/+1132
| | | | Not everyone says "Copyright" or "(C)" in their header comments.
* copyright: Add more noticesPatrick McDermott2020-12-041-5/+1000
|
* README.copyright: Fix commandPatrick McDermott2020-12-031-0/+1
|
* README.copyright: Update timesPatrick McDermott2020-12-031-1/+3
|