aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2014-03-27 06:36:59 +0000
committerGabor Juhos <juhosg@openwrt.org>2014-03-27 06:36:59 +0000
commit06640cbff58c3c9c2074180a6794f777b824982d (patch)
treefd2ce85ca7247a04db9fdc2a56df0448c8aa591c /target/linux/ar71xx/base-files
parent791d517b8cdbfac2c65313a308783ccbc96c3db3 (diff)
downloadupstream-06640cbff58c3c9c2074180a6794f777b824982d.tar.gz
upstream-06640cbff58c3c9c2074180a6794f777b824982d.tar.bz2
upstream-06640cbff58c3c9c2074180a6794f777b824982d.zip
ar71xx: build image for TL-WDR4300v1 (IL)
The version of TL-WDR4300 sold in Israel comes with a different hardware id. Patch-by: Daniel <daniel@makrotopia.org> Patchwork: http://patchwork.openwrt.org/patch/5001/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40038 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh4
1 files changed, 4 insertions, 0 deletions
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"
;;