diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-11-28 11:33:04 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-11-28 11:33:04 +0000 |
commit | 2b30212a0f48cccb532cec0a04e8247eca9b242c (patch) | |
tree | bcf0381c1441b156b680aeda5bd8cadfaa57e840 /target/linux/rdc/Makefile | |
parent | 4bcc767170867495a170f365d58d98d7bf075618 (diff) |
[rdc] add sitecom subtarget after the profiles->subtargets conversion (#6245)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18576 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc/Makefile')
-rw-r--r-- | target/linux/rdc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rdc/Makefile b/target/linux/rdc/Makefile index c4bfd66c04..2d9d1fb834 100644 --- a/target/linux/rdc/Makefile +++ b/target/linux/rdc/Makefile @@ -11,7 +11,7 @@ BOARD:=rdc BOARDNAME:=RDC 321x FEATURES:=squashfs jffs2 pci usb pcmcia CFLAGS:=-Os -pipe -march=i486 -funit-at-a-time -SUBTARGETS:=amit ar525w r8610 dir-450 +SUBTARGETS:=amit ar525w r8610 dir-450 sitecom LINUX_VERSION:=2.6.30.9 |