Skip to content

Commit

Permalink
2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stratosk committed Dec 9, 2012
1 parent 313ada4 commit bfb252a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sbuild.sh
@@ -1,6 +1,6 @@
#!/bin/bash

BASE_SEMA_VER="Semaphore_JB_2.8.0b4"
BASE_SEMA_VER="Semaphore_JB_2.8.0"

case "$1" in
galaxys)
Expand Down Expand Up @@ -67,6 +67,7 @@ make -j8 modules

rm `echo $MODULES_DIR"/*"`
find $KERNEL_DIR -name '*.ko' -exec cp -v {} $MODULES_DIR \;
chmod 644 `echo $MODULES_DIR"/*"`

make -j8 zImage

Expand Down

0 comments on commit bfb252a

Please sign in to comment.