mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-27 21:58:41 +01:00
fixed damaged hostpad21 tar file
This commit is contained in:
parent
7c468bdfdc
commit
d0b12e1a22
5 changed files with 3 additions and 1 deletions
0
bin/ap6210.zip
Normal file → Executable file
0
bin/ap6210.zip
Normal file → Executable file
BIN
bin/hostapd21.tgz
Normal file → Executable file
BIN
bin/hostapd21.tgz
Normal file → Executable file
Binary file not shown.
0
bin/nand.mbr.img.tgz
Normal file → Executable file
0
bin/nand.mbr.img.tgz
Normal file → Executable file
0
bin/nand1-cubietruck-debian-boot.tgz
Normal file → Executable file
0
bin/nand1-cubietruck-debian-boot.tgz
Normal file → Executable file
4
build.sh
4
build.sh
|
@ -5,6 +5,7 @@
|
||||||
VERSION="ArchLinux_0.1"
|
VERSION="ArchLinux_0.1"
|
||||||
DEST_LANG="de_DE"
|
DEST_LANG="de_DE"
|
||||||
DEST_LANGUAGE="de"
|
DEST_LANGUAGE="de"
|
||||||
|
COMPILE="true"
|
||||||
mkdir ~/cubie
|
mkdir ~/cubie
|
||||||
DEST=~/cubie
|
DEST=~/cubie
|
||||||
DISPLAY=3 # "3:hdmi; 4:vga"
|
DISPLAY=3 # "3:hdmi; 4:vga"
|
||||||
|
@ -106,6 +107,7 @@ cp fex2bin bin2fex /usr/local/bin/
|
||||||
fex2bin $DEST/cubie_configs/sysconfig/linux/ct-vga.fex $DEST/output/script-vga.bin
|
fex2bin $DEST/cubie_configs/sysconfig/linux/ct-vga.fex $DEST/output/script-vga.bin
|
||||||
fex2bin $DEST/cubie_configs/sysconfig/linux/ct-hdmi.fex $DEST/output/script-hdmi.bin
|
fex2bin $DEST/cubie_configs/sysconfig/linux/ct-hdmi.fex $DEST/output/script-hdmi.bin
|
||||||
|
|
||||||
|
if ["$COMPILE" = "true"]; then
|
||||||
# kernel image
|
# kernel image
|
||||||
echo "------ Compiling kernel"
|
echo "------ Compiling kernel"
|
||||||
cd $DEST/linux-sunxi
|
cd $DEST/linux-sunxi
|
||||||
|
@ -122,7 +124,7 @@ cp $DEST/linux-sunxi/kernel.config $DEST/linux-sunxi/.config
|
||||||
make -j2 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage modules
|
make -j2 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage modules
|
||||||
make -j2 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- INSTALL_MOD_PATH=output modules_install
|
make -j2 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- INSTALL_MOD_PATH=output modules_install
|
||||||
make -j2 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- INSTALL_HDR_PATH=output headers_install
|
make -j2 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- INSTALL_HDR_PATH=output headers_install
|
||||||
|
fi
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
# Creating SD Images
|
# Creating SD Images
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue