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