1
0
mirror of https://github.com/DigitalDevices/octonet.git synced 2023-10-10 11:36:52 +00:00

use seperate patch directory for our own buildroot patches

bump octoserve version
This commit is contained in:
Ralph Metzler
2016-11-17 16:38:41 +01:00
parent a0e2ee78dc
commit 88574173d9
7 changed files with 17 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
BR2_arm=y
BR2_CCACHE=y
BR2_PACKAGE_OVERRIDE_FILE="$(BR2_EXTERNAL)/board/digitaldevices/octonet/local.mk"
BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL)/patches"
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
BR2_TOOLCHAIN_EXTERNAL_PATH="$(TOPDIR)/output-octonet-tc/host/usr"