MrRockchip

change in u_boot_mod

Oct 1st, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. diff --git a/Makefile b/Makefile
  2. index 2d314a74..2459009a 100644
  3. --- a/Makefile
  4. +++ b/Makefile
  5. @@ -4,6 +4,12 @@
  6. # SPDX-License-Identifier: GPL-2.0
  7. #
  8.  
  9. +export BUILD_TOPDIR=$(PWD)
  10. +export STAGING_DIR=$(BUILD_TOPDIR)/tmp
  11. +
  12. +export MAKECMD=make --silent ARCH=mips CROSS_COMPILE=mips-openwrt-linux-musl-
  13. +export PATH:=/home/anon/Downloads/lede-sdk-17.01.0-ar71xx-generic_gcc-5.4.0_musl-1.1.16.Linux-x86_64/staging_dir/toolchain-mips_24kc_gcc-5.4.0_musl-1.1.16/bin/:$(PATH)
  14. +
  15. SHELL = bash
  16.  
  17. HOSTARCH := $(shell uname -m | \
  18. diff --git a/u-boot/Makefile b/u-boot/Makefile
  19. index 1c02897f..56b36d8c 100644
  20. --- a/u-boot/Makefile
  21. +++ b/u-boot/Makefile
  22. @@ -754,7 +754,7 @@ tp-link_tl-wr841n_v8: ar934x_common lsdk_kernel
  23. @$(MKCONFIG) -a db12x mips mips db12x ar7240 ar7240
  24.  
  25. tp-link_tl-wr841n_v9: qca953x_common lsdk_kernel
  26. - @$(call config_init,TP-Link TL-WR841N/D v9,tl-wr841nd-v9,4,12,1,QCA_QCA9533_SOC)
  27. + @$(call config_init,TP-Link TL-WR841N/D v9,tl-wr841nd-v9,16,12,1,QCA_QCA9533_SOC)
  28. @$(call define_add,CONFIG_FOR_TPLINK_WR841N_V9,1)
  29. @$(call define_add,CFG_ATHRS27_PHY,1)
  30. @$(call define_add,CFG_ATH_GMAC_NMACS,2)
Add Comment
Please, Sign In to add comment