summaryrefslogtreecommitdiff
path: root/target/Config.in
AgeCommit message (Collapse)Author
2010-03-04ext2 needed for boot partitionWaldemar Brodkorb
2010-02-28finetune lemote target, activate hard disk driverWaldemar Brodkorb
2010-02-28Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadkWaldemar Brodkorb
2010-02-28enable watchdogWaldemar Brodkorb
2010-02-27update lemote target to 2.6.33Waldemar Brodkorb
- fix libc-dev packages - fix cryptinit target
2010-02-26update qemu targets to 2.6.33Waldemar Brodkorb
- add LZO compression choice - reactivate mdev mount in init - add correct inittab for qemu-arm
2010-02-25fix merge problem, enable e1000 driver correctlyWaldemar Brodkorb
2010-02-25Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-25update qemu-x86 to 2.6.33Waldemar Brodkorb
- use e1000 driver by default - no need for dummy qemu.img, phil is right.
2010-02-25first try to get glibc working for mips/arm (not working yet)Waldemar Brodkorb
2010-02-22optimize kernel config for foxg20Waldemar Brodkorb
- boot from microsd now works - finetune adkinstall
2010-02-21rename ext2-cf target rootfs to ext2-blockWaldemar Brodkorb
- add a foxg20 adkinstaller (not working yet) - rename ext2-cf target rootfs to ext2-block
2010-02-21add some finetuning stuff for foxg20 supportWaldemar Brodkorb
2010-02-17finetune foxg20 nfsrootWaldemar Brodkorb
- fix kernel module build - reduce kernel patch to minimim - remove old foxboard tools
2010-02-17boot via nfs works and I get a shellWaldemar Brodkorb
2010-02-16Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadkWaldemar Brodkorb
2010-02-16add basic support for foxg20 toolchainWaldemar Brodkorb
2010-02-16disable broken or not ready targetsWaldemar Brodkorb
2010-02-14add generic toolchain only supportWaldemar Brodkorb
remove special cases (tomtom/g1)
2010-02-13add support for wireless access point with p54usb stickWaldemar Brodkorb
2010-02-11disable rpc/nfs4 for nfsroot target, fix allmodconfigWaldemar Brodkorb
2010-02-07change defaults for CONFIG/BUILD/INSTALL stylesWaldemar Brodkorb
All packages need an update, so here is a very huge commit. Most of the 460 source packages use automatic style for configuration, building and installing. Make these styles default to "auto". If you have a package, which does not conform to this, just use manual style and add a do-$task make target. I added a new style named AUTOTOOL style, which is needed for some broken packages, which needs to be updated via autoconf or automake. I renamed CONFIGURE_STYLE to CONFIG_STYLE. Updates for some packages, which have newer upstream versions. Renaming of all package/*/extra directories. Use the directory src/ to provide overwrites of source files or to add the code, when no upstream package is available or used. src directory will be automatically used.
2010-02-02disable qemu mips64 emulator support. kernel does not bootWaldemar Brodkorb
2010-01-31fix nfs server stuffWaldemar 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-30Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-01-30fix eglibc dev package and group alix/wrap devicesWaldemar Brodkorb
2010-01-30implement cfinstaller for rb532Waldemar Brodkorb
2010-01-30enable cfdisk by defaultWaldemar Brodkorb
2010-01-30enable watchdog on rb532 by default, use busybox applet.Waldemar Brodkorb
the package/watchdog could also be used, if more checks are required. (high load, free memory,..)
2010-01-26fix some kernel dependencies and qemu examples.Waldemar Brodkorb
2010-01-19Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-01-19Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-01-19enable watchdog driver and busybox userlandWaldemar Brodkorb
does not work yet on alix1c.
2010-01-19fix rb532 allmodconfigWaldemar Brodkorb
2010-01-16enable LED support for alix2d modelsWaldemar Brodkorb
2010-01-13fix ag241 compile. add target dependent package selections.Waldemar Brodkorb
2010-01-10activated LED supportJoerg Seitter
LED support for Alix board added to kernel Signed-off-by: Joerg Seitter <oss@seitter.net>
2010-01-07added new target for ALix2D13Joerg Seitter
Signed-off-by: Joerg Seitter <oss@seitter.net>
2010-01-06document unimplemented featureWaldemar Brodkorb
2010-01-02add status of targets to descriptionWaldemar Brodkorb
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-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-17enable cfgfs and atmWaldemar Brodkorb
- make cfgfs work for ag241 - split mtd to separate package to control dependencies - update linux-atm package to latest upstream - enable atm kernel module building
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-11try to autodetect host system and make it usable in menusystemWaldemar Brodkorb
2009-12-08enable networking for qemu x86/x86_64Waldemar Brodkorb
- enable driver - show help how to start qemu with ssh port redirected from host to guest