mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
kernel26-dockstar needs FUSE enabled manually
This commit is contained in:
parent
342b0e887b
commit
169496e636
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue