diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2016-10-29 00:32:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-29 00:32:16 +0200 |
commit | 0f757bd2606971252f901ef3faf4dbd0086315f7 (patch) | |
tree | 0bf6ca3e7a35fd3e9cb28dc5759cfea98961a5de /target/linux/ar71xx/image/Makefile | |
parent | c4ce8c716cb5c83e4a9fe003c24f09f4e8d8a731 (diff) | |
parent | f98117a065f05ddd1ab3d082fc7aea67f98cbd05 (diff) | |
download | upstream-0f757bd2606971252f901ef3faf4dbd0086315f7.tar.gz upstream-0f757bd2606971252f901ef3faf4dbd0086315f7.tar.bz2 upstream-0f757bd2606971252f901ef3faf4dbd0086315f7.zip |
Merge pull request #158 from Shalzz/chaos_calmer
CC: ar71xx: backport LED fix for TL-WR841N-v11
Diffstat (limited to 'target/linux/ar71xx/image/Makefile')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 54d92766bd..a8073f2eca 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -578,7 +578,7 @@ endef define Device/tl-wr841n-v11 $(Device/tplink-4mlzma) - BOARDNAME := TL-WR841N-v9 + BOARDNAME := TL-WR841N-v11 DEVICE_PROFILE := TLWR841 TPLINK_HWID := 0x08410011 endef |