Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-31 | fix nfs server stuff | Waldemar Brodkorb | |
If you need ipv6, you should choose TIRPC flavour. This will install rpcbind, which is similar to portmap. For ipv4 only you can just use nfs-utils without TIRPC and portmap will be installed. Fix some kernel module dependencies. Add a new package rpcbind. | |||
2010-01-30 | implement installation on nand and fix nand bootup | Waldemar Brodkorb | |
rb532 nand usage fixed. Rename cfinstall to adkinstall to abstract from backend device used. | |||
2010-01-30 | use target-libc combination for all builddirs | Waldemar Brodkorb | |
IMPORTANT: do a make distclean before compiling after this commit. The directories for all build and bin directories changed, so that toolchains for different target-libc combinations can coexist. This might be usefule in the future for continous compiling after git commit, without rebuilding the toolchain. Rework busybox rebuild, when config changes. Not optimal, but at least working after this change to the directory structure. | |||
2010-01-28 | disable KGDB for bulk builds | Waldemar Brodkorb | |
2010-01-23 | improve package name conversion to makefile variable | Phil Sutter | |
No need to call sed here, as tr already does exactly what we want to, just by extending the expression passed to it. | |||
2010-01-22 | add more fonts for X11. check installed fonts via xlsfonts | Waldemar Brodkorb | |
2010-01-22 | fix newpackage target, translate - to _ | Waldemar Brodkorb | |
2010-01-21 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-01-20 | fix $-escaping in mk/package.mk | Phil Sutter | |
Obviously a typo, since the line above the variable fn is referenced using '$$$$fn'. Escaping in templates is infernal. ;) | |||
2010-01-20 | Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk | waldemar brodkorb | |
2010-01-20 | improve makefile dependencies for depmaker/pkgmaker runs | Phil Sutter | |
In a built clone, whenever I change any package/*/Makefile, depmaker and pkgmaker need to be run again. Before, depmaker wasn't run again as long as ${TOPDIR}/.config wasn't touched (which is in fact unused by depmaker and therefore probably a wrong dependency), pkgmaker wasn't run as long as .menu existed (which now has to be newer than any of the above Makefiles). While here, this patch also fixes a small whitespace error. | |||
2010-01-19 | Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk | waldemar brodkorb | |
2010-01-19 | fix allmodconfig for foxboard | waldemar brodkorb | |
2010-01-19 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-01-19 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-01-19 | add tslib package | Waldemar Brodkorb | |
touchscreen suppport for SDL and Linux Framebuffer. Unfortunately it does not work with my Faytech TFT touchscreen display. | |||
2010-01-16 | add make dep shortcut | Waldemar Brodkorb | |
now you can use make dep menu menuconfig, if you change any PKG_DEPENDS or PKG_BUILDDEPS | |||
2010-01-13 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-01-13 | fix ag241 build | Waldemar Brodkorb | |
2010-01-13 | added LED support for Alix | Joerg Seitter | |
added alix led driver and led trigger for heartbeat, timer, default-on and iptables LED target Signed-off-by: Joerg Seitter <oss@seitter.net> | |||
2010-01-13 | fix ag241 compile. add target dependent package selections. | Waldemar Brodkorb | |
2010-01-11 | fix make distclean, when no .config exit | Waldemar Brodkorb | |
2010-01-10 | remove unused stuff. comment debug output. | Waldemar Brodkorb | |
2010-01-10 | add scsi module, when SCSI support is used as kernel module | Waldemar Brodkorb | |
2010-01-08 | added event input kernel module | Joerg Seitter | |
Added support for event input kernel module Signed-off-by: Joerg Seitter <oss@seitter.net> | |||
2010-01-07 | fix ag241 make allmodconfig issues | Waldemar Brodkorb | |
2010-01-07 | fix build bug, found by joerg. | Waldemar Brodkorb | |
It seems to be a problem to call PKG_INSTALL via $(shell ..) | |||
2010-01-04 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-01-04 | fix default firewall script and kernel mod dependencies | Waldemar Brodkorb | |
2010-01-03 | move package template out of pkgmaker's view | Waldemar Brodkorb | |
avoid pkgmaker warning. quagga is a multi package. | |||
2010-01-02 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-01-02 | fix allmodconfig for alix1c and glibc | Waldemar Brodkorb | |
2010-01-02 | add newpackage target to simplify adding new packages | Waldemar Brodkorb | |
2009-12-30 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-12-30 | fix some cygwin issues | Waldemar Brodkorb | |
2009-12-30 | fix automatic kmod dependency handling | Waldemar Brodkorb | |
It is required that kmod package names are directly useable in uppercase for automatic dependency handling. Fix all package names in mk/modules.mk. | |||
2009-12-29 | make vlan configuration work with ifup/ifdown | Waldemar Brodkorb | |
2009-12-29 | make dsl work via ifup, add vlan support | Waldemar Brodkorb | |
add kernel vlan support. | |||
2009-12-29 | fix compile errors on OpenBSD host | Waldemar Brodkorb | |
update bluez package to latest upstream. disable aufs2-util on OpenBSD host. | |||
2009-12-29 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-12-28 | fix kmod package installation | Waldemar Brodkorb | |
2009-12-28 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-12-28 | fix some minor issues on OpenBSD host | Waldemar Brodkorb | |
2009-12-28 | use tar archive as default package backend | Waldemar Brodkorb | |
it saves more than 200 kb on minimal setup for AG241 target. Normally reflashing or complete updates are recommended. Partial updates via ipkg are not supported right now. (we have a read-only root filesystem without any writable partition for any data outside /etc) If someone likes ipkg, it still can be selected and used. | |||
2009-12-27 | fix make allmodconfig | Waldemar Brodkorb | |
update several packages, remove snort-wireless. | |||
2009-12-24 | Merge commit 'origin/confgen' | Waldemar Brodkorb | |
finally autogenerate menu Config.in files and Depends.mk for packages. thx mirabilos Conflicts: .gitignore Makefile mk/build.mk package/eglibc/Config.in package/glibc/Config.in package/uclibc++/Config.in package/uclibc/Config.in rules.mk | |||
2009-12-23 | remove configs for cleantarget | Waldemar Brodkorb | |
2009-12-21 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-12-21 | better do either defconfig or allmodconfig | Waldemar Brodkorb | |
2009-12-21 | add a more realistic bulk target | Waldemar Brodkorb | |
thx to mirabilos |