summaryrefslogtreecommitdiff
path: root/package/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-09-16 17:22:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-09-16 17:22:57 +0200
commit81c4c7c2cf2c5ff27a6c02e41bf484a53ea942c2 (patch)
tree71e5ee053da99e7130d2668409b2abe676015546 /package/Makefile
parent2fe7aa2130f3e72d2b39ed0929cfc6ae803cecd4 (diff)
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)
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile4
1 files changed, 4 insertions, 0 deletions
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