summaryrefslogtreecommitdiffstats
path: root/package/block-mount/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* [package/block-mount] remove example config filemirko2011-06-081-2/+0
| | | | | | | | Having this file prevents the possibility of having target-specific fstab config files (as target/linux/${target}/base-files/etc/config/fstab). There is no need of a non-working example file on the target anyway. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27136 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] block-mount base-files: Added additional check to pi_include to ↵cshore2011-04-051-2/+2
| | | | | | ensure that a directory used with pi_include actually contains files matching the souring pattern because if not the shell dies due to an empty string in for statement. Added /lib/functions/fsck as an empty dir to block-mount. This combination fixes a warning which generates a lot of bug reports, without panicking the kernel like the last attempt. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26479 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] block-mount: Revert 26468: it causes a kernel panic due to ↵cshore2011-04-051-2/+2
| | | | | | pi_include failing due to the included directory being empty. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26476 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] block-mount: Removed duplicated directory creation in the package ↵cshore2011-04-041-4/+1
| | | | | | install section. The duplicates were a result of the mergin the block-* packages. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26469 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] block-mount: Fixed warning of missing /lib/functions/fsck during ↵cshore2011-04-041-1/+2
| | | | | | boot when no scripts are installed in the directory. Thanks to Maarten Bezemer. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26468 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] block-mount: Merged block-mount, block-extroot, and block-hotplug ↵cshore2011-03-271-16/+20
| | | | | | into a single binary package called block-mount. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26314 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] block-mount block-extroot: Bump packages versions forgetten during ↵cshore2011-03-271-1/+1
| | | | | | previous two commits git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26313 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] block-mount busybox: Removed busybox versions of blkid and ↵cshore2011-03-201-0/+1
| | | | | | swap-utils since they are only used by block-mount and block-extroot, and those packages don't have as much need for the image space-savings of busybox versions, especially at the cost of including it in all images even those with no external storage. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26245 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/block-mount: mark /etc/config/fstab as conffiles (closes: #7130)nico2010-04-151-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20875 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/block-mount: disable config options altering busybox configuration, ↵nico2010-04-061-24/+1
| | | | | | fix dependencies git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20727 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add the block-mount package by Daniel Dickinson (cshore), replacing existing ↵nbd2010-02-261-0/+86
automount functionality git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19877 3c298f89-4303-0410-b956-a3cf2f4a3e73