1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-27 08:28:34 +00:00
Commit Graph

62 Commits

Author SHA1 Message Date
Daniel Bainton
ac90eb3aa3 Move each package to their own dir
Also support for the $pkgdir variable in build files, which will include
the full path to the directory of the package (for patches, configs etc)
2014-03-09 13:56:35 +02:00
sin
1738eddf52 Move busybox source to our server
Official mirror is slow and sometimes drops the connection.
2014-03-08 18:33:37 +00:00
Daniel Bainton
3a6320f0fa Make busybox depend on sbase so it doesn't overwrite tools from sbase 2014-03-07 21:30:18 +00:00
Daniel Bainton
82c3f08f51 Use busybox cp, grep and tar 2014-03-07 21:30:03 +00:00
Daniel Bainton
51ba694520 Link busybox od too 2014-03-07 21:27:33 +00:00
Daniel Bainton
e6d369fdd5 Use $CC -static as HOSTCC so scripts/basic/fixdep works 2014-03-07 21:27:14 +00:00
Daniel Bainton
05cd145e9a Use busybox sed and awk, they work better than the 9base ones... 2014-03-07 21:26:36 +00:00
sin
0da5b7c65a Add busybox stty 2014-03-07 14:50:36 +00:00
sin
0284ba276a Remove killall5 - we now have this util in ubase 2014-03-06 11:15:04 +00:00
Daniel Bainton
f1e2a7daa2 Link some gzip/bzip2/xz tools from busybox 2014-03-06 12:01:16 +02:00
sin
30895bba83 Be consistent and use "$var" instead of ${var} or "${var}" 2014-03-05 12:26:16 +00:00
Hiltjo Posthuma
d4d93cc07b busybox: symlink some more programs
add ip, killall, losetup, route

Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-03-04 19:59:06 +00:00
sin
759a134820 Remove kernel_headers package
We don't need this currently, the cross compiler we use has its own
set of kernel headers.

When we compile musl from source we can revisit this.
2014-03-04 11:35:59 +00:00
sin
f88ba8f107 Busybox depends on kernel_headers 2014-03-03 17:41:41 +00:00
sin
65c90f1658 Use $nprocs for busybox and 9base 2014-03-02 20:13:41 +00:00
sin
afa4314469 No need to set CFLAGS/LDFLAGS explicitly
They are exported in the environment.
2014-03-02 20:10:21 +00:00
Daniel Bainton
19e8daa0ef Build busybox from source 2014-03-01 22:01:34 +00:00
Daniel Bainton
d7905a9c4b Use sed and awk from 9base 2014-03-01 20:36:23 +00:00
Daniel Bainton
0b4fe2ac22 Use vim to provide /bin/vi 2014-03-01 20:27:53 +00:00
Daniel Bainton
82d58abc2c Add fetching and unpacking magic 2014-03-01 01:29:42 +02:00
Daniel Bainton
d71bb4e966 Move to a mk based build system 2014-02-28 14:22:25 +02:00
sin
7c628920dc Quote variables in package scripts 2014-02-20 16:10:47 +00:00
sin
1934d8b5c2 Add fdisk 2014-02-19 19:44:21 +00:00
sin
9461b0f707 Add reset 2014-02-18 13:53:58 +00:00
sin
c8d5b8c218 Remove busybox fsck 2014-02-16 18:18:12 +00:00
sin
5ffd49a86d We can build with dash too now
Also rename pkgs/arch-rootfs to pkgs/emul.

The create-bootable script still needs to be fixed
to work with dash.
2014-02-14 10:58:17 +00:00
sin
718544534c Add printf from busybox 2014-02-13 12:08:05 +00:00
sin
d0b3cfdcad We use getty from ubase now 2014-02-10 12:11:42 +00:00
sin
46c073db83 Add sinit and remove busybox init 2014-02-05 17:28:37 +00:00
sin
2961f5370f Remove sed and use busybox sed 2014-02-03 12:16:05 +00:00
sin
fe75469272 Remove gawk/gzip and use awk and gzip from busybox 2014-02-03 12:15:22 +00:00
sin
88135a3491 We have du(1) implemented in sbase 2014-02-03 11:58:52 +00:00
sin
4d5646c83f Use absolute path for init symlink 2014-02-03 11:39:14 +00:00
sin
c0b0182395 Add expr 2013-09-27 15:22:28 +01:00
sin
8aab0e9013 Add gzip 2013-09-27 11:21:42 +01:00
sin
bffd68192a Always use ln -sf 2013-09-26 16:26:46 +01:00
sin
61becdeaf5 Bring back busybox wget 2013-09-25 19:40:40 +01:00
sin
4eb3e5ab4b Add GNU wget 2013-09-24 17:24:16 +01:00
sin
b5e5a63d2e Add GNU sed 2013-09-24 17:17:46 +01:00
sin
9e6a8b36d1 Add gawk 2013-09-24 12:15:13 +01:00
sin
4f1f4122eb Add dd 2013-09-23 15:03:48 +01:00
sin
1fa684856c Add reboot/poweroff 2013-09-23 14:58:10 +01:00
sin
2c3a156fb0 Add busybox init 2013-09-23 13:36:14 +01:00
sin
874d7c2b4d Add killall5 2013-09-23 13:32:11 +01:00
sin
c16a66acb7 Add agetty 2013-09-23 13:24:43 +01:00
sin
665a81a0fc Add fsck 2013-09-23 13:11:31 +01:00
sin
67dd79008c Remove unneeded comment 2013-09-22 12:26:56 +01:00
sin
cdbd5128c9 Add sysctl 2013-09-20 16:51:06 +01:00
sin
019af432d7 Add hwclock 2013-09-20 16:27:23 +01:00
sin
3b9e144cea Add ed 2013-09-17 16:31:02 +01:00