Commit Graph

104 Commits

Author SHA1 Message Date
Dylan Araps
72b3acf3bf
busybox: bump rel for depends change 2021-07-15 14:23:07 +03:00
Dylan Araps
7eef7f4ca7
Merge branch 'master' of github.com:kisslinux/repo 2021-07-15 14:22:33 +03:00
Dylan Araps
5d2be71cb5
busybox: bump for depends change 2021-07-15 14:20:21 +03:00
dylan
512ad58e9e
Merge pull request #286 from kisslinux/var
Add variables to sources files
2021-07-15 14:17:02 +03:00
Dylan Araps
423fb876d0
busybox: remove fake depends 2021-07-15 12:36:53 +03:00
Dylan Araps
6d3aa58105
busybox: use VERSION 2021-07-15 09:23:58 +03:00
Dylan Araps
13e25e48ac
busybox: fix segfaults with clang. Closes #278 2021-07-12 20:24:39 +03:00
Dylan Araps
67c550a704
busybox: fix executable not being set. Closes #268 2021-07-08 11:34:16 +03:00
Dylan Araps
00ceb6e987
busybox: remove libressl from depends 2021-07-07 22:00:09 +03:00
Dylan Araps
4c344a7b7a
busybox: remove sed -i 2021-07-03 20:17:40 +00:00
Dylan Araps
9e7f1ef669
busybox: remove usage of install 2021-07-01 16:03:35 +00:00
Dylan Araps
5e4c797a07
busybox: enable halt and chvt 2021-07-01 12:39:04 +00:00
Dylan Araps
794ac8ace9
busybox: 1.33.1 2021-06-30 10:19:00 +00:00
Dylan Araps
9078f19763
busybox: Set CC fallback once 2020-11-19 11:32:27 +02:00
Dylan Araps
e8f700827d
busybox: Fix build when 'cc' is clang.
This simply makes busybox's build system aware of the fact that
cc == clang (it usually hardcodes clang).

Closes #240
2020-11-19 11:27:12 +02:00
Dylan Araps
eb412f08f5
busybox: Fix segfaults when built with clang. See: #240
NOTE: This does not add detection for CC=cc where cc is a symlink
to clang. This only covers CC=clang. Another commit will be pushed
shortly to fully fix the issue.
2020-11-19 09:51:06 +02:00
Dylan Araps
2e0ed18bf7
busybox: revert CC change. See #240 2020-11-18 20:18:58 +02:00
Dylan Araps
b98fac2901
busybox: Fix build when not using gcc 2020-11-18 19:14:16 +02:00
Dylan Araps
9aa67b4b50
busybox: add ntpd service 2020-08-27 01:36:36 +03:00
Dylan Araps
e61bbf086c
busybox: fix unzip behavior (fixes neovim-git) 2020-08-17 13:35:40 +03:00
Dylan Araps
1510dfca95
busybox: Enable HD 2020-07-03 10:31:18 +03:00
Dylan Araps
6c332ee72d
busybox: Add USB vendor names to lsusb.
Patch written and sent in by xzcvczx.
2020-06-30 22:10:08 +03:00
Dylan Araps
07734802bc
busybox: bump to 1.32.0 2020-06-27 10:58:19 +03:00
Dylan Araps
12419232f4
busybox: Add ipv6 support to -suid stuff 2020-05-31 17:16:23 +03:00
Dylan Araps
d493efb4d3
busybox: Add ping6, traceroute, etc 2020-05-31 17:09:10 +03:00
Dylan Araps
8511390abc
busybox: Use sha256 as default password algo. 2020-05-18 11:38:06 +03:00
Dylan Araps
a5c8a4d311
busybox: Move mkdir to build file 2020-05-17 09:13:58 +03:00
Dylan Araps
d56bbd7985
libressl: bump to 3.1.1 2020-05-15 10:08:31 +03:00
Dylan Araps
33d5af2e8a
busybox: Drop halt as it is not portable across inits 2020-05-04 17:31:29 +03:00
Dylan Araps
ca837d7433
busybox: Enabled MODUTILS stuff 2020-04-25 18:42:35 +03:00
Dylan Araps
aef6d4f223
busybox: Fix broken install command 2020-04-22 19:27:33 +03:00
Dylan Araps
4a3ef41018
busybox: Fix unicode display bug 2020-04-18 20:12:20 +03:00
Dylan Araps
06db5b87e6
busybox: Enable mkswap 2020-04-15 10:29:45 +03:00
Dylan Araps
240478fc9e
busybox: Add modprobe patch 2020-04-15 07:52:53 +00:00
Dylan Araps
9070a5dd9c
busybox: Add acpid service files. Closes #173 2020-03-20 10:55:32 +02:00
Dylan Araps
ed6f5c0081
busybox: Build acpid 2020-03-19 08:52:00 +02:00
Dylan Araps
c3c113640e
busybox: Fix checksums. Closes #166 2020-03-08 00:34:32 +02:00
Dylan Araps
7243ef2c02
busybox: Fix hotplug null 2020-03-07 20:11:41 +02:00
Dylan Araps
5eed8136c0
busybox: Clear hotplug for mdev service 2020-03-07 18:58:11 +02:00
Dylan Araps
8ddbcb76e4
busybox: Use portable cc. Closes #157 2020-02-23 23:45:05 +02:00
Dylan Araps
2b173b4886
busybox: enable USE_PORTABLE_CODE. Closes #157 2020-02-23 23:39:39 +02:00
Dylan Araps
01ebdb53b9
busybox: Add fsck fix for uuid 2020-02-20 21:15:54 +02:00
Dylan Araps
16216b948b
busybox: fix adduser and enable util-linux utils 2020-02-20 20:11:13 +02:00
Dylan Araps
6f3dc23b05
docs: update 2020-02-11 14:55:58 +02:00
Dylan Araps
87629a8043
busybox: fix checksums 2020-02-05 01:34:50 +02:00
Dylan Araps
f86714c25e
busybox: Fix mdev.run. Closes #140 2020-02-04 10:57:00 +02:00
Dylan Araps
906e3e746c
busybox: mdev: Fix /dev/snd 2020-01-20 15:58:48 +02:00
Dylan Araps
e33b642634
busybox: Remove broken mdev rule 2020-01-20 10:11:54 +02:00
Dylan Araps
41b37a977c
busybox: mdev support 2020-01-20 09:54:08 +02:00
Dylan Araps
0592cc42bf
busybox: Add initial mdev 2020-01-20 09:40:05 +02:00