summaryrefslogtreecommitdiff
path: root/package/cfgfs/Makefile
AgeCommit message (Collapse)Author
2010-01-28disable cfgfs for nfsrootWaldemar Brodkorb
2010-01-10cfgfs support for alix2d13Joerg Seitter
added target alix2d13 to cfgfs package Signed-off-by: Joerg Seitter <oss@seitter.net>
2009-12-20add some more Config.in generation tweaksWaldemar Brodkorb
2009-12-20fix all TARGET/HOST dependenciesWaldemar Brodkorb
expand TARGET logic for ! values
2009-12-20example for my PKG_(TARGET|HOST)_DEPENDSWaldemar Brodkorb
implementation will follow may by thorsten, if I spent another mojito...
2009-12-20optional per-subpackage default other than ā€˜nā€™Thorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2009-12-17enable cfgfs and atmWaldemar 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-08-23revert renaming of /init into /startWaldemar Brodkorb
- fix foxboard build, tested on classic - remove unsed ibm-x40 target - update all targets to linux-2.6.30.5 - fix native build, use kernel.config.$(CPU_ARCH) as kernel configuration, when /proc/config.gz does not exist on host
2009-08-13enable cfgfs for rb532Waldemar Brodkorb
- choose backend at runtime - do not hardcode partition device anymore
2009-06-01remove unused $Id$Waldemar Brodkorb
- $id$ substitution is not apropriate for git scm
2009-05-30optimize ipkg package managementWaldemar Brodkorb
- generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig
2009-05-23- cleanup and document PKG_template, ARCH parameter is not needed anymoreWaldemar Brodkorb
- use CPU_ARCH for fake dir and ipkg - enable DEBUG option in menu and rename to ADK_DEBUG
2009-05-17Initial importwbx