summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2010-01-06enable ip multicast ad routing for igmpproxy packageWaldemar Brodkorb
2010-01-06remove unused and wrong configure argsWaldemar Brodkorb
2010-01-06document and fix setpgrp overwriteWaldemar Brodkorb
not all packages do the right overwrite of this variable. uClibc does not need any arguments to setpgrp function. Finetune package template accordingly.
2010-01-04Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-01-04update ethtool and iwWaldemar Brodkorb
2010-01-04fix default firewall script and kernel mod dependenciesWaldemar Brodkorb
2010-01-04rename pcre package -> libpcre, fix nmap build dependencyWaldemar Brodkorb
2010-01-03move package template out of pkgmaker's viewWaldemar Brodkorb
avoid pkgmaker warning. quagga is a multi package.
2010-01-03add xf86 mouse and keyboard supportWaldemar Brodkorb
got patch from joerg seitter. slightly modified. runtime testing done by joerg.
2010-01-02Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-01-02fix allmodconfig for alix1c and glibcWaldemar Brodkorb
2010-01-02add newpackage target to simplify adding new packagesWaldemar Brodkorb
2009-12-30fix make allmodconfig for alix1c-eglibcWaldemar Brodkorb
2009-12-30Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-12-30Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-12-30fix some cygwin issuesWaldemar Brodkorb
2009-12-30may be finally fix ncurses issues, reported by joergWaldemar Brodkorb
2009-12-30add kmod 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-29update to latest stable versionWaldemar Brodkorb
2009-12-29make vlan configuration work with ifup/ifdownWaldemar Brodkorb
2009-12-29make dsl work via ifup, add vlan supportWaldemar Brodkorb
add kernel vlan support.
2009-12-29add missing xorg dependency, fix ncurses packageWaldemar Brodkorb
2009-12-29Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-12-29fix compile errors on OpenBSD hostWaldemar Brodkorb
update bluez package to latest upstream. disable aufs2-util on OpenBSD host.
2009-12-29remove unrecognized configure optionsWaldemar Brodkorb
2009-12-29install library filesWaldemar Brodkorb
2009-12-29remove unused filesWaldemar Brodkorb
2009-12-29fix duplicate entriesWaldemar Brodkorb
2009-12-29Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-12-29flatten package selection menuWaldemar Brodkorb
- fix another xorg-server dependency
2009-12-29add atm network scriptWaldemar Brodkorb
order network scripts. Add atm example. enable reboot option for mtd.
2009-12-29Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-12-29fix cygwin compile issuesWaldemar Brodkorb
remove xmlto dependency, do not generate alsa manpages let aiccu cross-compile on != linux hosts
2009-12-28fix dependenciesWaldemar Brodkorb
2009-12-28Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-12-28fix some dependencies and target dependency handlingWaldemar Brodkorb
2009-12-28Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-12-28mysql does not compile on cygwinWaldemar Brodkorb
2009-12-28use tar archive as default package backendWaldemar Brodkorb
it saves more than 200 kb on minimal setup for AG241 target. Normally reflashing or complete updates are recommended. Partial updates via ipkg are not supported right now. (we have a read-only root filesystem without any writable partition for any data outside /etc) If someone likes ipkg, it still can be selected and used.
2009-12-28Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-12-27Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-12-27fix make allmodconfigWaldemar Brodkorb
update several packages, remove snort-wireless.
2009-12-27readd firmware choiceWaldemar Brodkorb
2009-12-24Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-12-24try to fix Cygwin cross-compilationWaldemar Brodkorb
2009-12-24Merge commit 'origin/confgen'Waldemar Brodkorb
finally autogenerate menu Config.in files and Depends.mk for packages. thx mirabilos Conflicts: .gitignore Makefile mk/build.mk package/eglibc/Config.in package/glibc/Config.in package/uclibc++/Config.in package/uclibc/Config.in rules.mk
2009-12-23remove and ignore autogenerated Config.in filesWaldemar Brodkorb
2009-12-23fixes for new pkgmaker generated menuWaldemar Brodkorb
2009-12-21Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb