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 | 3f3accdb216c0ca16c83da675570ef40ccb07d33 (patch) | |
tree | ee80eebaa7dd1ae9a5457a5222e52aa25cc42ab5 /target | |
parent | 6bae36faa6174e9f49ebdc5a108e5dccaa43df27 (diff) | |
download | upstream-3f3accdb216c0ca16c83da675570ef40ccb07d33.tar.gz upstream-3f3accdb216c0ca16c83da675570ef40ccb07d33.tar.bz2 upstream-3f3accdb216c0ca16c83da675570ef40ccb07d33.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38603 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |