summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/package/shfs/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* move old kamikaze out of trunk - will put buildroot-ng in there as soon as ↵Felix Fietkau2006-10-071-46/+0
| | | | | | all the developers are ready SVN-Revision: 4944
* change cp to $(CP)Mike Baker2006-02-011-1/+1
| | | | SVN-Revision: 3112
* large target/linux cleanupFelix Fietkau2006-01-101-6/+2
| | | | SVN-Revision: 2877
* use the same versioning scheme for kernel and modulesNicolas Thill2005-11-081-1/+1
| | | | SVN-Revision: 2392
* don't strip kernel modulesNicolas Thill2005-11-081-1/+0
| | | | SVN-Revision: 2390
* use the cross-compiler to build additional packagesNicolas Thill2005-11-021-0/+1
| | | | SVN-Revision: 2312
* fix 2.6 modules pattern using a common LINUX_KMOD_SUFFIX variable, fix alsa ↵Nicolas Thill2005-11-011-1/+1
| | | | | | 2.6 build when arch != mipsel SVN-Revision: 2311
* remove spurious spacesNicolas Thill2005-10-231-8/+8
| | | | SVN-Revision: 2277
* add PATHWaldemar Brodkorb2005-09-031-0/+1
| | | | SVN-Revision: 1832
* add new flash map driver, jffs2 is found, squashfs not.Waldemar Brodkorb2005-09-031-1/+1
| | | | SVN-Revision: 1829
* add missing target/linux/rules.mk includeNicolas Thill2005-08-181-0/+1
| | | | SVN-Revision: 1696
* enable kmod build when target arch != mipselNicolas Thill2005-08-181-0/+1
| | | | SVN-Revision: 1693
* add board tag to kernel module version and add versioned depend (does not ↵Felix Fietkau2005-06-111-1/+1
| | | | | | work with current ipkg yet) SVN-Revision: 1202
* move package/linux into target/linux, use wbx' new kernel code. support ↵Felix Fietkau2005-05-281-0/+47
building images with more than one kernel, split kernel module parts off of packages that use their own kernel modules (fuse, shfs, openswan). some cleanup in the image building process in target/. image builder is disabled for now, needs some fixing. SVN-Revision: 1085