diff options
Diffstat (limited to 'roms/u-boot/include/configs/comtrend_ct5361.h')
-rw-r--r-- | roms/u-boot/include/configs/comtrend_ct5361.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/roms/u-boot/include/configs/comtrend_ct5361.h b/roms/u-boot/include/configs/comtrend_ct5361.h new file mode 100644 index 000000000..2a28e6c62 --- /dev/null +++ b/roms/u-boot/include/configs/comtrend_ct5361.h @@ -0,0 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com> + */ + +#include <configs/bmips_common.h> +#include <configs/bmips_bcm6348.h> + +#define CONFIG_REMAKE_ELF + |