diff --git a/bin/brcm_bt_reset b/bin/brcm_bt_reset deleted file mode 100644 index 885d49f1f..000000000 Binary files a/bin/brcm_bt_reset and /dev/null differ diff --git a/bin/brcm_patchram_plus b/bin/brcm_patchram_plus deleted file mode 100644 index 06dd61888..000000000 Binary files a/bin/brcm_patchram_plus and /dev/null differ diff --git a/bin/swconfig.tgz b/bin/swconfig.tgz deleted file mode 100644 index 39454af6a..000000000 Binary files a/bin/swconfig.tgz and /dev/null differ diff --git a/config/mpv.conf.sunxi b/config/mpv.conf.sunxi deleted file mode 100644 index a2dd2eebd..000000000 --- a/config/mpv.conf.sunxi +++ /dev/null @@ -1,3 +0,0 @@ -vo=vdpau -hwdec=vdpau -hwdec-codecs=all diff --git a/config/xorg.conf.sunxi b/config/xorg.conf.sunxi deleted file mode 100644 index 855a2db34..000000000 --- a/config/xorg.conf.sunxi +++ /dev/null @@ -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 \ No newline at end of file diff --git a/makeboarddeb.sh b/makeboarddeb.sh index 4cff8397e..04d3ee47a 100644 --- a/makeboarddeb.sh +++ b/makeboarddeb.sh @@ -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