summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2010-01-10add LED supportWaldemar Brodkorb
2010-01-10Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-01-10add alix2d13 to x86 and alix group target symbolsWaldemar Brodkorb
2010-01-10registered alix2d13 in target.lstJoerg Seitter
Signed-off-by: Joerg Seitter <oss@seitter.net>
2010-01-10activated LED supportJoerg Seitter
LED support for Alix board added to kernel Signed-off-by: Joerg Seitter <oss@seitter.net>
2010-01-10remove unused $Id$ linesWaldemar Brodkorb
2010-01-10Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-01-09install image padded to bindirWaldemar Brodkorb
2010-01-09Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-01-08add message for nfs root users. device nodes need to be created manuallyWaldemar Brodkorb
2010-01-08enable e100boot compile again, accidentally removedWaldemar Brodkorb
2010-01-08added event input kernel moduleJoerg Seitter
Added support for event input kernel module Signed-off-by: Joerg Seitter <oss@seitter.net>
2010-01-07Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-01-07added new target for ALix2D13Joerg Seitter
Signed-off-by: Joerg Seitter <oss@seitter.net>
2010-01-07Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-01-07fix ag241 make allmodconfig issuesWaldemar Brodkorb
2010-01-06enable ip multicast ad routing for igmpproxy packageWaldemar Brodkorb
2010-01-06document unimplemented featureWaldemar Brodkorb
2010-01-04Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-01-04fix default firewall script and kernel mod dependenciesWaldemar Brodkorb
2010-01-04patch no longer neededWaldemar Brodkorb
2010-01-03move package template out of pkgmaker's viewWaldemar Brodkorb
avoid pkgmaker warning. quagga is a multi package.
2010-01-02add status of targets to descriptionWaldemar Brodkorb
2009-12-30add kmod dependenciesWaldemar Brodkorb
2009-12-30fix automatic kmod dependency handlingWaldemar 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-29make dsl work via ifup, add vlan supportWaldemar Brodkorb
add kernel vlan support.
2009-12-29move squashfs host tools to common tools dirWaldemar Brodkorb
fix bsd compile errors.
2009-12-29add atm network scriptWaldemar Brodkorb
order network scripts. Add atm example. enable reboot option for mtd.
2009-12-28use tar archive as default package backendWaldemar 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-27Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-12-27fix make allmodconfigWaldemar Brodkorb
update several packages, remove snort-wireless.
2009-12-27readd firmware choiceWaldemar Brodkorb
2009-12-24Merge 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-21Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-12-21add a more realistic bulk targetWaldemar Brodkorb
thx to mirabilos
2009-12-20fix all TARGET/HOST dependenciesWaldemar Brodkorb
expand TARGET logic for ! values
2009-12-20PKG_{HOST,TARGET}_DEP* handling as wbx@ requestedThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2009-12-20Merge branch 'master' of git://openadk.org/git/openadkU-windows7\wbx
2009-12-20fix patchU-windows7\wbx
2009-12-20enable sangam-atm by default for ag241 targetWaldemar Brodkorb
2009-12-19rename kernel and images files to be conformWaldemar Brodkorb
- use ADK_TARGET and FS for kernel files - use ADK_TARGET, ADK_LIBC and FS for image files ARCH is implicit in ADK_TARGET encoded.
2009-12-19Merge branch 'master' of openadk.org:/git/openadkWaldemar Brodkorb
2009-12-19update eglic and glibcWaldemar Brodkorb
2009-12-19update all targets to 2.6.32Waldemar Brodkorb
2009-12-19add more mirbsd compatibility patchesWaldemar
2009-12-19add a target specific todoWaldemar Brodkorb
2009-12-18make pppoe over atm usable on ag241Waldemar Brodkorb
- bridging nas0 and eth0 although works fine need to add pre-up scripts to automate..
2009-12-18enable pppoa and fix dsl driverWaldemar Brodkorb
- fix dsl driver crash, sync is now successful - add ppp ppp over atm
2009-12-17check image sizeWaldemar Brodkorb
2009-12-17add sangam-atm packageWaldemar Brodkorb
- driver package for ag241 dsl modem, it loads, but we will see if it works..