mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
Use 1.6.0 config file for AT91 targets
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
ifeq ($(strip$(BOARD_NAME)),at91rm9200df)
|
ifeq ($(strip$(BOARD_NAME)),at91rm9200df)
|
||||||
LINUX_BOARD_NAME=at91rm9200ek
|
LINUX_BOARD_NAME=at91rm9200ek
|
||||||
|
BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.6.0.config
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
ifeq ($(strip$(BOARD_NAME)),at91rm9200ek)
|
||||||
|
BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.6.0.config
|
||||||
|
endif
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
ifeq ($(strip$(BOARD_NAME)),at91sam9260dfc)
|
ifeq ($(strip$(BOARD_NAME)),at91sam9260dfc)
|
||||||
LINUX26_BOARD_NAME=at91sam9260ek
|
LINUX26_BOARD_NAME=at91sam9260ek
|
||||||
|
BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.6.0.config
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
ifeq ($(strip $(BOARD_NAME)),at91sam9261ek)
|
ifeq ($(strip $(BOARD_NAME)),at91sam9261ek)
|
||||||
|
BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.6.0.config
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
ifeq ($(strip $(BOARD_NAME)),at91sam9263ek)
|
ifeq ($(strip $(BOARD_NAME)),at91sam9263ek)
|
||||||
|
BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.6.0.config
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user