diff options
author | Josua Mayer <josua.mayer97@gmail.com> | 2017-04-23 19:22:32 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-05-30 14:00:30 +0200 |
commit | c4f94740598a7516fd8b9fc471872b6e3397fbdb (patch) | |
tree | 1e3ce65c934861fec1d46aef8d8b296f6887b13f /package/boot/uboot-mvebu/patches/002-enable_random_mac_addr.patch | |
parent | 86c4144571220cde91f8b1c3d07f03190e4560dd (diff) | |
download | mtk-20170518-c4f94740598a7516fd8b9fc471872b6e3397fbdb.zip mtk-20170518-c4f94740598a7516fd8b9fc471872b6e3397fbdb.tar.gz mtk-20170518-c4f94740598a7516fd8b9fc471872b6e3397fbdb.tar.bz2 |
u-boot-mvebu: clearfog: implement distro-boot
Add a patchfile that implements distro-boot and is meant to go upstream
Also make the other patches git-am'able for easier maintenance.
Signed-off-by: Josua Mayer <josua.mayer97@gmail.com>
Diffstat (limited to 'package/boot/uboot-mvebu/patches/002-enable_random_mac_addr.patch')
-rw-r--r-- | package/boot/uboot-mvebu/patches/002-enable_random_mac_addr.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/boot/uboot-mvebu/patches/002-enable_random_mac_addr.patch b/package/boot/uboot-mvebu/patches/002-enable_random_mac_addr.patch deleted file mode 100644 index 85bd03f..0000000 --- a/package/boot/uboot-mvebu/patches/002-enable_random_mac_addr.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig -index 1264871e83..41e94e6daf 100644 ---- a/configs/clearfog_defconfig -+++ b/configs/clearfog_defconfig -@@ -47,6 +47,7 @@ CONFIG_DEBUG_UART=y - CONFIG_DEBUG_UART_BASE=0xd0012000 - CONFIG_DEBUG_UART_CLOCK=250000000 - CONFIG_DEBUG_UART_SHIFT=2 -+CONFIG_NET_RANDOM_ETHADDR=y - CONFIG_SYS_NS16550=y - CONFIG_USB=y - CONFIG_DM_USB=y |