aboutsummaryrefslogtreecommitdiffstats
path: root/package/shfs
Commit message (Collapse)AuthorAgeFilesLines
* Forgot comitting patchesFlorian Fainelli2007-05-0811-225/+701
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7142 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use shfs fixes from #1530, unmark as brokenFlorian Fainelli2007-05-081-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7139 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵Felix Fietkau2007-03-161-1/+0
| | | | | | lots of places git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6582 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵Felix Fietkau2007-03-161-3/+0
| | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6580 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Ok, try to make shfs work with 2.6.19, raw fixes, so might need better ↵Florian Fainelli2007-01-111-0/+202
| | | | | | reading of the FS api changes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6078 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Change category to FilesystemsFlorian Fainelli2007-01-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6030 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Convert kmod-shfs to the KernelPackage templateFlorian Fainelli2007-01-051-11/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6001 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mark pwc & shfs as broken (they don't build on 2.6.19)Nicolas Thill2006-12-151-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5803 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace lots of manual install commands with INSTALL_* variablesFelix Fietkau2006-11-231-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5624 3c298f89-4303-0410-b956-a3cf2f4a3e73
* new (last?) attempt at standardizing MakefilesNicolas Thill2006-09-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4855 3c298f89-4303-0410-b956-a3cf2f4a3e73
* standardize Makefile, add userland utilsNicolas Thill2006-09-231-15/+47
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4821 3c298f89-4303-0410-b956-a3cf2f4a3e73
* set PATH in rules.mkMike Baker2006-08-041-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4438 3c298f89-4303-0410-b956-a3cf2f4a3e73
* BUILD_DIR -> KERNEL_BUILD_DIRFelix Fietkau2006-07-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4332 3c298f89-4303-0410-b956-a3cf2f4a3e73
* credit where credit is dueMike Baker2006-06-271-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4091 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add INCLUDE_DIR variable for $(TOPDIR)/includeFelix Fietkau2006-06-211-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4033 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build system cleanup. move shared include files into $(TOPDIR)/include, move ↵Felix Fietkau2006-06-211-2/+2
| | | | | | lzma, mkfs.* into toolchain/ git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4032 3c298f89-4303-0410-b956-a3cf2f4a3e73
* normalize Makefiles.Nicolas Thill2006-06-181-8/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3998 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move shfs from target/linux/package/ to package/.Nicolas Thill2006-06-174-0/+198
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3970 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove lots of non-essential packagesFelix Fietkau2006-04-135-222/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3641 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change cp to $(CP)Mike Baker2006-02-011-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3112 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change bool in BR2_COMPILE_* to tristate to avoid unnecessary ↵Felix Fietkau2005-11-071-1/+1
| | | | | | package/<foo>-install calls git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2388 3c298f89-4303-0410-b956-a3cf2f4a3e73
* reorganize/rationalize/format package menuconfig, Nicolas Thill2005-11-051-5/+4
| | | | | | make updatedd modular git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2333 3c298f89-4303-0410-b956-a3cf2f4a3e73
* only build and install utils here, Nicolas Thill2005-10-311-10/+9
| | | | | | standardize Makefile git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2306 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove Maintainer: and Source: from packagesFelix Fietkau2005-10-211-4/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2210 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move package/linux into target/linux, use wbx' new kernel code. support ↵Felix Fietkau2005-05-283-44/+2
| | | | | | 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1085 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix and standardize Config.inNicolas Thill2005-05-241-13/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1046 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix shfs build (install destination was not set)Nicolas Thill2005-05-241-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1045 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove unused SOURCE_DIR variableNicolas Thill2005-05-211-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1007 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add missing .configured target that caused superfluous package rebuild, ↵Nicolas Thill2005-05-191-12/+11
| | | | | | tweak package build git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@971 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Standardize package Config.in, change prompt to package name + short ↵Nicolas Thill2005-05-191-13/+13
| | | | | | description, add URL when missing (and found) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@956 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up shfs packageFelix Fietkau2005-05-121-9/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@837 3c298f89-4303-0410-b956-a3cf2f4a3e73
* merge nico's package/rules.mk and package/templates.mk into one file, update ↵Felix Fietkau2005-05-091-6/+2
| | | | | | packages that use this git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@817 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up shfs menuconfigFelix Fietkau2005-04-261-16/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@725 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Change shfs, uniformize package makefileNicolas Thill2005-04-196-157/+71
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@684 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable non-essential packages by default if DEVELOPER is unset on make ↵Felix Fietkau2005-04-181-1/+1
| | | | | | menuconfig git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@675 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove CVS dir from packageNicolas Thill2005-04-111-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@629 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add shfs packageNicolas Thill2005-04-098-0/+348
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@593 3c298f89-4303-0410-b956-a3cf2f4a3e73