diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-06-10 22:30:19 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-06-10 22:30:19 +0000 |
commit | ed1afb2937b654a3e037dc202d1dcb0c3668aea3 (patch) | |
tree | 9e77fc04b589e4eb15e3e8b632f324b52ae673a2 | |
parent | f3291064aae5357ce7e306db2509f1e330e360e1 (diff) |
busybox-static 1.2.1: First cut at static busybox.
* Yes, it works. 877916 bytes with uclibc.
* Defconfig is based on angstrom's one, with switch_root enabled.
-rw-r--r-- | packages/busybox/busybox-static-1.2.1/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/busybox/busybox-static_1.2.1.bb | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/packages/busybox/busybox-static-1.2.1/.mtn2git_empty b/packages/busybox/busybox-static-1.2.1/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/busybox/busybox-static-1.2.1/.mtn2git_empty diff --git a/packages/busybox/busybox-static_1.2.1.bb b/packages/busybox/busybox-static_1.2.1.bb new file mode 100644 index 0000000000..f3bff07530 --- /dev/null +++ b/packages/busybox/busybox-static_1.2.1.bb @@ -0,0 +1,6 @@ +require busybox_${PV}.bb +PR = "r0" + +S = "${WORKDIR}/busybox-1.2.1" + +export CFLAGS:="${CFLAGS} -static" |