summaryrefslogtreecommitdiff
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
commitb68564ed3fd56d381886c08fc4b2640dd15b46ba (patch)
tree0f0165ba533ccfae1425852c6b84f51fea3957ba /target/linux/ar71xx/base-files
parent1a53806b861c52552cd6a02cd3be128400eae763 (diff)
downloadmtk-20170518-b68564ed3fd56d381886c08fc4b2640dd15b46ba.zip
mtk-20170518-b68564ed3fd56d381886c08fc4b2640dd15b46ba.tar.gz
mtk-20170518-b68564ed3fd56d381886c08fc4b2640dd15b46ba.tar.bz2
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> SVN-Revision: 40038
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 a20e1d5..99d91ae 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"
;;