mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
This patch renames the Atmel atstk1002 target board to a more generic atstk100x name. This to make it easier to add support for other CPU-boards than atstk1002.
Submitted by Hans-Christian Egtvedt
This commit is contained in:
parent
b4173a87fe
commit
701475f791
@ -20,7 +20,7 @@ config BR2_BOARD_NAME
|
|||||||
default "at91sam9262ek" if BR2_TARGET_AT91SAM9262EK
|
default "at91sam9262ek" if BR2_TARGET_AT91SAM9262EK
|
||||||
default "at91sam9263ek" if BR2_TARGET_AT91SAM9263EK
|
default "at91sam9263ek" if BR2_TARGET_AT91SAM9263EK
|
||||||
default "at91sam9xeek" if BR2_TARGET_AT91SAM9XEEK
|
default "at91sam9xeek" if BR2_TARGET_AT91SAM9XEEK
|
||||||
default "atstk1002" if BR2_TARGET_AVR32_ATSTK1002
|
default "atstk100x" if BR2_TARGET_AVR32_ATSTK1002
|
||||||
default "atngw100" if BR2_TARGET_AVR32_ATNGW100
|
default "atngw100" if BR2_TARGET_AVR32_ATNGW100
|
||||||
default "atngw100-base" if BR2_TARGET_AVR32_ATNGW100_BASE
|
default "atngw100-base" if BR2_TARGET_AVR32_ATNGW100_BASE
|
||||||
default "atngw100-expanded" if BR2_TARGET_AVR32_ATNGW100_EXPANDED
|
default "atngw100-expanded" if BR2_TARGET_AVR32_ATNGW100_EXPANDED
|
||||||
|
@ -1 +0,0 @@
|
|||||||
../proc/mounts
|
|
@ -1 +0,0 @@
|
|||||||
../tmp/resolv.conf
|
|
Binary file not shown.
Before Width: | Height: | Size: 25 KiB |
Binary file not shown.
Before Width: | Height: | Size: 74 KiB |
@ -1,5 +1,5 @@
|
|||||||
ifeq ($(strip $(BR2_TARGET_AVR32_ATSTK1002)),y)
|
ifeq ($(strip $(BR2_TARGET_AVR32_ATSTK1002)),y)
|
||||||
ATSTK1002_PATH=target/device/Atmel/atstk1002
|
ATSTK1002_PATH=target/device/Atmel/atstk100x
|
||||||
|
|
||||||
TARGET_SKELETON=$(ATSTK1002_PATH)/target_skeleton
|
TARGET_SKELETON=$(ATSTK1002_PATH)/target_skeleton
|
||||||
TARGET_DEVICE_TABLE=$(ATSTK1002_PATH)/device_table.txt
|
TARGET_DEVICE_TABLE=$(ATSTK1002_PATH)/device_table.txt
|
@ -59,7 +59,7 @@ BR2_TARGET_AVR32_ATSTK1002=y
|
|||||||
# BR2_TARGET_AVR32_ATNGW100 is not set
|
# BR2_TARGET_AVR32_ATNGW100 is not set
|
||||||
# BR2_TARGET_AVR32_ATNGW100_BASE is not set
|
# BR2_TARGET_AVR32_ATNGW100_BASE is not set
|
||||||
# BR2_TARGET_AVR32_ATNGW100_EXPANDED is not set
|
# BR2_TARGET_AVR32_ATNGW100_EXPANDED is not set
|
||||||
BR2_BOARD_NAME="atstk1002"
|
BR2_BOARD_NAME="atstk100x"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Package support
|
# Package support
|
@ -59,7 +59,7 @@ BR2_TARGET_AVR32_ATSTK1002=y
|
|||||||
# BR2_TARGET_AVR32_ATNGW100 is not set
|
# BR2_TARGET_AVR32_ATNGW100 is not set
|
||||||
# BR2_TARGET_AVR32_ATNGW100_BASE is not set
|
# BR2_TARGET_AVR32_ATNGW100_BASE is not set
|
||||||
# BR2_TARGET_AVR32_ATNGW100_EXPANDED is not set
|
# BR2_TARGET_AVR32_ATNGW100_EXPANDED is not set
|
||||||
BR2_BOARD_NAME="atstk1002"
|
BR2_BOARD_NAME="atstk100x"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Package support
|
# Package support
|
0
target/device/Atmel/atstk1002/target_skeleton/etc/init.d/rcK → target/device/Atmel/atstk100x/target_skeleton/etc/init.d/rcK
Executable file → Normal file
0
target/device/Atmel/atstk1002/target_skeleton/etc/init.d/rcK → target/device/Atmel/atstk100x/target_skeleton/etc/init.d/rcK
Executable file → Normal file
0
target/device/Atmel/atstk1002/target_skeleton/etc/init.d/rcS → target/device/Atmel/atstk100x/target_skeleton/etc/init.d/rcS
Executable file → Normal file
0
target/device/Atmel/atstk1002/target_skeleton/etc/init.d/rcS → target/device/Atmel/atstk100x/target_skeleton/etc/init.d/rcS
Executable file → Normal file
1
target/device/Atmel/atstk100x/target_skeleton/etc/mtab
Normal file
1
target/device/Atmel/atstk100x/target_skeleton/etc/mtab
Normal file
@ -0,0 +1 @@
|
|||||||
|
../proc/mounts
|
@ -0,0 +1 @@
|
|||||||
|
../tmp/resolv.conf
|
Loading…
x
Reference in New Issue
Block a user