summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* copyright: Add GPLv2-only noticesPatrick McDermott2020-12-031-0/+482
|
* copyright: Add GPLv2-or-later noticesPatrick McDermott2020-12-031-0/+1080
|
* copyright: Remove (will start fresh)Patrick McDermott2020-12-031-485/+0
|
* README.copyright: New filePatrick McDermott2020-12-021-0/+125
|
* extract-copyright-comments: Preserve indentationPatrick McDermott2020-12-011-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 McDermott2020-12-011-3/+7
| | | | | | For example, in networking/nslookup.c: /****** A version from LEDE / OpenWRT ******/
* extract-copyright-comments: New scriptPatrick McDermott2020-12-011-0/+185
|
* build: Don't u-a /bin/shPatrick McDermott2020-11-231-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/busyboxPatrick McDermott2020-11-081-0/+1
|
* build: oh-shlibdeps currently clobbers substvarsPatrick McDermott2020-11-081-3/+4
| | | | Commit e6b4fff turned out to be aspirational.
* build: Upstream split CONFIG_IFUPDOWNPatrick McDermott2020-11-081-1/+1
| | | | In upstream commit a8c696bf09.
* build: Always define Extra-DependsPatrick McDermott2020-11-081-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 McDermott2020-11-081-3/+3
|
* platconf: s/busybox.config/config/Patrick McDermott2020-11-062-1/+3
|
* busybox: Organize into section "util"Patrick McDermott2020-11-063-1/+3
|
* busybox: Depend on wolfutil for wget "OpenSSL"Patrick McDermott2020-11-064-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 menuconfigPatrick McDermott2020-11-061-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 binaryPatrick McDermott2020-11-061-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 upstreamPatrick McDermott2020-11-042-58/+2
| | | | https://git.busybox.net/busybox/commit/coreutils/uname.c?id=64ed5f0d3c5eefbb208d4a334654834c78be2cbd
* patches: Drop upstream patchesPatrick McDermott2020-11-043-107/+1
|
* build: Add menuconfig and mrproper targetsPatrick McDermott2020-11-042-0/+4
|
* release: New script (copied from gcc-8)Patrick McDermott2020-11-041-0/+13
|
* busybox: Use oh-shlibdepsPatrick McDermott2020-11-044-2/+5
|
* source.mk: RewritePatrick McDermott2020-11-042-12/+16
| | | | | | | | | | Upstream changed how releases are signed: http://lists.busybox.net/pipermail/busybox/2018-May/086438.html Thread continues: http://lists.busybox.net/pipermail/busybox/2018-June/086478.html
* control: Update MaintainerPatrick McDermott2020-11-042-1/+2
|
* /etc/init.d/networking: Write /var/run/net-ifacesPatrick McDermott2020-11-042-15/+18
|
* update-alternatives all the thingsPatrick McDermott2020-11-045-30/+14
|
* changelog: New upstream versionPatrick McDermott2020-11-041-0/+6
|
* Add /init symbolic linkP. J. McDermott2016-01-242-0/+2
| | | | This is needed when packing ProteanOS in an initramfs.
* changelog: Release busybox 1.21.1-13busybox/1.21.1-13P. J. McDermott2015-09-061-1/+1
|
* alternatives: Add lspciP. J. McDermott2015-09-062-0/+3
|
* /etc/init.d/ntpd: Fix path to ntpdP. J. McDermott2014-10-232-1/+7
|
* changelog: Release busybox 1.21.1-12busybox/1.21.1-12P. J. McDermott2014-10-171-1/+1
|
* alternatives: Add patchP. J. McDermott2014-10-122-0/+3
| | | | GNU Patch should be packaged soon.
* changelog: UpdateP. J. McDermott2014-10-121-0/+7
|
* Drop iptables service scriptP. J. McDermott2014-10-122-11/+0
|
* Drop sysctl.confP. J. McDermott2014-10-081-1/+0
|
* Add ntpd service scriptP. J. McDermott2014-10-082-0/+21
|
* changelog: Release busybox 1.21.1-11busybox/1.21.1-11P. J. McDermott2014-09-231-1/+1
|
* build: Install /etc/network/functionsP. J. McDermott2014-09-231-0/+2
|
* changelog: UpdateP. J. McDermott2014-09-231-0/+8
|
* busybox: Depend on libc.6P. J. McDermott2014-09-231-0/+1
|
* Conditionally install networking hooksP. J. McDermott2014-09-232-4/+11
|
* build: Actually install networking hooksP. J. McDermott2014-08-081-0/+4
|
* changelog: Release busybox 1.21.1-10busybox/1.21.1-10P. J. McDermott2014-08-061-0/+8
|
* /etc/init.d/networking: Support wlan interfacesP. J. McDermott2014-08-061-2/+2
|
* /etc/init.d/networking: Fix missing net-ifacesP. J. McDermott2014-08-061-1/+1
|
* changelog: Release busybox 1.21.1-9busybox/1.21.1-9P. J. McDermott2014-08-061-0/+8
|
* Only run udhcpd on interfaces that configure itP. J. McDermott2014-08-062-8/+12
|
* Add iptables service scriptP. J. McDermott2014-08-062-0/+11
|