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
This commit is contained in:
parent
dfd4311355
commit
379b509362
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue