into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/06/04 20:24:09+01:00 reciva.com!pb
add gmp-native, needed by gcc 4.0.0 f95
2005/06/04 20:18:17+01:00 reciva.com!pb
move hostname.sh a bit earlier in the boot order, so it runs before networking
2005/06/04 20:06:07+01:00 reciva.com!pb
set ALLOW_EMPTY for kernel-image
BKrev: 42a20398qt2Wd6KD6RthCSJg2TTGyA
RDEPENDS_kernel = "kernel-image-${KERNEL_VERSION}"
PKG_kernel-image = "kernel-image-${KERNEL_VERSION}"
ALLOW_EMPTY_kernel = "1"
+ALLOW_EMPTY_kernel-image = "1"
pkg_postinst_modules () {
if [ -n "$D" ]; then
DEPENDS_openzaurus = "makedevs virtual/kernel"
RDEPENDS = "makedevs"
LICENSE = "GPL"
-PR = "r43"
+PR = "r44"
SRC_URI = "file://halt \
file://ramdisk \
ln -sf ../init.d/checkroot.sh ${D}${sysconfdir}/rcS.d/S10checkroot.sh
# ln -sf ../init.d/checkfs.sh ${D}${sysconfdir}/rcS.d/S30checkfs.sh
ln -sf ../init.d/mountall.sh ${D}${sysconfdir}/rcS.d/S35mountall.sh
- ln -sf ../init.d/hostname.sh ${D}${sysconfdir}/rcS.d/S40hostname.sh
+ ln -sf ../init.d/hostname.sh ${D}${sysconfdir}/rcS.d/S39hostname.sh
ln -sf ../init.d/mountnfs.sh ${D}${sysconfdir}/rcS.d/S45mountnfs.sh
ln -sf ../init.d/bootmisc.sh ${D}${sysconfdir}/rcS.d/S55bootmisc.sh
# ln -sf ../init.d/urandom ${D}${sysconfdir}/rcS.d/S55urandom