Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | /etc/init.d/syslog: Don't pass -s to syslogd | Patrick McDermott | 2020-12-12 | 1 | -4/+1 |
| | | | | Rotation may be disabled. | ||||
* | /etc/resolv.conf: Link to /var/run/resolv.conf | Patrick McDermott | 2020-12-12 | 2 | -0/+5 |
| | |||||
* | busybox.pkg/prerm: Check for OPKG_BUSYBOX_SAVED | Patrick McDermott | 2020-12-12 | 2 | -0/+10 |
| | |||||
* | /sbin/init: Don't manage with u-a | Patrick McDermott | 2020-12-12 | 2 | -1/+3 |
| | |||||
* | /usr/share/udhcpc/default.script: Support both | Patrick McDermott | 2020-12-12 | 2 | -5/+18 |
| | |||||
* | /usr/share/udhcpc/default.script: Fix gateway | Patrick McDermott | 2020-12-12 | 2 | -2/+8 |
| | |||||
* | changelog: Release busybox 1.32.0-2busybox/1.32.0-2 | Patrick McDermott | 2020-12-11 | 1 | -1/+1 |
| | |||||
* | build: Fix missing directory | Patrick McDermott | 2020-12-11 | 2 | -2/+2 |
| | |||||
* | changelog: Drop "busybox:" | Patrick McDermott | 2020-12-10 | 1 | -3/+3 |
| | | | | It's the only binary package. | ||||
* | /etc/rc.common: Don't rely on utility links | Patrick McDermott | 2020-12-10 | 2 | -2/+8 |
| | |||||
* | /etc/rc.common: Rearrange functions | Patrick McDermott | 2020-12-10 | 1 | -53/+44 |
| | |||||
* | Remove *.busybox links | Patrick McDermott | 2020-12-10 | 4 | -3/+5 |
| | |||||
* | scripts: Split IFUPDOWN into IFUP and IFDOWN | Patrick McDermott | 2020-12-10 | 2 | -1/+10 |
| | |||||
* | build: Split IFUP and IFDOWN | Patrick McDermott | 2020-12-10 | 1 | -6/+21 |
| | |||||
* | changelog: Release busybox 1.32.0-1busybox/1.32.0-1 | Patrick McDermott | 2020-12-08 | 1 | -1/+1 |
| | |||||
* | Revert "busybox: Conflict with old opkg-lede" | Patrick McDermott | 2020-12-08 | 1 | -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-D | Patrick McDermott | 2020-12-08 | 1 | -1/+1 |
| | |||||
* | busybox: Conflict with old opkg-lede | Patrick McDermott | 2020-12-08 | 2 | -0/+2 |
| | |||||
* | control: Update Homepage | Patrick McDermott | 2020-12-08 | 2 | -1/+2 |
| | |||||
* | build: Omit disabled services from init-scripts | Patrick McDermott | 2020-12-07 | 1 | -3/+2 |
| | |||||
* | copyright: Add distribution packaging notice | Patrick McDermott | 2020-12-07 | 1 | -0/+24 |
| | |||||
* | copyright: Add more notices | Patrick McDermott | 2020-12-07 | 1 | -74/+516 |
| | | | | | Found using extract-copyright-comments as of commit c904153928f806667932d3c253c56de9d14a02db. | ||||
* | README.copyright: Another Vim tip | Patrick McDermott | 2020-12-07 | 1 | -0/+13 |
| | |||||
* | extract-copyright-comments: Add more search words | Patrick McDermott | 2020-12-06 | 1 | -2/+6 |
| | |||||
* | README.copyright: Add Vim tips | Patrick McDermott | 2020-12-06 | 1 | -0/+35 |
| | |||||
* | copyright: Remove duplicate copyright notices | Patrick McDermott | 2020-12-06 | 1 | -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 rest | Patrick McDermott | 2020-12-06 | 1 | -24/+12 |
| | |||||
* | copyright: Add authorship notices | Patrick McDermott | 2020-12-06 | 1 | -152/+1132 |
| | | | | Not everyone says "Copyright" or "(C)" in their header comments. | ||||
* | copyright: Add more notices | Patrick McDermott | 2020-12-04 | 1 | -5/+1000 |
| | |||||
* | README.copyright: Fix command | Patrick McDermott | 2020-12-03 | 1 | -0/+1 |
| | |||||
* | README.copyright: Update times | Patrick McDermott | 2020-12-03 | 1 | -1/+3 |
| | |||||
* | copyright: Add GPLv2-only notices | Patrick McDermott | 2020-12-03 | 1 | -0/+482 |
| | |||||
* | copyright: Add GPLv2-or-later notices | Patrick McDermott | 2020-12-03 | 1 | -0/+1080 |
| | |||||
* | copyright: Remove (will start fresh) | Patrick McDermott | 2020-12-03 | 1 | -485/+0 |
| | |||||
* | README.copyright: New file | Patrick McDermott | 2020-12-02 | 1 | -0/+125 |
| | |||||
* | extract-copyright-comments: Preserve indentation | Patrick McDermott | 2020-12-01 | 1 | -4/+27 |
| | | | | | | | For example, shell/shell_common.c has a comment with a "(c)" (which is not actually a copyright notice) that is indented. Without this change, the first line of the comment is not indented in the output, but subsequent lines are. Now all lines are indented. | ||||
* | extract-copyright-comments: Fix detection of "**/" | Patrick McDermott | 2020-12-01 | 1 | -3/+7 |
| | | | | | | For example, in networking/nslookup.c: /****** A version from LEDE / OpenWRT ******/ | ||||
* | extract-copyright-comments: New script | Patrick McDermott | 2020-12-01 | 1 | -0/+185 |
| | |||||
* | build: Don't u-a /bin/sh | Patrick McDermott | 2020-11-23 | 1 | -3/+7 |
| | | | | | | | | | | Doing so requires patching [1] opkg-cl and update-alternatives to not use /bin/sh in case busybox is in an unconfigured state when running any package's maintainer scripts. Such a patch would force all maintainer scripts to be ash scripts (fun fact: in Debian, bash's preinst is actually a compiled C program). [1]: http://git.proteanos.com/pkg/opkg-lede.git/commit/?id=d711e8cd5e0d7186dad840b9883a97a93f2dd383 | ||||
* | build: Don't u-a /bin/busybox | Patrick McDermott | 2020-11-08 | 1 | -0/+1 |
| | |||||
* | build: oh-shlibdeps currently clobbers substvars | Patrick McDermott | 2020-11-08 | 1 | -3/+4 |
| | | | | Commit e6b4fff turned out to be aspirational. | ||||
* | build: Upstream split CONFIG_IFUPDOWN | Patrick McDermott | 2020-11-08 | 1 | -1/+1 |
| | | | | In upstream commit a8c696bf09. | ||||
* | build: Always define Extra-Depends | Patrick McDermott | 2020-11-08 | 1 | -0/+2 |
| | | | | | | | Fixes: ob-gencontrol: Generating control files for package "busybox"... ob-gencontrol: Warning: Unknown substitution variable "Extra-Depends" | ||||
* | build: Fix "/bin/sh: config_enabled: not found" | Patrick McDermott | 2020-11-08 | 1 | -3/+3 |
| | |||||
* | platconf: s/busybox.config/config/ | Patrick McDermott | 2020-11-06 | 2 | -1/+3 |
| | |||||
* | busybox: Organize into section "util" | Patrick McDermott | 2020-11-06 | 3 | -1/+3 |
| | |||||
* | busybox: Depend on wolfutil for wget "OpenSSL" | Patrick McDermott | 2020-11-06 | 4 | -3/+7 |
| | | | | | opkhelper-3.0 (>= 3.1.3) is needed for proper newline termination of substvars files by oh-shlibdeps. | ||||
* | control: B-D on pkgconf for menuconfig | Patrick McDermott | 2020-11-06 | 1 | -1/+1 |
| | | | | | | | | | Fixes: HOSTLD scripts/kconfig/lxdialog/lxdialog /usr/bin/ld: scripts/kconfig/lxdialog/checklist.o: undefined reference to symbol 'LINES' /usr/bin/ld: /usr/lib/amd64-linux-glibc/libtinfo.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status | ||||
* | build: Don't add timestamp to binary | Patrick McDermott | 2020-11-06 | 1 | -1/+1 |
| | | | | | | | See: - http://lists.busybox.net/pipermail/busybox/2017-July/085556.html - scripts/kconfig/confdata.c:382 | ||||
* | patches: Drop patch similar to a change upstream | Patrick McDermott | 2020-11-04 | 2 | -58/+2 |
| | | | | https://git.busybox.net/busybox/commit/coreutils/uname.c?id=64ed5f0d3c5eefbb208d4a334654834c78be2cbd |