Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-25 | allow to choose drivers for generic support, reported by Oliver | Waldemar Brodkorb | |
2015-10-24 | add new symbol for systems with tcp/ip but without netdevice. like arc ↵ | Waldemar Brodkorb | |
simulator running test-suites with network functions | |||
2015-10-11 | add license header | Waldemar Brodkorb | |
2015-08-31 | prefix VERSION symbols, otherwise they will get into kernel .config | Waldemar Brodkorb | |
2015-08-13 | kernel: make net and block support optional | Waldemar Brodkorb | |
2015-07-25 | mk/modules.mk: add missing ip_tunnel.ko | Phil Sutter | |
Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2015-07-07 | disable mptcp, needs update | Waldemar Brodkorb | |
2015-06-04 | enable busybox ipv6 only when kernel module is choosen | Waldemar Brodkorb | |
2015-03-15 | convert from addon to generic patch | Waldemar Brodkorb | |
2015-03-15 | remove dietnet patch | Waldemar Brodkorb | |
As discussed with phil today, patches aplied conditionally is a bad thing and should be removed. The dietnet patch is only available because of the mikrotik rb532 limitation of kernel size when booting from nand. The patch is hard to maintain and will never be included upstream. We should better use PicoTCP in such cases or develop decompression support for this board to use compressed kernels. | |||
2014-12-26 | crypto needed for TCP/IP | Waldemar Brodkorb | |
2014-12-26 | kernel config style. fixes for allmodconfig. | Waldemar Brodkorb | |
2014-12-17 | convert dietnet patch to addon. should only be used with care | Waldemar Brodkorb | |
2014-06-18 | target/linux/config: allow enabling TCP syncookie support | Phil Sutter | |
Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2014-05-31 | allow to disable tcp fastopen, so that AES is not required to builtin in the ↵ | Waldemar Brodkorb | |
kernel | |||
2014-05-31 | disable ipv6 | Waldemar Brodkorb | |
2014-05-26 | add the addon patches, make mptcp visible in the kernel config menu | Waldemar Brodkorb | |
2014-05-13 | resolve merge conflict | Waldemar Brodkorb | |
2014-04-28 | final kernel config cleanup | Waldemar Brodkorb | |
2014-04-06 | remove NETDEVICES, it is always on | Waldemar Brodkorb | |
2014-03-17 | optimize miniconfigs, enable netstuff by default | Waldemar Brodkorb | |
2013-10-16 | fix m68k bulk kernel build | Waldemar Brodkorb | |
2012-07-16 | add support for m68k toolchain/qemu | Waldemar Brodkorb | |
2011-08-12 | enable ipv6 module by default | Waldemar Brodkorb | |
2011-02-16 | some minor bugfixing in linux kernel config | Waldemar Brodkorb | |
2011-01-13 | update to Linux Kernel 2.6.37 | Waldemar Brodkorb | |
2010-12-30 | rework architecture / embedded systems concept | Waldemar Brodkorb | |
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;) | |||
2010-11-04 | remove unused if symbol | Waldemar Brodkorb | |
2010-09-16 | add some native build fixes (tested on Lemote notebook) | Waldemar Brodkorb | |
- enable busybox applets needed for natvie builds - add header packages for expat and libnl - remove rtl8187b driver, use kernel included driver (needs more testing) | |||
2010-02-12 | enable usb sound support | Waldemar Brodkorb | |
add mpg123 console mp3 player. A terratec usb soundadapter works fine on alix2d device. (0ccd:0077 TerraTec Electronic GmbH) | |||
2010-01-06 | enable ip multicast ad routing for igmpproxy package | Waldemar Brodkorb | |
2009-12-29 | make dsl work via ifup, add vlan support | Waldemar Brodkorb | |
add kernel vlan support. | |||
2009-12-20 | enable sangam-atm by default for ag241 target | Waldemar Brodkorb | |
2009-12-18 | make pppoe over atm usable on ag241 | Waldemar Brodkorb | |
- bridging nas0 and eth0 although works fine need to add pre-up scripts to automate.. | |||
2009-12-18 | enable pppoa and fix dsl driver | Waldemar Brodkorb | |
- fix dsl driver crash, sync is now successful - add ppp ppp over atm | |||
2009-12-17 | enable cfgfs and atm | Waldemar 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-11-25 | simplify buildsystem | Waldemar Brodkorb | |
- remove ADK_IPV6, ADK_CXX and ADK_X11 - enable ipv6 by default in uclibc - enable build of c++ compiler by default | |||
2009-08-21 | CONFIG_PPP depends on CONFIG_NETDEVICES | Phil Sutter | |
2009-08-09 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-08-09 | update openswan, try to use both IPsec implementations | Waldemar Brodkorb | |
2009-08-02 | change all 'depends' lines to 'depends on' ones | Phil Sutter | |
This is only a formal change, the semantics stay exactly the same. But linux-2.6's mconf forces this nowadays, so stay compatible. | |||
2009-06-04 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-06-04 | first regressions found while runtime testing | Waldemar Brodkorb | |
- fix add_rconf and quoting - update gpsd to latest upstream - do not use size parameter for cfgfs and tmpfs - disable some dangerous busybox options - fix some kernel module dependencies | |||
2009-06-04 | add experimental linksys wag54h ar7 support | Waldemar Brodkorb | |
- network interface does not work, but system can boot | |||
2009-05-17 | Initial import | wbx | |