diff options
author | Artur Artamonov <freeartman@wechall.net> | 2013-09-27 11:07:35 +0300 |
---|---|---|
committer | Artur Artamonov <freeartman@wechall.net> | 2013-09-27 11:07:35 +0300 |
commit | a2348724b8d84c4859f1f9d21c878c999562f30b (patch) | |
tree | a6094f6d86ecbc1ef3b711a63d1ccda7ea389054 /target/linux/realtek/Makefile | |
parent | 99546c391e7dbe33b104e0aae5acdd441d754dcf (diff) |
Added new profile 8196e
Diffstat (limited to 'target/linux/realtek/Makefile')
-rw-r--r-- | target/linux/realtek/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/realtek/Makefile b/target/linux/realtek/Makefile index 31b56c1e4..9e5d5a604 100644 --- a/target/linux/realtek/Makefile +++ b/target/linux/realtek/Makefile @@ -10,7 +10,7 @@ ARCH:=lexra BOARD:=realtek BOARDNAME:=Realtek RTL8xxx FEATURES:=squashfs jffs2 -SUBTARGETS:=rtl8196c rtl8196d +SUBTARGETS:=rtl8196c rtl8196e rtl8196d CFLAGS:=-Os -pipe -fno-caller-saves -mno-llsc LINUX_VERSION:=2.6.30.9 |