diff options
author | Dirk von Suchodoletz | 2008-03-04 20:11:17 +0100 |
---|---|---|
committer | Dirk von Suchodoletz | 2008-03-04 20:11:17 +0100 |
commit | 88c2acd706d5a1cac28dbbbf91e24defa0e3e5a1 (patch) | |
tree | c1127aac3ad7db9d9232de80c12f71752cd340a6 /Makefile | |
parent | First try of "selfcontained" InitRamFS without external glibc. Created (diff) | |
download | core-88c2acd706d5a1cac28dbbbf91e24defa0e3e5a1.tar.gz core-88c2acd706d5a1cac28dbbbf91e24defa0e3e5a1.tar.xz core-88c2acd706d5a1cac28dbbbf91e24defa0e3e5a1.zip |
Fixes for DNDB2 in SLX init, update of mkcdboot.uclib with ipcalc
applet.
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1598 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -196,7 +196,7 @@ supported."; \ tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share; \ cd theming; tar --exclude=.svn -cp * | \ tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/themes; cd ..; \ - cp -pP tools/busybox{,.links,.x86_64,.i586} \ + cp -pP tools/busybox{,.links,.x86_64,.i586,.uclib.i586} \ $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/busybox/; \ cp -pP tools/{ddcprobe,915resolution}{,.x86_64,.i586} \ $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/ramfstools; \ |