summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/package/fuse
Commit message (Collapse)AuthorAgeFilesLines
* move old kamikaze out of trunk - will put buildroot-ng in there as soon as ↵Felix Fietkau2006-10-074-149/+0
| | | | | | all the developers are ready SVN-Revision: 4944
* fix kmod-fuse build on 2.4Nicolas Thill2006-04-021-2/+4
| | | | SVN-Revision: 3577
* update to 2.5.2 to fix compile issueWaldemar Brodkorb2006-03-282-24/+8
| | | | SVN-Revision: 3527
* 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
* remove Maintainer: and Source: fields from ipkg control filesNicolas Thill2005-12-081-3/+1
| | | | SVN-Revision: 2605
* use the same versioning scheme for kernel and modulesNicolas Thill2005-11-081-1/+1
| | | | SVN-Revision: 2392
* rework the kernel menuconfig, always use prompt to display config text ↵Nicolas Thill2005-11-021-5/+2
| | | | | | instead of bool/tristate SVN-Revision: 2315
* 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
* continue massive kernel menuconfig reorganizationNicolas Thill2005-10-241-2/+1
| | | | SVN-Revision: 2297
* update fuse to new upstream release (v2.4.1) (thanks to Christian Magnusson)Nicolas Thill2005-10-202-51/+31
| | | | SVN-Revision: 2186
* fix typo in Source: fieldNicolas Thill2005-09-041-1/+1
| | | | SVN-Revision: 1849
* add PATHWaldemar Brodkorb2005-09-031-0/+1
| | | | SVN-Revision: 1834
* change co-maintainer e-mailNicolas Thill2005-08-301-1/+1
| | | | SVN-Revision: 1799
* update fuse to v2.3.0 (thanks to Christian Magnusson)Nicolas Thill2005-08-303-9/+8
| | | | SVN-Revision: 1791
* don't pass build cflags to fuse kernel moduleFelix Fietkau2005-08-271-1/+0
| | | | SVN-Revision: 1760
* fix external package buildFelix Fietkau2005-08-151-1/+2
| | | | SVN-Revision: 1682
* do not build lib and util here, enable kmod build when target arch != mipselNicolas Thill2005-08-151-2/+3
| | | | SVN-Revision: 1681
* 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-285-0/+191
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