blob: 9374bb9b0d64d0281a72df96ec8a29311c175153 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# Copyright (C) 2012 OpenWrt.org
#
SUBTARGET:=rlx8196c
BOARDNAME:=rlx8196c based boards
CFLAGS+=-march=rlx4181
define Target/Description
Build firmware images for RTL8xxx based routers
endef
|