Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-09 | disable bzr (broken) in bulk builds | Waldemar Brodkorb | |
2010-07-08 | Merge remote branch 'phil/auto-config-in' | Waldemar Brodkorb | |
Conflicts: Config.in package/dropbear/Makefile package/iptables/Makefile package/kismet/Makefile package/nfs-utils/Makefile package/ntpclient/Makefile package/openvpn/Makefile package/pkgmaker package/rxvt-unicode/Makefile package/vgp/Makefile package/wpa_supplicant/Makefile package/xf86-input-keyboard/Makefile package/xf86-input-mouse/Makefile | |||
2010-07-07 | add support for hso umts modems | Waldemar 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-07 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
Conflicts: target/alix2d/kernel.config | |||
2010-07-07 | more 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-05 | some allconfig fixes | Waldemar Brodkorb | |
disable geode AES coprocessor, better use kernel modules, otherwise some crypto stuff get statically compiled and the build fails. | |||
2010-07-05 | add menu based configuration of a password | Waldemar Brodkorb | |
2010-07-01 | fix compile break | Waldemar Brodkorb | |
2010-06-29 | optimize ipkg package management | Waldemar Brodkorb | |
ipkg will automatically mount the normal read-only rootfs as read-write and after the command back to read-only. ipkg install/remove/upgrades are only supported for compact disk or disk based systems. On flash systems better reflash completely. make a kernel package containing the real kernel. Adjust ipkg.conf to contain a configurable server adress. | |||
2010-06-28 | fix busybox rebuild issue, simplify target Makefiles | Waldemar Brodkorb | |
2010-06-20 | ipkg doesn't like underscores in package names | Phil Sutter | |
But as there are packages with names containing them, and other package managers probably have less problems with that, fix this issue at the most specific place. | |||
2010-06-18 | fix lemote webcam support, enable v4l1 compat by default | Waldemar Brodkorb | |
2010-06-16 | add webcam and wireless-tools support for lemote | Waldemar Brodkorb | |
2010-06-12 | enable wireless for lemote | Waldemar Brodkorb | |
2010-06-12 | massive rewrite of the pkgmaker logic | Phil Sutter | |
When adjusting for auto-generated package/Config.in, I found out that the splitting into Config.in{,.lib,.kmod} done by pkgmaker was rather subversive to my approach. Categorisation of packages and subpackages should be done via package section, which is enabled by this patch for subpackages, too. Instead of filling up the package subdirectories, use a common directory package/pkgconfigs.d/ to contain all auto-generated Config.in files. In order to allow simple assumption from config symbol to actual package from within menuconfig (the path to the Config.in file containing the current config symbol is printed as part of the help text), put all generated Config.in files for a certain package into a common subdirectory. pkgmaker now saves each generated config symbol (excluding the flavours) into it's own file, therefore allowing to sort subpackages of a package into a different section. | |||
2010-06-10 | add basic support for wireless driver in bcm47xx devices | Waldemar Brodkorb | |
2010-06-08 | fix checksum and some typos | Waldemar Brodkorb | |
2010-06-07 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-06-07 | add basic MacOS X support | Waldemar Brodkorb | |
2010-05-29 | upgrade all targets to Linux 2.6.34 | Waldemar Brodkorb | |
2010-05-28 | add another bulklist for all target combinations | Waldemar Brodkorb | |
2010-05-20 | reduce bootup time, update kernel config | Waldemar Brodkorb | |
2010-05-20 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-05-20 | activate and refresh support for rb411/rb433 | Waldemar 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-16 | add preliminary support for my pcmcia smartcard reader | Waldemar Brodkorb | |
2010-05-12 | fix make bulkallmod for some packages and target combinations | Waldemar Brodkorb | |
2010-04-28 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-04-28 | fix some pkg dependencies | Waldemar Brodkorb | |
2010-04-27 | iptv 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-25 | fix nat helpers for ipv4, add rtsp nat helper | Waldemar Brodkorb | |
2010-04-22 | fix bulkallmod | Waldemar Brodkorb | |
2010-04-21 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-04-21 | fat commit to add support for firefox on ibm x40 via usb stick | Waldemar Brodkorb | |
- add support for IBM X40 notebook - add USB boot support - add firefox package - update and add all dependencies for firefox - add xorg intel driver - add dri support for xorg | |||
2010-04-12 | split IPv4 symbols from Config.in.netfilter, add IPv6 ones | Phil Sutter | |
Luckily, the vast majority of iptables modules now reside in netfilter core (i.e. they're layer3-independent), so there is not so much to keep in sync in between iptables and ip6tables. | |||
2010-04-12 | add back in the good old "enable IPv6" option | Phil Sutter | |
We do Linux, so we do IPv6. Internet for everyone. | |||
2010-04-01 | remove ustl, add some more bulkallmodconfig fixes | Waldemar Brodkorb | |
2010-03-16 | avoid automatic installation of linker scripts | Waldemar Brodkorb | |
2010-03-07 | add gcc package to bulk builds again | Waldemar Brodkorb | |
2010-03-06 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-03-06 | fix intermodule dependencies | Waldemar Brodkorb | |
2010-03-02 | Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk | Waldemar Brodkorb | |
2010-03-02 | only use optimization flags for non-debug builds | Waldemar Brodkorb | |
2010-03-01 | update rb532 to 2.6.33 | Waldemar Brodkorb | |
2010-02-28 | revert change, variable is used in update-patches | Waldemar Brodkorb | |
2010-02-27 | fix checksum check of toolchain archives after download | Waldemar Brodkorb | |
and update alix/wrap targets to 2.6.33 | |||
2010-02-24 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-24 | fix compile of some packages | Waldemar Brodkorb | |
2010-02-24 | fetch.mk: allow directory removal to fail | Phil Sutter | |
This is helpful when the top-level build directory (the toolchain build dir in my case) is a mounted tmpfs (which therefore cannot be removed). | |||
2010-02-22 | optimize kernel config for foxg20 | Waldemar Brodkorb | |
- boot from microsd now works - finetune adkinstall | |||
2010-02-21 | rename ext2-cf target rootfs to ext2-block | Waldemar Brodkorb | |
- add a foxg20 adkinstaller (not working yet) - rename ext2-cf target rootfs to ext2-block |