summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2010-07-12Config will be automatically included, remove it hereWaldemar Brodkorb
2010-07-12fix some kernel module menu configurationWaldemar Brodkorb
2010-07-10do not install kernel for archive rootfs, which already includes a kernelWaldemar Brodkorb
2010-07-07add support for hso umts modemsWaldemar Brodkorb
if you like to use an usb umts modem with hso chipset, this is the support for it. use following in /etc/network/interfaces: auto hso0 iface hso0 inet manual pin xxxx apn foo.bar credentials go to freewrt 1.0 supporters...
2010-07-07Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
Conflicts: target/alix2d/kernel.config
2010-07-07more runtime fixes, update of some packages.Waldemar Brodkorb
- update busybox, dnsmasq, ppp and libusb - add timezone and hostname configuration for target via menu - fix resolv.conf creation for dhcp client - fix usb for alix boards - enable lsusb and lspci by default
2010-07-06massive whitespace cleanup (EOL), suggested by j.seitterWaldemar Brodkorb
2010-07-05some allconfig fixesWaldemar Brodkorb
disable geode AES coprocessor, better use kernel modules, otherwise some crypto stuff get statically compiled and the build fails.
2010-07-01enable usb for alix boards in menuWaldemar Brodkorb
2010-06-28fix busybox rebuild issue, simplify target MakefilesWaldemar Brodkorb
2010-06-26sync kernel config with alix2d supportWaldemar Brodkorb
2010-06-26finetune kernel configuration, enable initramfs rootfs and enable reset buttonWaldemar Brodkorb
alix2d has a reset button, which might be used to startup a rescue system or anything you think about. add a small daemon from ipcop forum to implement this. See: http://www.ipcop-forum.de/forum/viewtopic.php?f=7&t=19183&hilit=alixswitch&start=30 finetune kernel configuration, enable MFGPT timers. Disable unsupported MTRR. Enable watchdog. Enable initramfs and initramfs+piggyback for alix targets.
2010-06-20add wlan exampleWaldemar Brodkorb
2010-06-20make tmpfs size configurable via /etc/tmpfsWaldemar Brodkorb
2010-06-18fix lemote webcam support, enable v4l1 compat by defaultWaldemar Brodkorb
2010-06-16add webcam and wireless-tools support for lemoteWaldemar Brodkorb
2010-06-15enable audio driver for lemoteWaldemar Brodkorb
2010-06-13Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-06-13bulk package updateWaldemar Brodkorb
2010-06-12enable wireless for lemoteWaldemar Brodkorb
2010-06-12enable CRC32 alwaysWaldemar Brodkorb
2010-06-10Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-06-10nls is needed for USB supportWaldemar Brodkorb
2010-06-10add basic support for wireless driver in bcm47xx devicesWaldemar Brodkorb
2010-06-03update patches and kernel config to latest brcm developmentWaldemar Brodkorb
2010-06-03fix instability problems on my loongson laptopWaldemar Brodkorb
the latest binutils contains the needed options to build a kernel with the needed workarounds. Activate the work arounds.
2010-06-02lemote: read syslog on tty11, just because we canPhil Sutter
2010-06-02lemote: use the force - open 7 virtual terminalsPhil Sutter
2010-06-02enable KGDB for YAFFS filesystem, normally big enoughWaldemar Brodkorb
2010-06-02oops, patch was incompleteWaldemar Brodkorb
2010-06-02make nfsroot working for brcmWaldemar Brodkorb
2010-05-30Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-05-30add flash map driverWaldemar Brodkorb
2010-05-29remove swconfig, enable USB and NLS for alix boardsWaldemar Brodkorb
2010-05-29upgrade all targets to Linux 2.6.34Waldemar Brodkorb
2010-05-28add another bulklist for all target combinationsWaldemar Brodkorb
2010-05-28Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-05-28add basic support for Broadcom devices (brcm47xx)Waldemar Brodkorb
2010-05-25fix MesaLib cross-compileWaldemar Brodkorb
2010-05-25add some missing filesWaldemar Brodkorb
2010-05-20reduce bootup time, update kernel configWaldemar Brodkorb
2010-05-20do some cleanup, update ibm x40 to 2.6.34Waldemar Brodkorb
2010-05-20Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-05-20Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-05-20activate and refresh support for rb411/rb433Waldemar Brodkorb
after n0-1 helped to find a way to fix my broken rb433 by using the primary bootloader via shortening a jumper I got the motivation to get this target working again. Summarize both targets to newly created rb4xx target.
2010-05-17enable cardbus for this targetWaldemar Brodkorb
2010-05-16add preliminary support for my pcmcia smartcard readerWaldemar Brodkorb
2010-05-12fix make bulkallmod for some packages and target combinationsWaldemar Brodkorb
2010-04-27iptv via natting now works at last sometime.Waldemar Brodkorb
alice iptv seems to use destination=ip:port instead of client_port=port, like RFC suggesting it. But destination= is also used by STUN method. As a quick hack I commented out STUN method to avoid crashes. Now at least I can see some tv streams. still not 100% good.
2010-04-25fix nat helpers for ipv4, add rtsp nat helperWaldemar Brodkorb