Luka Perkov
75078acd93
cosmetic: remove trailing whitespaces
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 47197
9 years ago
Nicolas Thill
fa8cea1e33
fuse: fix exec environment for mount and umount
...
* add upstream patch (CVE-2015-3202)
* refresh patches
* bump release number
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 45744
10 years ago
Nicolas Thill
a46965888a
fuse: update to 2.9.3
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 43941
10 years ago
John Crispin
74a3a77bcd
license info - revert r43155
...
turns out that r43155 adds duplicate info.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43167
10 years ago
John Crispin
c10d97484a
Add more license tags with SPDX identifiers
...
Note, that licensing stuff is a nightmare: many packages does not clearly
state their licenses, and often multiple source files are simply copied
together - each with different licensing information in the file headers.
I tried hard to ensure, that the license information extracted into the OpenWRT's
makefiles fit the "spirit" of the packages, e.g. such small packages which
come without a dedicated source archive "inherites" the OpenWRT's own license
in my opinion.
However, I can not garantee that I always picked the correct information
and/or did not miss license information.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 43155
10 years ago
John Crispin
4ebf19b48f
packages: clean up the package folder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37007
12 years ago
Hamish Guthrie
81a3d9ba31
licensing: Add licensing metadata to many packages Two new variables are introduces to many packages, namely PKG_LICENSE and PKG_LICENSE_FILES - there may be more than one license applied to packages, and these are listed in the PKG_LICENSE variable and separated by spaces. All relevant license files are also added to the PKG_LICENSE_FILES variable, also space separated.
...
The licensing metadata is put into the bin/<platform>/packages/Packages file
for later parsing. A script for that is on it's way!
SVN-Revision: 33861
12 years ago
Jo-Philipp Wich
31d9f3d61f
fuse: remove now redundant dependency on +USE_EGLIBC:librt
...
SVN-Revision: 33482
12 years ago
Florian Fainelli
61e96dab3f
fuse: Add librt to fuse to build with eglibc
...
Signed-off-by: xxiao <xxiao@fosiao.com>
SVN-Revision: 33476
12 years ago
Felix Fietkau
70d9295138
fuse: update to 2.9.0
...
SVN-Revision: 32396
13 years ago
Felix Fietkau
a5e2890ecb
fuse: move kmod-fuse to package/kernel
...
SVN-Revision: 32394
13 years ago
Felix Fietkau
a546d41fc0
fuse: add missing dependency
...
SVN-Revision: 32182
13 years ago
Alexandros C. Couloumbis
911c2540b0
package/fuse: update to version 2.8.5, refresh patches
...
SVN-Revision: 24365
14 years ago
Florian Fainelli
8e089c375d
fix fuse dependency against kmod-fuse
...
SVN-Revision: 22919
14 years ago
Claudio Mignanti
2d86ea7bf3
massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
...
SVN-Revision: 22145
15 years ago
Felix Fietkau
543d870e82
remove linux 2.4 support from several packages
...
SVN-Revision: 21954
15 years ago
Florian Fainelli
e6bf527f82
update fuse to 2.8.4, fixes build failures with 2.6.30 kernels (on rdc at least)
...
SVN-Revision: 21300
15 years ago
Travis Kemen
63e0890777
find attached the announced patch for fuse. changes: - latest fuse 2.8.3 - includes now the kernel module for kernel 2.4 - builds parallel - fuse-utils includes now ulockmgr_server
...
fuse24 should be deleted from trunk.
bud
SVN-Revision: 20190
15 years ago
Florian Fainelli
4c0ea759fb
disable fuse kernel compilation module, all versions that we have have it mainline ( #5584 )
...
SVN-Revision: 17059
16 years ago
Florian Fainelli
62e10e7017
put all filesystem related packages into the Filesystem submenu ( #5352 )
...
SVN-Revision: 16696
16 years ago
Jo-Philipp Wich
99e23d2144
fuse: update to v2.7.4 ( #5186 )
...
SVN-Revision: 16410
16 years ago
Felix Fietkau
34939cad39
get rid of $Id$ - it has never helped us and it has broken too many patches ;)
...
SVN-Revision: 15242
16 years ago
Nicolas Thill
70a8c455b0
fix fuse: use in-kernel module for 2.6.25+ kernels
...
SVN-Revision: 11116
17 years ago
Florian Fainelli
3b72dadac9
Upgrade fuse-2.7.1 to fuse-2.7.3 to fix breakage ( #3246 )
...
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
SVN-Revision: 10698
17 years ago
Felix Fietkau
2a45adfcda
remove uninstalldev templates (no longer necessary)
...
SVN-Revision: 9906
17 years ago
Felix Fietkau
93575b53a7
Use $(CP) instead of $(INSTALL_BIN) for binaries.
...
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>
SVN-Revision: 9694
17 years ago
Felix Fietkau
67eaa9814d
fix update fuse to 2.7.1 - fixes compile breakage with 2.6.23
...
SVN-Revision: 9366
17 years ago
John Crispin
450ab0e5fc
more package submenus
...
SVN-Revision: 9351
17 years ago
Felix Fietkau
969ac7459e
add $(STAGING_DIR) as argument to the InstallDev template and update packages accordingly - this way we can reuse InstallDev to automatically generate UninstallDev or create -dev packages
...
SVN-Revision: 9052
17 years ago
Nicolas Thill
34bb4638e7
move package description to a separate definition, remove it when DESCRIPTION=TITLE
...
SVN-Revision: 8659
17 years ago
Nicolas Thill
02cd6d278f
use a default VERSION field for kmod packages
...
SVN-Revision: 8575
17 years ago
Florian Fainelli
1be80fc29a
Upgrade fuse to 2.6.5 ( #1955 )
...
SVN-Revision: 7716
18 years ago
Felix Fietkau
d38f546994
fix fuse compile on osx
...
SVN-Revision: 6807
18 years ago
Felix Fietkau
24faf55360
add file type autodetection for the unpack command and nuke PKG_CAT:= in lots of places
...
SVN-Revision: 6582
18 years ago
Felix Fietkau
1d307eea87
add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise)
...
SVN-Revision: 6580
18 years ago
Florian Fainelli
344f4792ec
Revert previous commit oops :/
...
SVN-Revision: 6431
18 years ago
Florian Fainelli
e1ab21a766
Re-enable fuse for 2.4 kernels as well ( #1346 )
...
SVN-Revision: 6430
18 years ago
Felix Fietkau
046dc6bde1
remove compatibility crap from libfuse which seems to break on uClibc, because of problems with versioned symbols
...
SVN-Revision: 6402
18 years ago
Felix Fietkau
edc1c4ecda
more cleanup
...
SVN-Revision: 6373
18 years ago
Mike Albon
23afac1288
More dependencies are required to force fuse to Linux 2.6 only.
...
SVN-Revision: 6288
18 years ago
Imre Kaloz
4d9aa791d8
upgrade FUSE to v2.6.3, make fuse-utils depend on libfuse and kmod-fuse
...
SVN-Revision: 6277
18 years ago
Florian Fainelli
76b24f64fa
Use the KernelPackage template instead of kmod-foo
...
SVN-Revision: 5995
18 years ago
Nicolas Thill
60a0c6674e
update fuse to 2.6.1 (fix build on 2.6.19), remove kmod_build patch needed for 2.4 and make fuse 2.6 only
...
SVN-Revision: 5799
18 years ago
Felix Fietkau
c2211dc51e
replace lots of manual install commands with INSTALL_* variables
...
SVN-Revision: 5624
18 years ago