| Commit message (Expand) | Author | Age | Files | Lines |
* | fix fuse (closes: #1847) | nico | 2007-06-10 | 2 | -8/+24 |
* | upgrade a few packages to newer versions (includes patch by kaloz) - preparat... | nbd | 2007-06-05 | 3 | -0/+84 |
* | refresh all package patches in the buildroot using quilt | nbd | 2007-06-04 | 4 | -27/+36 |
* | remove problematic patch from fuse (was only needed with devfs on 2.6) | nbd | 2007-05-08 | 1 | -16/+0 |
* | fix fuse compile on osx | nbd | 2007-04-01 | 2 | -0/+16 |
* | add file type autodetection for the unpack command and nuke PKG_CAT:= in lots... | nbd | 2007-03-16 | 1 | -1/+0 |
* | add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use KERNEL_BUILD_DI... | nbd | 2007-03-16 | 1 | -3/+0 |
* | Revert previous commit oops :/ | florian | 2007-02-28 | 1 | -9/+4 |
* | Re-enable fuse for 2.4 kernels as well (#1346) | florian | 2007-02-28 | 1 | -3/+9 |
* | remove compatibility crap from libfuse which seems to break on uClibc, becaus... | nbd | 2007-02-27 | 2 | -0/+203 |
* | more cleanup | nbd | 2007-02-25 | 1 | -33/+14 |
* | More dependencies are required to force fuse to Linux 2.6 only. | malbon | 2007-02-12 | 1 | -1/+3 |
* | upgrade FUSE to v2.6.3, make fuse-utils depend on libfuse and kmod-fuse | kaloz | 2007-02-08 | 1 | -2/+3 |
* | Use the KernelPackage template instead of kmod-foo | florian | 2007-01-05 | 1 | -14/+4 |
* | remove empty file | nbd | 2006-12-16 | 1 | -0/+0 |
* | update fuse to 2.6.1 (fix build on 2.6.19), remove kmod_build patch needed fo... | nico | 2006-12-15 | 2 | -48/+3 |
* | replace lots of manual install commands with INSTALL_* variables | nbd | 2006-11-23 | 1 | -5/+5 |
* | new (last?) attempt at standardizing Makefiles | nico | 2006-09-24 | 1 | -3/+2 |
* | standardize Makefile, add userland packages, fix fuse.pc in InstallDev | nico | 2006-09-23 | 1 | -21/+57 |
* | set PATH in rules.mk | mbm | 2006-08-04 | 1 | -1/+0 |
* | fuse: put PKG_BUILD_DIR in KERNEL_BUILD_DIR | nbd | 2006-07-30 | 1 | -1/+1 |
* | credit where credit is due | mbm | 2006-06-27 | 1 | -0/+6 |
* | add INCLUDE_DIR variable for $(TOPDIR)/include | nbd | 2006-06-21 | 1 | -2/+2 |
* | build system cleanup. move shared include files into $(TOPDIR)/include, move ... | nbd | 2006-06-21 | 1 | -2/+2 |
* | normalize Makefiles. | nico | 2006-06-18 | 1 | -28/+23 |
* | add TARGET_CFLAGS to configure for userland lib and util. | nico | 2006-06-17 | 1 | -0/+1 |
* | move fuse from target/linux/package/ to package/, update to v2.5.3, | nico | 2006-06-17 | 5 | -0/+206 |
* | remove lots of non-essential packages | nbd | 2006-04-13 | 6 | -202/+0 |
* | update to 2.5.2 to fix compile issue | wbx | 2006-03-28 | 1 | -2/+2 |
* | change cp to $(CP) | mbm | 2006-02-01 | 1 | -7/+7 |
* | change bool in BR2_COMPILE_* to tristate to avoid unnecessary package/<foo>-i... | nbd | 2005-11-07 | 1 | -1/+1 |
* | reorganize/rationalize/format package menuconfig, | nico | 2005-11-05 | 1 | -8/+5 |
* | lots of small package changes and dependency cleanups for the V= stuff | nbd | 2005-10-22 | 1 | -2/+2 |
* | remove Maintainer: and Source: from packages | nbd | 2005-10-21 | 2 | -4/+0 |
* | update fuse to new upstream release (v2.4.1) (thanks to Christian Magnusson) | nico | 2005-10-20 | 4 | -124/+19 |
* | change co-maintainer e-mail | nico | 2005-08-30 | 2 | -2/+2 |
* | add missing patch (from Christian) | nico | 2005-08-30 | 1 | -0/+112 |
* | update fuse to v2.3.0 (thanks to Christian Magnusson) | nico | 2005-08-30 | 4 | -105/+50 |
* | do not build kernel module here | nico | 2005-08-15 | 1 | -1/+1 |
* | move package/linux into target/linux, use wbx' new kernel code. support build... | nbd | 2005-05-28 | 3 | -42/+2 |
* | Fix wrong options passed to configure | nico | 2005-05-24 | 1 | -2/+2 |
* | Fix and standardize Config.in | nico | 2005-05-24 | 1 | -11/+19 |
* | Tweak package build | nico | 2005-05-19 | 1 | -4/+4 |
* | Standardize package Config.in, change prompt to package name + short descript... | nico | 2005-05-19 | 1 | -11/+12 |
* | remove unnecessary .installed target in fuse and remove some extra stuff now ... | nbd | 2005-05-12 | 1 | -13/+7 |
* | merge nico's package/rules.mk and package/templates.mk into one file, update ... | nbd | 2005-05-09 | 1 | -10/+5 |
* | set hidden fuse config option to n again | nbd | 2005-04-30 | 1 | -1/+1 |
* | only m if CONFIG_DEVEL | wbx | 2005-04-30 | 1 | -4/+4 |
* | fix typo | mbm | 2005-04-21 | 1 | -3/+2 |
* | disable non-essential packages by default if DEVELOPER is unset on make menuc... | nbd | 2005-04-18 | 1 | -9/+45 |