summaryrefslogtreecommitdiff
path: root/mk/build.mk
AgeCommit message (Collapse)Author
2009-12-20create package/Depends.mk dynamically; add PKG_BUILDDEP to all MakefilesThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2009-12-18while here, add all other popular BSD's tooWaldemar Brodkorb
2009-12-18start initial MirBSD supportWaldemar Brodkorb
2009-12-16add basic support for ag241 ar7 based dsl routerWaldemar Brodkorb
- my wag54g died. disable wag54g for now. - add 2.6.32 support for ag241. - cpmac still broken
2009-12-12disable ADK_NATIVE on FreeBSD hostWaldemar Brodkorb
2009-12-11resolve conflictWaldemar Brodkorb
Merge branch 'master' of git+ssh://openadk.org/git/openadk Conflicts: mk/build.mk
2009-12-11do not build grub, enable ADK_HOST for allmodconfig/allconfigWaldemar Brodkorb
2009-12-11revert defconfig change, do not call always config -DWaldemar Brodkorb
2009-12-11try to autodetect host system and make it usable in menusystemWaldemar Brodkorb
2009-12-11fix allmodconfig/allconfig for routerboard targetsWaldemar Brodkorb
2009-12-11disable busybox 2.4 modules on allmodconfigWaldemar Brodkorb
2009-12-06rework qemu for x86/x86_64Waldemar Brodkorb
- do not use grub bootloader - enable kernel+initramfs targets - use sata drivers by default
2009-12-06fix qemu-x86_64 image, get rid of duplicat include dirWaldemar Brodkorb
- fix image build for different root filesystems - get rid of duplicate symlink to include dir - finetune mpd config file
2009-12-06update some packages, fix some kernel module dependenciesWaldemar Brodkorb
- update tinc, openssl and xinetd - fix openssh and dropbear coexistence - fix some kernel module load orders
2009-12-05update some packages to latest upstreamWaldemar Brodkorb
- openssh, aircrack-ng, autoconf, lighttpd - use mplayer svn version
2009-12-04update kernel to 2.6.32Waldemar Brodkorb
- update some applications asterisk, curl, strace, radvd, rpm - fix allconfig - /dev for full build seems to need more than 64k
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-25add new taget alix2dWaldemar Brodkorb
- tested via nfs boot - fix dansguardian zlib dependency
2009-11-22fix compact flash support for wrapWaldemar Brodkorb
2009-11-22add pcengines wrap supportWaldemar Brodkorb
- fix DEVICE -> ADK_TARGET conversions missed last time - make wrap boot via PXE
2009-11-20package updates and compile fixesWaldemar Brodkorb
- update ctorrent, cups, gnutls and freeradius-server - compile kerberos (heimdal,krb5) with com_err library from e2fsprogs to allow both to be build without installing local copys of libcom_err - cleanup lynx package add zlib dependency
2009-11-19rename DEVICE to ADK_TARGETWaldemar Brodkorb
- the name is better, because qemu f.e. is no hardware device - use make TARGET=alix1c to start with a configuration for this target - use make TARGET=alix1c allmodconfig to generate a mostly complete config to build all available packages for this platform as a package The all.config and .defconfig files needed to get this working are dynamically generated.
2009-10-01abstract package backend, add perlLinux User
2009-09-09add shuttle and tomtom device supportWaldemar Brodkorb
barely tested. TomTom support is for my tomtom rider 2 navigation system and is a new toolchain only target. I will add some special applications later. Shuttle is my ADK buildserver. At least I can boot via PXE and create software raid devices. Still need to figure out how to manage grub2 and how to integrate a disk installer or something like that.
2009-08-23fix c823698fc91f462eae028ba7e0dfcb9cc0f3e98cPhil Sutter
It's the old problem: globbing fails if nothing matches, i.e. instead of expanding to nothing (the empty string, ""), the pattern itself is being returned which again messes everything up.
2009-08-22core: wipe cross_*/target/ files when running make cleanPhil Sutter
2009-08-21use -m for allmodconfigWaldemar Brodkorb
2009-08-12fix openswanWaldemar Brodkorb
- avoid busybox IP when openswan is selected - fix crypto dependencies for esp
2009-08-02force entering the config/ subdir in ANY casePhil Sutter
This is a general thing: when depending on binaries in subdirs AND dependency checking for those binaries is done from within the subdir Makefile (i.e. the decision about whether to recompile or not), we always have to force entering the subdir or otherwise no check is performed if the upper level dependency ("does the subdir binary exist?") is met.
2009-06-25add some packagesWaldemar Brodkorb
- add make/patch/rpm and dependencies - update ar7 port a little bit
2009-06-01remove unused $Id$Waldemar Brodkorb
- $id$ substitution is not apropriate for git scm
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