summaryrefslogtreecommitdiff
path: root/mk/modules.mk
AgeCommit message (Collapse)Author
2010-08-01disable packages and kernel modules for ag241Waldemar Brodkorb
2010-07-30fix foxboard allmodconfig, remove old linux patchesWaldemar Brodkorb
2010-07-27test and fix openswan package.Waldemar Brodkorb
enable needed kernel modules, disable removing of any kernel modules on restart.
2010-07-26Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-07-26use variable for architectureWaldemar Brodkorb
2010-07-24add XCBC kernel moduleWaldemar Brodkorb
2010-07-19fix IPCOMP kernel support, packaging issueWaldemar Brodkorb
2010-07-16cygwin host build patches, mostly by deactivating packagesWaldemar Brodkorb
2010-07-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-07-16a lot of lemote finetuningWaldemar Brodkorb
* add PCM to mixer init script * let ipkg check if rootfs is already rw mounted * fix overlapping utilities * enable DPMS in Xorg configuration, remove unused stuff * set DPMS timeout to 60 seconds via startx, disable screen blanking. Mplayer now runs fine without any screen blanking * enable some more features in vim (f.e. :split) * rename mpc package to libmpc * fix uvcvideo loading (v4l2 compat again..) * add new xset package
2010-07-16fix strongswan package, ESP now works.Waldemar Brodkorb
2010-07-14add code to package xfrm-user kernel moduleWaldemar Brodkorb
2010-07-13add support for i2c-tools and kernel support on geodeWaldemar Brodkorb
2010-07-13fix oprofile packageWaldemar 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-05some allconfig fixesWaldemar Brodkorb
disable geode AES coprocessor, better use kernel modules, otherwise some crypto stuff get statically compiled and the build fails.
2010-06-28fix busybox rebuild issue, simplify target MakefilesWaldemar 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-12enable wireless for lemoteWaldemar Brodkorb
2010-06-10add basic support for wireless driver in bcm47xx devicesWaldemar Brodkorb
2010-05-16add preliminary support for my pcmcia smartcard readerWaldemar 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
2010-04-12split IPv4 symbols from Config.in.netfilter, add IPv6 onesPhil 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-01remove ustl, add some more bulkallmodconfig fixesWaldemar Brodkorb
2010-03-06fix intermodule dependenciesWaldemar Brodkorb
2010-02-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-14complete allmodconfig build on NetBSDWaldemar Brodkorb
2010-02-13add support for wireless access point with p54usb stickWaldemar Brodkorb
2010-02-12enable usb sound supportWaldemar Brodkorb
add mpg123 console mp3 player. A terratec usb soundadapter works fine on alix2d device. (0ccd:0077 TerraTec Electronic GmbH)
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-13Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-01-13fix ag241 buildWaldemar Brodkorb
2010-01-13added LED support for AlixJoerg Seitter
added alix led driver and led trigger for heartbeat, timer, default-on and iptables LED target Signed-off-by: Joerg Seitter <oss@seitter.net>
2010-01-10add scsi module, when SCSI support is used as kernel moduleWaldemar 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-04fix default firewall script and kernel mod 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-27fix make allmodconfigWaldemar Brodkorb
update several packages, remove snort-wireless.
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-10enable sound and xorg for qemuWaldemar 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
2009-12-06update some packages, fix some kernel module dependenciesWaldemar Brodkorb
- update tinc, openssl and xinetd - fix openssh and dropbear coexistence - fix some kernel module load orders
2009-12-05update some packages to latest upstreamWaldemar Brodkorb
- openssh, aircrack-ng, autoconf, lighttpd - use mplayer svn version
2009-12-04update kernel to 2.6.32Waldemar Brodkorb
- update some applications asterisk, curl, strace, radvd, rpm - fix allconfig - /dev for full build seems to need more than 64k
2009-11-29add bridging firewall stuffWaldemar Brodkorb
- tested with a transparent squid proxy - fix some minor other stuff - not completely ready
2009-11-17Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-11-17reorder modules load. hmm. I thought this was fixed already.Waldemar Brodkorb