From b68564ed3fd56d381886c08fc4b2640dd15b46ba Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 27 Mar 2014 06:36:59 +0000 Subject: ar71xx: build image for TL-WDR4300v1 (IL) The version of TL-WDR4300 sold in Israel comes with a different hardware id. Patch-by: Daniel Patchwork: http://patchwork.openwrt.org/patch/5001/ Signed-off-by: Gabor Juhos SVN-Revision: 40038 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target/linux/ar71xx/base-files') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index a20e1d52bb..99d91ae595 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -183,6 +183,10 @@ tplink_board_detect() { "430000"*) model="TP-Link TL-WDR4300" ;; + "430080"*) + iw reg set IL + model="TP-Link TL-WDR4300 (IL)" + ;; "431000"*) model="TP-Link TL-WDR4310" ;; -- cgit v1.2.3