diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-03-27 06:36:59 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-03-27 06:36:59 +0000 |
commit | b68564ed3fd56d381886c08fc4b2640dd15b46ba (patch) | |
tree | 0f0165ba533ccfae1425852c6b84f51fea3957ba /target/linux/ar71xx/base-files | |
parent | 1a53806b861c52552cd6a02cd3be128400eae763 (diff) | |
download | upstream-b68564ed3fd56d381886c08fc4b2640dd15b46ba.tar.gz upstream-b68564ed3fd56d381886c08fc4b2640dd15b46ba.tar.bz2 upstream-b68564ed3fd56d381886c08fc4b2640dd15b46ba.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>
SVN-Revision: 40038
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 4 |
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" ;; |