From 81c4c7c2cf2c5ff27a6c02e41bf484a53ea942c2 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 16 Sep 2009 17:22:57 +0200 Subject: make adk compile system work on shuttle - add some missing packages like cpio, lzma and gnu wget - make microperl more featureful, needed for kernel-header installation - make a dependency to perl - fix header installation for $libc-dev package - fix 64bit uclibc setup, simplify gcc patches and totally unrelated - add preliminary kvm and libvirt support (not tested) --- package/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/Makefile') diff --git a/package/Makefile b/package/Makefile index 37dc534c5..c4f8dcb97 100644 --- a/package/Makefile +++ b/package/Makefile @@ -39,6 +39,7 @@ package-$(ADK_PACKAGE_BISON) += bison package-$(ADK_PACKAGE_BZIP2) += bzip2 package-$(ADK_PACKAGE_CA_CERTS) += ca-certificates package-$(ADK_PACKAGE_CFGFS) += cfgfs +package-$(ADK_PACKAGE_CPIO) += cpio package-$(ADK_PACKAGE_CRYPTINIT) += cryptinit package-$(ADK_PACKAGE_BIGREQSPROTO) += bigreqsproto package-$(ADK_COMPILE_BIND) += bind @@ -213,6 +214,7 @@ package-$(ADK_COMPILE_LIBTOOL) += libtool package-$(ADK_PACKAGE_LIBUPNP) += libupnp package-$(ADK_PACKAGE_LIBUSB) += libusb package-$(ADK_PACKAGE_LIBUSB_COMPAT) += libusb-compat +package-$(ADK_PACKAGE_LIBVIRT) += libvirt package-$(ADK_PACKAGE_LIBVORBIS) += libvorbis package-$(ADK_PACKAGE_LIBVORBISIDEC) += libvorbisidec package-$(ADK_PACKAGE_LIBICE) += libICE @@ -409,6 +411,7 @@ package-$(ADK_PACKAGE_WATCHDOG) += watchdog package-$(ADK_PACKAGE_WCCPD) += wccpd package-$(ADK_PACKAGE_WDFS) += wdfs package-$(ADK_PACKAGE_WEECHAT) += weechat +package-$(ADK_PACKAGE_WGET) += wget package-$(ADK_PACKAGE_WIFIDOG) += wifidog package-$(ADK_DOWNLOAD_WIRELESS_FIRMWARE) += wireless-firmware package-$(ADK_PACKAGE_WOL) += wol @@ -427,6 +430,7 @@ package-$(ADK_PACKAGE_XF86DGAPROTO) += xf86dgaproto package-$(ADK_PACKAGE_XPROTO) += xproto package-$(ADK_PACKAGE_XORG_SERVER) += xorg-server package-$(ADK_PACKAGE_XTRANS) += xtrans +package-$(ADK_PACKAGE_XZ) += xz package-$(ADK_PACKAGE_ZLIB) += zlib package-$(ADK_PACKAGE_ZLIB_DEV) += zlib package-$(ADK_PACKAGE_ZSH) += zsh -- cgit v1.2.3