summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)Author
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-08-24add gawk packageWaldemar Brodkorb
another openadk build package needed to compile openadk on an openadk target ;) Fix some minor glitches.
2009-08-23kernel: add aufs2 supportPhil Sutter
The patches were extracted from the aufs-standalone git tree, identically named patches are indeed identical.
2009-08-23Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-08-23revert renaming of /init into /startWaldemar Brodkorb
- fix foxboard build, tested on classic - remove unsed ibm-x40 target - update all targets to linux-2.6.30.5 - fix native build, use kernel.config.$(CPU_ARCH) as kernel configuration, when /proc/config.gz does not exist on host
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-22Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-08-22make lemote yeelong finally usableWaldemar Brodkorb
- moved startup script for all targets to /start - add kernel patch to use /start - add cryptinit package - make an encrypted rootfilesystem as choice for lemote
2009-08-22core: wipe cross_*/target/ files when running make cleanPhil Sutter
2009-08-21module pppox belongs to PPPoE supportPhil Sutter
2009-08-21use -m for allmodconfigWaldemar Brodkorb
2009-08-20Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-08-20add eglibc supportWaldemar Brodkorb
all three libraries tested with qemu-x86
2009-08-12fix openswanWaldemar Brodkorb
- avoid busybox IP when openswan is selected - fix crypto dependencies for esp
2009-08-12update gcc, kernel and uclibc MakefileWaldemar Brodkorb
- bring rb532 in shape, make it bootable
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-25Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-06-25add some packagesWaldemar Brodkorb
- add make/patch/rpm and dependencies - update ar7 port a little bit
2009-06-22fix make allmodconfig on mips (rb532)Waldemar Brodkorb
2009-06-18Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-06-18Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-06-18fix broken uClibcWaldemar Brodkorb
- after upgrade to gcc 4.4 ld.so in uClibc was broken - add gcc attribute always_inline for ld.so static functions - -Os does not automatically inline the code, use O2 especially for mips and uClibc compile
2009-06-14alix1c optimizationWaldemar Brodkorb
- use LZMA for kernel - use TICKLESS system - check mpd user is in group audio - fix some kernel module dependencies
2009-06-13fix some minor issuesWaldemar Brodkorb
2009-06-12kernel patch cleanupWaldemar Brodkorb
- move patches to kernel version specific directory - enable execute bit on md5sum wrapper - remove wrong include in BSDmakefile - enable ROOTFS for rb532 device - add mips specific patch for lib/delay.c typo
2009-06-11fix cpmac driverWaldemar Brodkorb
- at least dhcp and nfs mount works now - still problems with exception handling - userland does not work
2009-06-04first regressions found while runtime testingWaldemar Brodkorb
- fix add_rconf and quoting - update gpsd to latest upstream - do not use size parameter for cfgfs and tmpfs - disable some dangerous busybox options - fix some kernel module dependencies
2009-06-01remove unused $Id$Waldemar Brodkorb
- $id$ substitution is not apropriate for git scm
2009-05-31fix regressions from ipkg reworkWaldemar Brodkorb
- remove old glib1 lib - rename glib2 -> glib - rename libgdbm -> gdbm - remove obsoleted wireless-tools, use iw - remove upstream unmaintained slurm make allmodconfig runs through on Debian/lenny amd64 for alix1c target
2009-05-31fix base-files package after ipkg changeWaldemar Brodkorb
2009-05-30Merge branch 'master' of ssh://openadk.org/git/openadkWaldemar Brodkorb
resolve conflicts Conflicts: mk/pkg-bottom.mk package/ctorrent/Makefile package/gcc/Makefile package/gmp/Makefile package/id3lib/Makefile package/libelf/Makefile package/libnl/patches/patch-include_netlink-local_h package/mpd/Makefile package/nmap/Makefile package/rrs/Makefile package/weechat/Makefile scripts/rstrip.sh target/Config.in
2009-05-30add geode x11 driverWaldemar Brodkorb
- add the driver for alix1c x11 support - fix some x11 related dependencies - enable pkg-config fixups globally I hope it doesn't break anything confprog might be deleted later
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-24Merge branch 'master' of ssh://openadk.org/git/openadkWaldemar Brodkorb
fic conflicts Conflicts: package/gnutls/Makefile package/mrd6/Makefile
2009-05-24patches and update for gcc 4.4.0 allmodconfigWaldemar Brodkorb
* update gcc to 4.4.0 * update gnutls and ruby * fix c++ issues for some packages
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-17Revert "temporary workaround for rb532-cf"Waldemar Brodkorb
This reverts commit 405ddb454df898fd52d93b02b72c40269a65325c. created extra branch for rb532 fixes
2009-05-17temporary workaround for rb532-cfPhil Sutter
2009-05-17Initial importwbx