mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
target/device/xtensa: only override makedevs target for xtensa builds
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
ba4fbdc948
commit
b471c096d1
@ -1,3 +1,5 @@
|
|||||||
|
ifeq ($(BR2_xtensa),y)
|
||||||
|
|
||||||
ifeq ($(strip $(BR2_TARGET_XTENSA_XTAV60)),y)
|
ifeq ($(strip $(BR2_TARGET_XTENSA_XTAV60)),y)
|
||||||
# UCLIBC_CONFIG_FILE:=target/device/xtensa/xtav60/uClibc.config
|
# UCLIBC_CONFIG_FILE:=target/device/xtensa/xtav60/uClibc.config
|
||||||
# BR2_PACKAGE_BUSYBOX_CONFIG:=target/device/xtensa/xtav60/busybox.config
|
# BR2_PACKAGE_BUSYBOX_CONFIG:=target/device/xtensa/xtav60/busybox.config
|
||||||
@ -12,3 +14,4 @@ makedevs:
|
|||||||
cp -f $(OLD_TARGET_DEVICE_TABLE) $(TARGET_DEVICE_TABLE)
|
cp -f $(OLD_TARGET_DEVICE_TABLE) $(TARGET_DEVICE_TABLE)
|
||||||
patch -p1 -g 0 < target/device/xtensa/device_table.diff
|
patch -p1 -g 0 < target/device/xtensa/device_table.diff
|
||||||
|
|
||||||
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user