aboutsummaryrefslogtreecommitdiffstats
path: root/package/shfs
Commit message (Collapse)AuthorAgeFilesLines
* 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