diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-10-30 07:06:24 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-10-30 07:06:24 +0000 |
commit | 379b50936271595a902b9972cbcaaba379151537 (patch) | |
tree | 6df729bd662c43ba7f8d679235cc885905ac1800 /target | |
parent | dfd43113552598a8b519da43583d19dee2f99403 (diff) | |
download | upstream-379b50936271595a902b9972cbcaaba379151537.tar.gz upstream-379b50936271595a902b9972cbcaaba379151537.tar.bz2 upstream-379b50936271595a902b9972cbcaaba379151537.zip |
ramips: enable building of TEW-692GR images
The TEW-692GR images are missing since r36169. Uncomment
the board specific macro in image/Makefile, in order to
generate those again.
Only build tested. No idea if the the image works or not,
I have bricked my TEW-692GR a few months ago.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38603
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 317ffac322..a6db8136ae 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -594,7 +594,7 @@ Image/Build/Profile/RTN56U=$(call BuildFirmware/Default8M/$(1),$(1),rt-n56u,RTN5 Image/Build/Profile/TEW691GR=$(call BuildFirmware/UMedia/$(1),$(1),tew-691gr,TEW-691GR,0x026910) -#Image/Build/Profile/TEW692GR=$(call BuildFirmware/UMedia/$(1),$(1),tew-692gr,TEW-692GR,0x026920) +Image/Build/Profile/TEW692GR=$(call BuildFirmware/UMedia/$(1),$(1),tew-692gr,TEW-692GR,0x026920) ifeq ($(SUBTARGET),rt3883) define Image/Build/Profile/Default |