fix merge leftover

This commit is contained in:
Calin Crisan 2017-03-07 20:09:33 +02:00
parent 09ac214491
commit 4a1ae58585
2 changed files with 1 additions and 3 deletions

View File

@ -191,10 +191,7 @@ rm -f $TARGET/etc/init.d/S20urandom
rm -f $TARGET/etc/init.d/S80dhcp-relay
rm -f $TARGET/etc/init.d/S80dhcp-server
rm -f $TARGET/etc/init.d/S91smb
<<<<<<< HEAD
rm -f $TARGET/etc/init.d/S99motion
=======
>>>>>>> thingos/master
# other unwanted dirs
rm -rf $TARGET/data/*

View File

@ -26,6 +26,7 @@ BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/hardkernel/linux/archive/647316d8199babad4cd22309849842e035494f2b.tar.gz"
BR2_LINUX_KERNEL_DEFCONFIG="odroidc"
BR2_LINUX_KERNEL_UIMAGE=y
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="meson8b_odroidc"
BR2_PACKAGE_BUSYBOX_CONFIG="board/common/busybox.config"