diff options
author | Chris Larson <clarson@kergoth.com> | 2003-09-13 19:12:56 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-09-13 19:12:56 +0000 |
commit | 835013ce31ec0674e451dc3a249c05d016845f8a (patch) | |
tree | 2a792c3c5378d0fbd187833f1c327325505bdff5 /content | |
parent | ec022d757f4ca38199eb7ed7dc337e2b65079a0c (diff) |
Add Busybox 1.00-pre3.
BKrev: 3f636c380iKREmr5FScPhQPZ2sjaKg
Diffstat (limited to 'content')
-rw-r--r-- | content/busybox-1.00-pre2.oe | 13 | ||||
-rw-r--r-- | content/busybox-1.00-pre2/busybox-suidinstall.patch (renamed from content/busybox-1.00-pre2-r0/busybox-suidinstall.patch) | 0 | ||||
-rw-r--r-- | content/busybox-1.00-pre2/console.patch (renamed from content/busybox-1.00-pre2-r0/console.patch) | 0 | ||||
-rw-r--r-- | content/busybox-1.00-pre2/defconfig (renamed from content/busybox-1.00-pre2-r0/defconfig) | 0 | ||||
-rw-r--r-- | content/busybox-1.00-pre2/dhcp-retrytime.patch (renamed from content/busybox-1.00-pre2-r0/dhcp-retrytime.patch) | 0 | ||||
-rw-r--r-- | content/busybox-1.00-pre2/hwclock.sh (renamed from content/busybox-1.00-pre2-r0/hwclock.sh) | 0 | ||||
-rw-r--r-- | content/busybox-1.00-pre2/postinst (renamed from content/busybox-1.00-pre2-r0/postinst) | 0 | ||||
-rw-r--r-- | content/busybox-1.00-pre2/prerm (renamed from content/busybox-1.00-pre2-r0/prerm) | 0 | ||||
-rw-r--r-- | content/busybox-1.00-pre2/silence-hwclock.patch (renamed from content/busybox-1.00-pre2-r0/silence-hwclock.patch) | 0 | ||||
-rw-r--r-- | content/busybox-1.00-pre2/syslog (renamed from content/busybox-1.00-pre2-r0/syslog) | 0 | ||||
-rw-r--r-- | content/busybox-1.00-pre2/tar.patch (renamed from content/busybox-1.00-pre2-r0/tar.patch) | 0 | ||||
-rw-r--r-- | content/busybox-1.00-pre3.oe | 0 | ||||
-rw-r--r-- | content/busybox-1.00-pre3/busybox-suidinstall.patch | 0 | ||||
-rw-r--r-- | content/busybox-1.00-pre3/console.patch | 0 | ||||
-rw-r--r-- | content/busybox-1.00-pre3/defconfig | 0 | ||||
-rw-r--r-- | content/busybox-1.00-pre3/dhcp-retrytime.patch | 0 | ||||
-rw-r--r-- | content/busybox-1.00-pre3/hwclock.sh | 0 | ||||
-rw-r--r-- | content/busybox-1.00-pre3/postinst | 0 | ||||
-rw-r--r-- | content/busybox-1.00-pre3/prerm | 0 | ||||
-rw-r--r-- | content/busybox-1.00-pre3/silence-hwclock.patch | 0 | ||||
-rw-r--r-- | content/busybox-1.00-pre3/syslog | 0 | ||||
-rw-r--r-- | content/busybox-1.00-pre3/tar.patch | 0 |
22 files changed, 4 insertions, 9 deletions
diff --git a/content/busybox-1.00-pre2.oe b/content/busybox-1.00-pre2.oe index 883dceb91c..2fcd689f1c 100644 --- a/content/busybox-1.00-pre2.oe +++ b/content/busybox-1.00-pre2.oe @@ -29,20 +29,15 @@ do_compile () { do_install () { set -e - install -d ${D}/{bin,usr/share/udhcpc} - install -m 0755 busybox ${D}/bin/busybox - applets/busybox.mkll > ${D}/bin/busybox.links - install -d ${D}/usr/share/udhcpc ${D}/CONTROL ${D}/etc/init.d - install -m 0755 examples/udhcp/simple.script ${D}/usr/share/udhcpc/default.script - install -m 0755 ${FILESDIR}/syslog ${D}/etc/init.d/syslog; - install -m 0755 ${FILESDIR}/hwclock.sh ${D}/etc/init.d/hwclock.sh; + oe_runmake 'PREFIX=${D}' install + install -m 0755 ${FILESDIR}/syslog ${D}/etc/init.d/syslog + install -m 0755 ${FILESDIR}/hwclock.sh ${D}/etc/init.d/hwclock.sh } -do_package_ipk () { +do_package_ipk_prepend () { set -e install -m 0755 ${FILESDIR}/postinst ${D}/CONTROL/postinst; install -m 0755 ${FILESDIR}/prerm ${D}/CONTROL/prerm; - package_ipk_do_package_ipk } inherit cml1 base diff --git a/content/busybox-1.00-pre2-r0/busybox-suidinstall.patch b/content/busybox-1.00-pre2/busybox-suidinstall.patch index e69de29bb2..e69de29bb2 100644 --- a/content/busybox-1.00-pre2-r0/busybox-suidinstall.patch +++ b/content/busybox-1.00-pre2/busybox-suidinstall.patch diff --git a/content/busybox-1.00-pre2-r0/console.patch b/content/busybox-1.00-pre2/console.patch index e69de29bb2..e69de29bb2 100644 --- a/content/busybox-1.00-pre2-r0/console.patch +++ b/content/busybox-1.00-pre2/console.patch diff --git a/content/busybox-1.00-pre2-r0/defconfig b/content/busybox-1.00-pre2/defconfig index e69de29bb2..e69de29bb2 100644 --- a/content/busybox-1.00-pre2-r0/defconfig +++ b/content/busybox-1.00-pre2/defconfig diff --git a/content/busybox-1.00-pre2-r0/dhcp-retrytime.patch b/content/busybox-1.00-pre2/dhcp-retrytime.patch index e69de29bb2..e69de29bb2 100644 --- a/content/busybox-1.00-pre2-r0/dhcp-retrytime.patch +++ b/content/busybox-1.00-pre2/dhcp-retrytime.patch diff --git a/content/busybox-1.00-pre2-r0/hwclock.sh b/content/busybox-1.00-pre2/hwclock.sh index e69de29bb2..e69de29bb2 100644 --- a/content/busybox-1.00-pre2-r0/hwclock.sh +++ b/content/busybox-1.00-pre2/hwclock.sh diff --git a/content/busybox-1.00-pre2-r0/postinst b/content/busybox-1.00-pre2/postinst index e69de29bb2..e69de29bb2 100644 --- a/content/busybox-1.00-pre2-r0/postinst +++ b/content/busybox-1.00-pre2/postinst diff --git a/content/busybox-1.00-pre2-r0/prerm b/content/busybox-1.00-pre2/prerm index e69de29bb2..e69de29bb2 100644 --- a/content/busybox-1.00-pre2-r0/prerm +++ b/content/busybox-1.00-pre2/prerm diff --git a/content/busybox-1.00-pre2-r0/silence-hwclock.patch b/content/busybox-1.00-pre2/silence-hwclock.patch index e69de29bb2..e69de29bb2 100644 --- a/content/busybox-1.00-pre2-r0/silence-hwclock.patch +++ b/content/busybox-1.00-pre2/silence-hwclock.patch diff --git a/content/busybox-1.00-pre2-r0/syslog b/content/busybox-1.00-pre2/syslog index e69de29bb2..e69de29bb2 100644 --- a/content/busybox-1.00-pre2-r0/syslog +++ b/content/busybox-1.00-pre2/syslog diff --git a/content/busybox-1.00-pre2-r0/tar.patch b/content/busybox-1.00-pre2/tar.patch index e69de29bb2..e69de29bb2 100644 --- a/content/busybox-1.00-pre2-r0/tar.patch +++ b/content/busybox-1.00-pre2/tar.patch diff --git a/content/busybox-1.00-pre3.oe b/content/busybox-1.00-pre3.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/content/busybox-1.00-pre3.oe diff --git a/content/busybox-1.00-pre3/busybox-suidinstall.patch b/content/busybox-1.00-pre3/busybox-suidinstall.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/content/busybox-1.00-pre3/busybox-suidinstall.patch diff --git a/content/busybox-1.00-pre3/console.patch b/content/busybox-1.00-pre3/console.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/content/busybox-1.00-pre3/console.patch diff --git a/content/busybox-1.00-pre3/defconfig b/content/busybox-1.00-pre3/defconfig new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/content/busybox-1.00-pre3/defconfig diff --git a/content/busybox-1.00-pre3/dhcp-retrytime.patch b/content/busybox-1.00-pre3/dhcp-retrytime.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/content/busybox-1.00-pre3/dhcp-retrytime.patch diff --git a/content/busybox-1.00-pre3/hwclock.sh b/content/busybox-1.00-pre3/hwclock.sh new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/content/busybox-1.00-pre3/hwclock.sh diff --git a/content/busybox-1.00-pre3/postinst b/content/busybox-1.00-pre3/postinst new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/content/busybox-1.00-pre3/postinst diff --git a/content/busybox-1.00-pre3/prerm b/content/busybox-1.00-pre3/prerm new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/content/busybox-1.00-pre3/prerm diff --git a/content/busybox-1.00-pre3/silence-hwclock.patch b/content/busybox-1.00-pre3/silence-hwclock.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/content/busybox-1.00-pre3/silence-hwclock.patch diff --git a/content/busybox-1.00-pre3/syslog b/content/busybox-1.00-pre3/syslog new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/content/busybox-1.00-pre3/syslog diff --git a/content/busybox-1.00-pre3/tar.patch b/content/busybox-1.00-pre3/tar.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/content/busybox-1.00-pre3/tar.patch |