summaryrefslogtreecommitdiff
path: root/package/Config.in
AgeCommit message (Collapse)Author
2017-02-09rework base submenu, make it more clear what is already provided by busyboxWaldemar Brodkorb
2017-02-05add new section base/adk, rename adkinstall into fwinstallWaldemar Brodkorb
2016-11-19qtbase: add new package, use device method like buildroot for cross-compileWaldemar Brodkorb
2016-03-22nfc: add driver and library for nfc-nci chipsWaldemar Brodkorb
2015-12-06add new section for test suitesWaldemar Brodkorb
2014-06-30move to libs/comp, add new package lz4Waldemar Brodkorb
2014-06-24add sys/hw sectionWaldemar Brodkorb
2014-06-04remove headersWaldemar Brodkorb
2014-05-29resolve merge conflictWaldemar Brodkorb
2010-07-08Merge 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-02add a small udp based daemonWaldemar 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-20port fluxbox and it's (optional) dependency imlib2Phil Sutter
2010-06-20port qingy and it's dependencies DirectFB and libXScrnSaverPhil Sutter
2010-06-20port xvinfoPhil Sutter
2010-06-20port xtermPhil Sutter
2010-06-16add webcam and wireless-tools support for lemoteWaldemar Brodkorb
2010-06-14port dillo and all needed requirements (part2)Waldemar Brodkorb
2010-06-12add coreutils, just tsort at the momentWaldemar Brodkorb
2010-06-10add pkg-config packageWaldemar Brodkorb
2010-06-10add basic support for wireless driver in bcm47xx devicesWaldemar Brodkorb
2010-06-08port xinit and it's dependency mcookiePhil Sutter
2010-06-08port twm (easy as eatin' pancakes :)Phil Sutter
2010-05-29remove swconfig, enable USB and NLS for alix boardsWaldemar 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-21Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-04-21fat commit to add support for firefox on ibm x40 via usb stickWaldemar 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-12new package conntrack-coolsPhil Sutter
2010-04-12fix nfs-utils for IPv6Phil Sutter
FIXME: this is rather a workaround, the package flavour system should support conditional defaults (or we should select the flavour option conditionally from the main package symbol?).
2010-04-12add back in the good old "enable IPv6" optionPhil Sutter
We do Linux, so we do IPv6. Internet for everyone.
2010-04-01update to latest upstream of ulogd and add dependenciesWaldemar Brodkorb
2010-03-07Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadkWaldemar Brodkorb
2010-03-07add xf86-video-fbdev driverWaldemar Brodkorb
2010-03-06add siliconmotion driverWaldemar Brodkorb
2010-03-06add grep package, busybox grep lacks -wWaldemar Brodkorb
2010-03-06Revert "add grep package, busybox grep lacks -w"Waldemar Brodkorb
This reverts commit f295a40984c165ae46c0a3fe2ae95b5517885392.
2010-03-06add grep package, busybox grep lacks -wWaldemar Brodkorb
2010-03-06add Config.in.lib for libdevmapperWaldemar Brodkorb
2010-02-27alphabetical order of menu entries, add back buildsystemWaldemar Brodkorb
configuration in /etc feature
2010-02-18remove cbtt, I never used it. And the makefiles just suckzWaldemar Brodkorb
2010-02-15reenable kismet, let it compile with stdc++Waldemar 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 tcsh package, update TODOWaldemar Brodkorb
2010-02-13add cvs package, add half-ready bzr packageWaldemar 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-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-04fix dependencies and indentationWaldemar Brodkorb