kernel26-dockstar needs FUSE enabled manually

This commit is contained in:
Mike Staszel 2010-08-01 22:01:26 -05:00
parent 342b0e887b
commit 169496e636

View file

@ -4,7 +4,7 @@
pkgname=kernel26-dockstar
pkgver=2.6.34.1
pkgrel=1
pkgrel=2
pkgdesc="The Linux Kernel and modules with DockStar LEDs"
arch=('arm')
license=('GPL2')
@ -45,6 +45,9 @@ build() {
echo "Press ENTER 4973 times..."
make oldconfig
# Use it to enable FUSE as a module
make menuconfig
# Make!
make clean modules uImage || return 1