mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-21 06:11:31 +00:00
Cleanup
This commit is contained in:
parent
916cb035cb
commit
195db932b0
6 changed files with 0 additions and 24 deletions
Binary file not shown.
Binary file not shown.
BIN
bin/swconfig.tgz
BIN
bin/swconfig.tgz
Binary file not shown.
|
@ -1,3 +0,0 @@
|
|||
vo=vdpau
|
||||
hwdec=vdpau
|
||||
hwdec-codecs=all
|
|
@ -1,17 +0,0 @@
|
|||
Section "Device"
|
||||
Identifier "Allwinner A10/A13 FBDEV"
|
||||
Driver "fbturbo"
|
||||
Option "fbdev" "/dev/fb0"
|
||||
Option "HWCursor" "false"
|
||||
Option "SwapbuffersWait" "true"
|
||||
EndSection
|
||||
Section "Monitor"
|
||||
Identifier "Monitor0"
|
||||
Option "DPMS" "false"
|
||||
EndSection
|
||||
Section "ServerFlags"
|
||||
Option "BlankTime" "0"
|
||||
Option "StandbyTime" "0"
|
||||
Option "SuspendTime" "0"
|
||||
Option "OffTime" "0"
|
||||
EndSection
|
|
@ -207,10 +207,6 @@ create_board_package()
|
|||
fi
|
||||
fi
|
||||
|
||||
# lamobo R1 router switch config
|
||||
# TODO: compile from sources in sunxi-tools
|
||||
tar xfz $SRC/lib/bin/swconfig.tgz -C $destination/usr/local/bin
|
||||
|
||||
# convert and add fex files
|
||||
mkdir -p $destination/boot/bin
|
||||
for i in $(ls -w1 $SRC/lib/config/fex/*.fex | xargs -n1 basename); do
|
||||
|
|
Loading…
Add table
Reference in a new issue