diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-11-28 11:33:04 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-11-28 11:33:04 +0000 |
commit | a2f83c7f824a1dc59a2f6c39f969b18d2e2b699f (patch) | |
tree | bcf0381c1441b156b680aeda5bd8cadfaa57e840 /target/linux/rdc/Makefile | |
parent | 1c396a22fd09cc9752a339e8420c307816f8c6c6 (diff) | |
download | upstream-a2f83c7f824a1dc59a2f6c39f969b18d2e2b699f.tar.gz upstream-a2f83c7f824a1dc59a2f6c39f969b18d2e2b699f.tar.bz2 upstream-a2f83c7f824a1dc59a2f6c39f969b18d2e2b699f.zip |
[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 |