|
@@ -125,19 +125,6 @@ define UBOOT_CONFIGURE_CMDS
|
|
$(TARGET_CONFIGURE_OPTS) \
|
|
$(TARGET_CONFIGURE_OPTS) \
|
|
$(MAKE) -C $(@D) $(UBOOT_MAKE_OPTS) \
|
|
$(MAKE) -C $(@D) $(UBOOT_MAKE_OPTS) \
|
|
$(UBOOT_BOARD_NAME)_config
|
|
$(UBOOT_BOARD_NAME)_config
|
|
- @echo >> $(@D)/include/config.h
|
|
|
|
- @echo "/* Add a wrapper around the values Buildroot sets. */" >> $(@D)/include/config.h
|
|
|
|
- @echo "#ifndef __BR2_ADDED_CONFIG_H" >> $(@D)/include/config.h
|
|
|
|
- @echo "#define __BR2_ADDED_CONFIG_H" >> $(@D)/include/config.h
|
|
|
|
- $(call insert_define,DATE,$(DATE))
|
|
|
|
- $(call insert_define,CONFIG_LOAD_SCRIPTS,1)
|
|
|
|
- $(call insert_define,CONFIG_IPADDR,$(BR2_TARGET_UBOOT_IPADDR))
|
|
|
|
- $(call insert_define,CONFIG_GATEWAYIP,$(BR2_TARGET_UBOOT_GATEWAY))
|
|
|
|
- $(call insert_define,CONFIG_NETMASK,$(BR2_TARGET_UBOOT_NETMASK))
|
|
|
|
- $(call insert_define,CONFIG_SERVERIP,$(BR2_TARGET_UBOOT_SERVERIP))
|
|
|
|
- $(call insert_define,CONFIG_ETHADDR,$(BR2_TARGET_UBOOT_ETHADDR))
|
|
|
|
- $(call insert_define,CONFIG_ETH1ADDR,$(BR2_TARGET_UBOOT_ETH1ADDR))
|
|
|
|
- @echo "#endif /* __BR2_ADDED_CONFIG_H */" >> $(@D)/include/config.h
|
|
|
|
endef
|
|
endef
|
|
|
|
|
|
define UBOOT_BUILD_CMDS
|
|
define UBOOT_BUILD_CMDS
|