summaryrefslogtreecommitdiff
path: root/mk/package.mk
AgeCommit message (Collapse)Author
2009-12-19add more mirbsd compatibility patchesWaldemar
2009-11-25simplify buildsystemWaldemar Brodkorb
- remove ADK_IPV6, ADK_CXX and ADK_X11 - enable ipv6 by default in uclibc - enable build of c++ compiler by default
2009-11-22make static build workWaldemar Brodkorb
2009-11-15update pcre, add dansguardian (lightly tested)Waldemar Brodkorb
2009-10-11make more apps statically linkableWaldemar Brodkorb
- update libusb to latest upstream - update bluez to latest upstream - add a new PKG_OPTS option: libonly, useful for library only packages, which are not created, when static linking is choosen
2009-10-01abstract package backend, add perlLinux User
2009-10-01some native build fixesLinux User
- git package needs a better fix. but existing symlinks are broken build without perl - update curl to latest upstream, including libcurl-dev package - add libopenssl-dev package
2009-09-29fix some eglibc adk buildsystem problemsWaldemar Brodkorb
2009-09-23add static application buildWaldemar Brodkorb
barely tested, but working for mksh package and google g1 target
2009-09-23add google g1 device supportWaldemar Brodkorb
- toolchain only - add tar.gz package backend - verified to work on device with a static linked mksh and eglibc
2009-09-16make libvirt usable, add pythonWaldemar Brodkorb
not very well tested, but runs on shutlle
2009-09-13patchThorsten Glaser
From c056028f24ed7f93528e9643a2d7297789c20891 Mon Sep 17 00:00:00 2001 From: Thorsten Glaser <tg@mirbsd.org> Date: Sat, 12 Sep 2009 13:07:42 +0000 Subject: [PATCH] Fix PKG_OPTS+=noscripts MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit • Fix check PKG_OPTS for “noremove” (like DEB_BUILD_OPTIONS) • Add code for “noscripts”, as defined and requested by wbx Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2009-09-09optimize libc-dev packageWaldemar Brodkorb
- remove some leftover debug code - add more header files in libc-dev packages - fix qemu-mips* hints
2009-08-28add more packages needed for native buildsWaldemar Brodkorb
- add bison,flex,diffutils,autoconf,automake,libtool,m4,gperf - add {glibc,eglibc,uclibc}-dev packages - add libz/libncurses development packages - add PKG_OPTS to setup special options for packages noremove is needed for uclibc/eglibc/glibc packages, otherwise needed headers will be removed slightly tested, still in development
2009-06-01remove unused $Id$Waldemar Brodkorb
- $id$ substitution is not apropriate for git scm
2009-05-31fix base-files package after ipkg changeWaldemar Brodkorb
2009-05-30optimize ipkg package managementWaldemar Brodkorb
- generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig
2009-05-27native build supportWaldemar Brodkorb
- just use native gcc and binutils to compile a system - can be used to chroot into it - maybe useful later on lemote book to build packages natively
2009-05-23- cleanup and document PKG_template, ARCH parameter is not needed anymoreWaldemar Brodkorb
- use CPU_ARCH for fake dir and ipkg - enable DEBUG option in menu and rename to ADK_DEBUG
2009-05-17Initial importwbx